objectionary / objectionary/lints
Fix failing tests after eo-parser bump to v0.61.3 (PR #995)
Open
@theaflit is already working on this.
Since Aug 3, 2026.
bug
- Dominant language
- Java
- Stars
- 14
- Forks
- 39
- Avg merge
- 22h 54m
- Merged PRs (30d)
- 90
Description
Renovate opened #995 to bump org.eolang:eo-parser to v0.61.3, but the build has been failing for 16 days on all three platforms (ubuntu, windows, macos).
What's failing
LtByXslTest.testsAllLintsByEo reports 3 test failures (indices 326 and 331). The test output shows XMIR tagged with author="eo-parser" version="0.61.3" that no longer matches the existing test fixtures. The new parser version appears to produce different XMIR structure, causing lint assertions to fail.
Next steps
- Check what changed in
eo-parserbetween the previous version andv0.61.3that affects XMIR output - Update the affected test fixtures to match the new parser's output, or adjust the lints if the new format is semantically different
Tracked from PR: #995
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.