objectionary / objectionary/lints

Fix failing tests after eo-parser bump to v0.61.3 (PR #995)

Open
#1,046 5 comments 0 reactions 1 assignee View on GitHub

@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-parser between the previous version and v0.61.3 that 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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.