-
Notifications
You must be signed in to change notification settings - Fork 1
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
int# bug #5245
Comments
From losch@uni-bonn.deIn the rakudo-moar shell |
From @usev6Some additions to this ticket: There is no error when both commands are on the same line: $ echo 'my int64 $t=0; $t.say' | perl6-m The error is still reproducable when the commands are on separate lines (there is a newline in the shell command): $ echo 'my int32 $t=0; But this does not happen with type 'int' or 'int64': $ echo 'my int $t=0; $ echo 'my int64 $t=0; The above output is from a 64bit Linux box: $ $ uname -a |
1 similar comment
From @usev6Some additions to this ticket: There is no error when both commands are on the same line: $ echo 'my int64 $t=0; $t.say' | perl6-m The error is still reproducable when the commands are on separate lines (there is a newline in the shell command): $ echo 'my int32 $t=0; But this does not happen with type 'int' or 'int64': $ echo 'my int $t=0; $ echo 'my int64 $t=0; The above output is from a 64bit Linux box: $ $ uname -a |
@usev6 - Status changed from 'new' to 'open' |
From @usev6After reading http://irclog.perlgeek.de/perl6/2015-02-25#i_10176273 I tried again and found that there also is a problem with types 'int' and 'int64'. It shows up when setting $t to something else then 0: $ echo 'my i32 $t=4; $ echo 'my int $t=4; $ echo 'my int64 $t=4; Anyway, looks like this will be fixed soonish (see the link above). |
From @usev6The case with 'int32' does not work yet, but the rest looks good. (And I groked how to test multiline input to the REPL). $ perl6-m --version $ (echo 'my int $t=4'; echo '$t') | perl6-m $ (echo 'my int64 $t=4'; echo '$t') | perl6-m $ (echo 'my int32 $t=4'; echo '$t') | perl6-m |
1 similar comment
From @usev6The case with 'int32' does not work yet, but the rest looks good. (And I groked how to test multiline input to the REPL). $ perl6-m --version $ (echo 'my int $t=4'; echo '$t') | perl6-m $ (echo 'my int64 $t=4'; echo '$t') | perl6-m $ (echo 'my int32 $t=4'; echo '$t') | perl6-m |
From @MARTIMMHi, Found a strange bug in REPL;
The same for error generated with types int16, int32 and int64 but not There are no errors when this command was given; perl6 -e 'my int8 $i=0x78; my int8 $j=0x78; say "$i, $j";' This is Rakudo version 2016.02-136-g412d9a4 built on MoarVM version greetings, |
From @zoffixznetStill present in Rakudo version 2016.07.1-12-g58dc8c6 built on MoarVM version 2016.07. The code after `my int8 $a = 42;` doesn't matter. Even a bare ';' produces the error and 'exit' is broken altogether. ♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥♥ TODO-fudged tests added in Raku/roast@c0504f94d6 🏁🏁🏁🏁🏁🏁🏁🏁🏁🏁🏁🏁🏁🏁🏁🏁🏁🏁🏁🏁🏁🏁🏁🏁🏁🏁🏁🏁🏁🏁🏁🏁🏁🏁🏁🏁🏁🏁🏁🏁🏁🏁 Cheers, |
The RT System itself - Status changed from 'new' to 'open' |
From @zoffixznetThis issue appears to no longer be there. |
@zoffixznet - Status changed from 'open' to 'resolved' |
@zoffixznet - Status changed from 'resolved' to 'open' |
From @zoffixznetThe issue is actually still there and was merely hidden by another bug. |
From @usev6Just a note: This seems to be a specific problem with Moar: $ ./perl6-j
I'm going to tag this ticket with [MoarVM]. Or should the ticket be moved to the Github repo for MoarVM? |
1 similar comment
From @usev6Just a note: This seems to be a specific problem with Moar: $ ./perl6-j
I'm going to tag this ticket with [MoarVM]. Or should the ticket be moved to the Github repo for MoarVM? |
From @zoffixznetOn Sun, 28 Aug 2016 09:40:51 -0700, bartolin@gmx.de wrote:
Closing as the ticket now moved to GitHub: rakudo/rakudo#2284 |
@zoffixznet - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#127933 (status was 'resolved')
Searchable as RT127933$
The text was updated successfully, but these errors were encountered: