You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Revert eo-version.txt from 0.61.0 to the previous 0.59.9 parser version.
Keep home-tag.txt at 0.59.7.
The latest master CI on 2a760a5 fails in grunt/itest while eo-maven-plugin:0.61.0 parses pulled EO sources with /type annotations. A trial sync to 0.61.1 removed that parse error but exposed another plugin failure (xml is null while processing error), so this PR uses the smaller rollback of the bot parser bump.
Tests
node ..\objectionary__eoc_fix\node_modules\mocha\bin\mocha.js test\test_parser_version.js --grep 'returns true for current default version' --timeout 1200000 -> 1 passing
git diff --check -> passed
git merge-tree --write-tree origin/master HEAD -> passed
Local full itest link for 0.59.9 could not complete because this Windows machine only has JDK 17; eo-maven-plugin:0.59.9 requires Java 19, which GitHub Actions provides.
Summary
eo-version.txtfrom0.61.0to the previous0.59.9parser version.home-tag.txtat0.59.7.The latest
masterCI on2a760a5fails ingrunt/itestwhileeo-maven-plugin:0.61.0parses pulled EO sources with/typeannotations. A trial sync to0.61.1removed that parse error but exposed another plugin failure (xmlis null while processingerror), so this PR uses the smaller rollback of the bot parser bump.Tests
node ..\objectionary__eoc_fix\node_modules\mocha\bin\mocha.js test\test_parser_version.js --grep 'returns true for current default version' --timeout 1200000-> 1 passinggit diff --check-> passedgit merge-tree --write-tree origin/master HEAD-> passeditest linkfor0.59.9could not complete because this Windows machine only has JDK 17;eo-maven-plugin:0.59.9requires Java 19, which GitHub Actions provides.