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

Conversation

usev6
Copy link
Contributor

@usev6 usev6 commented Sep 10, 2023

... with aliases. For some reasons calling &has_aliased_names fails with an external error: #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).

... 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
Copy link
Contributor Author

usev6 commented Oct 6, 2023

I'm inclined to merge this, since this helps with a problem on the JVM backend and shouldn't affect the other backends.

I'll wait for some more days, though.

@usev6 usev6 merged commit 1c4951f into Raku:main Oct 14, 2023
3 of 10 checks passed
@usev6 usev6 deleted the jvm_gh_808 branch October 14, 2023 09:04
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.

None yet

1 participant