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
Colon-pair details in REPL look buggy #2536
Comments
|
Maybe this is an issue for perl6/doc and not roast? Should I transfer it? |
|
Yeah. Afaik, the colonpairs are currently working by design (with which I don't always agree, but that's another matter). |
|
This behaviour appears to be unchanged since 2015.12: FYI, documentation was added in this commit. (CC @AlexDaniel, who mentioned an old RT ticket about this just now.) |
|
|
Thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://docs.perl6.org/type/Pair says "Colon pairs can be chained without a comma to create a List of Pairs. Depending on context you may have to be explicit when assigning colon lists." - and follows with examples, which led me to experiments, that raise more questions. I would think all 5 of these should say the same thing but instead give 3 different answers. Does the doc need an addition to describe this? Is it a problem with Rakudo Star 2018.10?
The text was updated successfully, but these errors were encountered: