Elizabeth Mattijsen

Results 905 comments of Elizabeth Mattijsen

Test added with https://github.com/rakudo/rakudo/commit/e9ba6ef950

Golfed to: ``` % raku -e 'my $rx = /\w+/; say '"foo".match: / $rx /'.EVAL' Regex object coerced to string (please use .gist or .raku to do that) ```

Test added with https://github.com/rakudo/rakudo/commit/b56ba4c581

> Only problem I can spot is other scripts/programs/modules/scopes already defined it That is not a problem in Raku: inner lexical defines always supersede outer defines

@vrurg this feels like a generics issue: do you think this should be supported?

What would be the advantage of making it a project? My experience with Github projects is Nil.

Ok, let's try that then if everybody agrees?

That could already be implemented now by making it a wrapper for a call to `.splice`. PR's welcome. Q: what should be returned if 2 values are requested, but only...

I can't reproduce this anymore. Perhaps this got fixed with the last round of @jnthn's refactoring?

Added test with https://github.com/rakudo/rakudo/commit/25640772f7