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
?? !! is pointing to the wrong place #1851
Comments
|
Yes, of course not. I think it's documented here: link |
|
I don't know if this is related to #561 or to something completely
different...
|
|
The link is broken because the ?s need to be escaped; compare https://docs.perl6.org/routine/??%20!! with |
|
The problem is that it's broken on the index... So we'll have to see how that's generated and how it affects everything else. |
|
Now ?? !! has disappeared from the index, so I'm reopening the issue. Related #1894 |
|
Wait, what's “⁇ ‼”? These are unicode characters, and we actually had support for them for a little bit (but it never ended up being in any release). But why are these characters used in the docs? |
|
They're not supported any more? I thought they were...
|
|
Wait, but… it's much better now of course, but it's still not linked as an “infix” op, and so it doesn't even appear in this list: https://docs.perl6.org/routine-operator.html Note that ff operator that is documented right below it works correctly (can be searched for and exists in the list of ops). |
|
And well in its way of becoming the most closes issue in all of GitHub
history...
|
It points to "index", which mentions it at the end of the examples. https://docs.perl6.org/routine/??%20!!
Is that correct?
The text was updated successfully, but these errors were encountered: