Resave models with newlines around code and info section#449
Resave models with newlines around code and info section#449kgmt0 wants to merge 1 commit intoNetLogo:java21from
Conversation
|
Some tests are failing, but they seem to be consistent with current failures in the java21 branch. |
4a2cf75 to
c069855
Compare
|
@kgmt0 , it doesn't look to me like it's wholly consistent with the other test failures. Yours fails with: The previous state of the branch was failing with: I think your changes introduced new errors. |
|
Oh, that comment is outdated. The errors were consistent before I bumped the NetLogo version in the models, but now there are new errors. |
|
@TheBizzle The new errors seem to just be about unknown version number, which is expected since I bumped the version number, and the test cases in this repo are not using NetLogo with my PR applied. Should I try to adjust the tests to use NetLogo from the |
|
My preferred fix here is:
|
See NetLogo/NetLogo#2633