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

Pass the argument to Code.ACCEPTS raw (RT #131106) #1056

Merged
merged 1 commit into from
Apr 6, 2017

Conversation

LLFourn
Copy link
Contributor

@LLFourn LLFourn commented Apr 6, 2017

before this:

my $foo = "foo";
my \t = (* =:= $foo);
say $foo ~~ t; # False
say t.($foo); # True

before this:

my $foo = "foo";
my \t = (* =:= $foo);
say $foo ~~ t; # False
say t.($foo); # True
@LLFourn
Copy link
Contributor Author

LLFourn commented Apr 6, 2017

All tests successful.
Files=1171, Tests=56115, 289 wallclock secs ( 7.41 usr  2.84 sys + 752.48 cusr 75.09 csys = 837.82 CPU)
Result: PASS

Test ready to be merged: Raku/roast#261

@lizmat lizmat merged commit 5704e5f into rakudo:nom Apr 6, 2017
@lizmat
Copy link
Contributor

lizmat commented Apr 6, 2017

Thank you!

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.

2 participants