Skip to content

Commit d6b67e5

Browse files
committed
Workaround for SEGV
1 parent 974b2aa commit d6b67e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mapper.p6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ sub cand-info (@candidates) {
5050
}
5151

5252
sub find-symbols ($matcher) {
53-
eager CORE::.keys.grep(
53+
@ = CORE::.keys.grep(
5454
* ne 'IterationEnd'
5555
).map({CORE::{$_}}).grep($matcher);
5656
}

0 commit comments

Comments
 (0)