-
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
malformed "my" spuriously claims lack of type declaration #4570
Comments
From zefram@fysh.orgPlaying around trying to get a definedness constraint on a variable $ ./perl6 -e 'my Any :D $a' Presumably the "malformed my" error is correct, but the preceding "type -zefram |
From @smlsOn Sun, 20 Sep 2015 14:00:53 -0700, zefram@fysh.org wrote:
It now no longer prints the bogus "type 'Any' is not declared" error, only the correct "malformed my" error: ➜ my Any⏏ :D $a; Bisectable6 reports¹ that it was fixed by a commit² in November 2015. It should be possible to test in roast that this throws `X::Syntax::Malformed` and not whatever "type not declared" uses, right? Marking the ticket TESTNEEDED. [1] https://gist.github.com/Whateverable/ee54f5241e3cb77ea3969ff3481d8d9b |
The RT System itself - Status changed from 'new' to 'open' |
From @zoffixznetTests Raku/roast@03686da |
@zoffixznet - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#126125 (status was 'resolved')
Searchable as RT126125$
The text was updated successfully, but these errors were encountered: