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

rakudo regression on [ 1 .. *-1] #1701

Closed
p6rt opened this issue Apr 18, 2010 · 5 comments
Closed

rakudo regression on [ 1 .. *-1] #1701

p6rt opened this issue Apr 18, 2010 · 5 comments

Comments

@p6rt
Copy link

p6rt commented Apr 18, 2010

Migrated from rt.perl.org#74476 (status was 'resolved')

Searchable as RT74476$

@p6rt
Copy link
Author

p6rt commented Apr 18, 2010

From @finanalyst

IRC #perl6 April 18 circa 22.50

finanalyst​: alpha​: my @​a = 1,2,3,4; for @​a[ 1 .. *-1 ] { .say }
p6eval​: alpha 30e0ed​: OUTPUT«2␤3␤4␤»
finanalyst​: rakudo​: my @​a = 1,2,3,4; for @​a[ 1 .. *-1 ] { .say }
p6eval​: rakudo 842d2b​: ( no output )

@p6rt
Copy link
Author

p6rt commented Jun 30, 2010

From @bbkr

On Kiev build​:
$ perl6 -e 'my @​a = 1,2,3,4; for @​a[ 1 .. *-1 ] { .say }'
Method 'Num' not found for invocant of class 'Block'
  in 'Cool​::Numeric' at line 1550​:CORE.setting
  in 'Cool​::Numeric' at line 1551​:CORE.setting
  in 'infix​:<==>' at line 5814​:CORE.setting
  in 'Range​::!max_test' at line 4138​:CORE.setting
  in 'Range​::iterator' at line 4128​:CORE.setting
  in 'postcircumfix​:<[ ]>' at line 1
  in 'postcircumfix​:<[ ]>' at line 1014​:CORE.setting
  in main program body at line 1

@p6rt
Copy link
Author

p6rt commented Jun 30, 2010

The RT System itself - Status changed from 'new' to 'open'

@p6rt
Copy link
Author

p6rt commented Nov 26, 2010

From @moritz

Works now, and tests are in S02-builtin_data_types/whatever.t

@p6rt
Copy link
Author

p6rt commented Nov 26, 2010

@moritz - Status changed from 'open' to 'resolved'

@p6rt p6rt closed this as completed Nov 26, 2010
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

No branches or pull requests

1 participant