Improve CPAN compiler and tooling compatibility - #946
Merged
Conversation
Add reusable compiler/runtime support for modern feature bundles, fatal warning pragmas, runtime glob redefinition warnings, compile-time call parsers, and special-block hooks. Provide portable Java backends for the Chandra Markdown dependency surface, using commonmark-java for rendering, and fix XML::LibXML element compatibility. Generated with [Codex](https://openai.com/codex/) Co-Authored-By: Codex <codex@openai.com>
Do not emit runtime redefine warnings while materializing parsed declarations, replacing Java-backed module methods, or re-exporting constants with the same underlying value. This restores the re/pat.t, op/gv.t, and uni/gv.t baselines. Generated with [Codex](https://openai.com/codex/) Co-Authored-By: Codex <codex@openai.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
commonmark-javafor the Markdown rendering surface instead of maintaining a custom parser; retain the small indexed trigram implementation because Commons Text does not provide the required index/Dice-scoring contractValidation
make— pass./jcpan -t Constructor::Sugar— 7 files, 95 tests pass./jcpan -t Chandra::Markdown— 5 files, 83 tests pass./jcpan -t XML::Writer::Simple— 7 files, 33 tests pass./jcpan -t ISO::639— 16 tests pass./jcpan -t Search::Trigram— 10 files, 94 tests passScope notes
make test-bundled-modulesstill reports the existing test-resource/current-directory failures (mostly missingt/*.inchelper resources); the primary fullmakebuild is green.