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

change p6 to raku, chg .perl to .raku #3251

Closed
wants to merge 1 commit into from
Closed

change p6 to raku, chg .perl to .raku #3251

wants to merge 1 commit into from

Conversation

tbrowder
Copy link
Member

No description provided.

Copy link
Contributor

@JJ JJ left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I really don't know about the modeline change. There was a guideline for not changing that...

@@ -1878,4 +1878,4 @@ live on GitHub. An online converter may become available at some point.

=end pod

# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6
# vim: expandtab softtabstop=4 shiftwidth=4 ft=raku
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the problem with massive PRs with many files: there might be one quirk and everything goes tumbling down. In this case, I'm not sure this would work (for those using vim). It might, however.

Copy link
Contributor

@JJ JJ left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think there are some changes now...

say so 'properly' ~~ /^ perl/; # OUTPUT: «False␤»
say so 'perly' ~~ /^ perl/; # OUTPUT: «True␤»
say so 'perl' ~~ /^ perl/; # OUTPUT: «True␤»
say so 'prorakuy' ~~ / raku/; # OUTPUT: «True␤»
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not good... Again, probably better to PR just a file or a bunch of files... You might have changed some occurrence of Perl

@@ -1061,7 +1061,7 @@ In Raku this is similar, you merely needs to change the name. As you probably
guessed, you just need to use C<PERL6LIB>:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still? Once you're changing...

@@ -680,7 +680,7 @@ Universal interface for positional access to zero or more elements of a
say @alphabet[1]; # OUTPUT: «b␤»
say @alphabet[*-1]; # OUTPUT: «z␤»
say @alphabet[100]:exists; # OUTPUT: «False␤»
say @alphabet[15, 4, 17, 11].join; # OUTPUT: «perl␤»
say @alphabet[17, 0, 10, 20].join; # OUTPUT: �raku␤»
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks weird... The rest too, come to think of it. Someone has changed that...

@tbrowder
Copy link
Member Author

Forget it for now.

@tbrowder tbrowder closed this Feb 26, 2020
@tbrowder tbrowder deleted the more-p6toraku branch February 26, 2020 11:54
@JJ
Copy link
Contributor

JJ commented Feb 26, 2020

Thanks anyway, I appreciate your effort. If would be great if you spun off some of them... They could go in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants