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

Rat literals in signature literals cause compile time crashes #2034

Open
zoffixznet opened this issue Jul 7, 2018 · 2 comments
Open

Rat literals in signature literals cause compile time crashes #2034

zoffixznet opened this issue Jul 7, 2018 · 2 comments
Labels
fudged tests committed Issue is not resolved but tests are already written QAST issues that require working with QAST to fix rationals

Comments

@zoffixznet
Copy link
Contributor

<Zoffix__> m: dd :(<1.2>) ~~ :(½)
<camelia> rakudo-moar 321306a2b: OUTPUT: «===SORRY!===␤QAST::Block with cuid 1 has not appeared␤»
<Zoffix__> m: use Test; plan 1; subtest => { is :(<1.2>) ~~ :(½), False } 
<camelia> rakudo-moar 321306a2b: OUTPUT: «===SORRY!===␤Internal error: find_var_decl could not find $_␤»
@zoffixznet zoffixznet added the QAST issues that require working with QAST to fix label Jul 7, 2018
zoffixznet added a commit to Raku/roast that referenced this issue Jul 7, 2018
Orig: 5af7b0e58

Doing this actually revealed we have another bug:
R#2024 rakudo/rakudo#2034
@zoffixznet
Copy link
Contributor Author

Fudged tests committed in Raku/roast@509baa4

@zoffixznet zoffixznet added the fudged tests committed Issue is not resolved but tests are already written label Jul 7, 2018
ugexe pushed a commit to Raku/roast that referenced this issue Dec 15, 2018
Orig: 5af7b0e58

Doing this actually revealed we have another bug:
R#2024 rakudo/rakudo#2034
@JJ
Copy link
Collaborator

JJ commented Jul 12, 2020

Does not even need a Rat:

dd :(<1.2>) ~~ :()
QAST::Block with cuid 41 has not appeared

Related: #1301 #3786

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fudged tests committed Issue is not resolved but tests are already written QAST issues that require working with QAST to fix rationals
Projects
None yet
Development

No branches or pull requests

3 participants