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
Migrated from rt.perl.org#126510 (status was 'new')
Searchable as RT126510$
The text was updated successfully, but these errors were encountered:
<masak> m: say <a b c> >>>> "foo" <camelia> rakudo-moar 36c4c6: OUTPUT«(afoo bfoo cfoo)» <masak> m: say (:a, :b, :c) >>>> "foo" <camelia> rakudo-moar 36c4c6: OUTPUT«Cannot modify an immutable Pair [...] <masak> I don't understand this error -- could someone enlighten me? <masak> m: say :a ~ "foo" <camelia> rakudo-moar 36c4c6: OUTPUT«a Truefoo» <TimToady> m: say (:a, :b, :c) X~ "foo" <camelia> rakudo-moar 36c4c6: OUTPUT«(a Truefoo b Truefoo c Truefoo)» <TimToady> seems specific to hypers * masak submits >>~>> rakudobug
Sorry, something went wrong.
No branches or pull requests
Migrated from rt.perl.org#126510 (status was 'new')
Searchable as RT126510$
The text was updated successfully, but these errors were encountered: