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

unicmp and coll operators don't require "use experiment" #1979

Closed
titsuki opened this issue Apr 30, 2018 · 3 comments
Closed

unicmp and coll operators don't require "use experiment" #1979

titsuki opened this issue Apr 30, 2018 · 3 comments
Assignees
Labels
docs Documentation issue (primary issue type)

Comments

@titsuki
Copy link
Member

titsuki commented Apr 30, 2018

The problem

https://docs.perl6.org/language/experimental says:

use experimental :collation;
Allows the use of the unicmp and coll operators. 

However, recent rakudo doesn't require this pragma:

$ perl6 -e "say ('a', 'Z').collate; # (a Z) "
(a Z)
$ perl6 --version
This is Rakudo version 2018.03-129-g7572983a4 built on MoarVM version 2018.03-35-gafdcad424
implementing Perl 6.c.

Suggestions

Make this section up-to-date and move them to the proper page.

@titsuki titsuki added the docs Documentation issue (primary issue type) label Apr 30, 2018
@JJ JJ self-assigned this Apr 30, 2018
@JJ
Copy link
Contributor

JJ commented Apr 30, 2018

In fact, they stopped being so since 2017.19 Thanks for the head up.

@fluca1978
Copy link
Contributor

It was release 2018.09 of course...

JJ added a commit that referenced this issue May 4, 2018
Refs #1979; not removed from there yet.
@JJ JJ added this to the May SQUASHathon milestone May 4, 2018
@JJ
Copy link
Contributor

JJ commented May 4, 2018

see #1507

JJ added a commit that referenced this issue May 4, 2018
JJ added a commit that referenced this issue May 4, 2018
@JJ JJ closed this as completed in 2d54d4d May 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation issue (primary issue type)
Projects
None yet
Development

No branches or pull requests

3 participants