Skip to content

fix: update unlaxer to 3.0.15 and remove mapper reflection - #101

Merged
opaopa6969 merged 10 commits into
masterfrom
fix/issue-98-unlaxer-3015
Sep 2, 2026
Merged

fix: update unlaxer to 3.0.15 and remove mapper reflection#101
opaopa6969 merged 10 commits into
masterfrom
fix/issue-98-unlaxer-3015

Conversation

@opaopa6969

Copy link
Copy Markdown
Owner

Closes #98

Summary

  • update unlaxer-common and unlaxer-dsl to 3.0.15
  • use generated Mapper.mapParsedToken for existing token trees
  • use public StringSource.createRootSource and Token.getToken APIs
  • remove the 3.0.14 block-comment source rewrite workaround

Validation

  • git diff --check passes
  • local Maven compile could not run because this environment has no Java runtime; GitHub CI should validate generation and parity tests.

The 3.0.15 generator contains the requested public mapping API and corrected javaStyle block-comment handling. No handwritten-backend fallback was added.

@opaopa6969
opaopa6969 merged commit 78483f6 into master Sep 2, 2026
2 checks passed
@opaopa6969
opaopa6969 deleted the fix/issue-98-unlaxer-3015 branch September 2, 2026 11:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

unlaxer 3.0.15へ更新して生成Mapperへのreflectionを除去する

1 participant