Release version 2.3.3 2025-01-04 #1064
lcn2
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Release 2.3.3 2025-01-04
Added
soup/not_a_comment.sh
to test if file that existscontains a non-#-comment.
Both
make prep
andmake release
will issue a notice (viasoup/not_a_comment.sh
) if a non-emptyMakefile.local
is foundcontaining more than just comments. This will allow for one to
keep a
Makefile.local
with only comments in it, without raisinga notice as such a file will not impact the make procedure.
Then if one needs to temporary add comments (perhaps by un-commenting
lines in a
Makefile.local
file), one can. However if one thenforgets, then the notice will alert you to the potential problem.
Changed
test_ioccc/prep.sh
PREP_VERSION from "1.0.4 2024-11-16"to "1.0.5 2025-01-03".
Changed
MKIOCCCENTRY_REPO_VERSION
from "2.3.1 2025-01-01"to "2.3.3 2025-01-04".
Release 2.3.2 2025-01-01
Fix exit code errors in
jparse_test.sh
.Remove rule
rebuild_jparse_err_files
from top level Makefile. This rule shouldonly be in jparse/. The reason it would cause a failure is because of
argv[0]
being in error messages and since in this repo
jparse
binary is in asubdirectory it changes the name of the program so the error files are
incorrect. It might be possible to do a
cd jparse && ...
but this is notnecessary as there are no error location files in this repo itself due to
precisely this reason.
Happy New Year!
Disabled 2 invalid JSON string encode/decode tests.
Release 2.3.1 2024-12-31
Fix a minor issue relating to the invalid UUID error message.
Changed
MKIOCCCENTRY_REPO_VERSION
from "2.3 2024-12-31"to "2.3.1 2024-12-31".
Changed
SOUP_VERSION
from "1.1.3 2024-12-31"to "1.1.4 2024-12-31".
This discussion was created from the release Release version 2.3.3 2025-01-04.
Beta Was this translation helpful? Give feedback.
All reactions