Skip to content

Commit d1c69b7

Browse files
authored
Update to latest note-c master. (#124)
* Delete .github subdirectory when updating note-c subtree. * remove note-c before re-add * Squashed 'src/note-c/' content from commit bbb727d git-subtree-dir: src/note-c git-subtree-split: bbb727d657aa4912e86620d874673e7a5680b53f * Update to latest note-c master. * Change references to JAddNumberToObject to JAddIntToObject. JAddIntToObject used to be a macro for JAddNumberToObject. Now it's its own function and takes a JINTEGER rather than a JNUMBER.
1 parent c54d450 commit d1c69b7

24 files changed

+264
-689
lines changed

scripts/update_note_c.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ NOTE_C_UNNEEDED_DIRS=(
4040
"$NOTE_C_DIR/docs"
4141
"$NOTE_C_DIR/scripts"
4242
"$NOTE_C_DIR/test"
43+
"$NOTE_C_DIR/.github"
4344
)
4445
for DIR in "${NOTE_C_UNNEEDED_DIRS[@]}"; do
4546
rm -rf "$DIR"

src/note-c/.github/actions/load-ci-image/action.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

src/note-c/.github/workflows/ci.yml

Lines changed: 0 additions & 166 deletions
This file was deleted.

src/note-c/.github/workflows/md5srv-tests.yml

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)