-
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
Either binding an array to a list containing the array itself should work consistently or not at all in Rakudo #2395
Comments
From @masak<masak> rakudo: my @foo := 1..3, @foo; .say for @foo[^10] |
From @masakOn Fri Mar 25 14:00:30 2011, masak wrote:
<sorear> masak: ignore everything I've said in the last 12 minutes; I misread |
@masak - Status changed from 'new' to 'open' |
From @masak<sorear> eagerly (without {} blocks) self-referential binding will never work |
From @moritzOn Fri Mar 25 14:48:47 2011, masak wrote:
That one is fixed now, and tested in S03-binding/scalars.t. Can anybody comment on our current understanding of the array binding cases? |
From @usev6Since Rakudo commit 3754356d8e this fails with X::Syntax::Variable::Initializer: $ perl6-m -e 'my @foo := 1..3, @foo; .say for @foo[^10]' In other words, binding an array to a list containing the array itself does not work at all. Therefore I'm closing this ticket as 'resolved'. Test: Raku/roast@dca1faef23 |
1 similar comment
From @usev6Since Rakudo commit 3754356d8e this fails with X::Syntax::Variable::Initializer: $ perl6-m -e 'my @foo := 1..3, @foo; .say for @foo[^10]' In other words, binding an array to a list containing the array itself does not work at all. Therefore I'm closing this ticket as 'resolved'. Test: Raku/roast@dca1faef23 |
@usev6 - Status changed from 'open' to 'resolved' |
@AlexDaniel - Status changed from 'resolved' to 'open' |
From @AlexDanielReopened for now. See RT #121807 and RT #125371 for more info. Basically, there will be no error after I'm done with everything. In case of binding, @foo will appear as Mu. Binding doesn't make much sense in this case, DIHWIDT. (Mu Z+ 5) will error out normally. On 2015-11-10 13:59:32, bartolin@gmx.de wrote:
|
From @AlexDanielBy the way, there is a pull request: rakudo/rakudo#1020 But the work on it is kinda stalled. On 2017-02-17 04:22:51, alex.jakimenko@gmail.com wrote:
|
So what is the status now? |
Migrated from rt.perl.org#87034 (status was 'open')
Searchable as RT87034$
The text was updated successfully, but these errors were encountered: