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

if {...} inside circumfix {} crashes #1486

Open
zoffixznet opened this issue Feb 6, 2018 · 1 comment · May be fixed by Raku/roast#746
Open

if {...} inside circumfix {} crashes #1486

zoffixznet opened this issue Feb 6, 2018 · 1 comment · May be fixed by Raku/roast#746
Labels
tests needed Issue is generally resolved but tests were not written yet

Comments

@zoffixznet
Copy link
Contributor

zoffixznet commented Feb 6, 2018

m: $_ = "foo"; dd {:foo, (if 1 { :bar })}
0bf735aaf: OUTPUT: «===SORRY!===␤Cannot reference undeclared local 'pres_topic__1'␤»

Related: https://rt.perl.org/Ticket/Display.html?id=126945

@zoffixznet zoffixznet self-assigned this Feb 6, 2018
@zoffixznet zoffixznet removed their assignment Apr 10, 2018
@dogbert17
Copy link

Fixed with 31c8fda

@Altai-man Altai-man added the tests needed Issue is generally resolved but tests were not written yet label Mar 26, 2020
@Altai-man Altai-man linked a pull request Jul 6, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests needed Issue is generally resolved but tests were not written yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants