Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[JVM] Work around error for back-references #809

Merged
merged 1 commit into from
Oct 14, 2023
Merged

Commits on Sep 10, 2023

  1. [JVM] Work around error for back-references

    ... with aliases. For some reasons calling &has_aliased_names
    fails with an external error: Raku#808.
    
    The special-cased code for the JVM backend mimics the checks that
    are otherwise done in a single conditional (which includes a call
    to has_aliased_names).
    usev6 committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    4f39347 View commit details
    Browse the repository at this point in the history