Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix LEAVE not firing on next/last in MapIter.
Done as an attempted/failed fix for something else.
  • Loading branch information
jnthn committed Mar 16, 2013
1 parent c4e8af0 commit ba99183
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/MapIter.pm
Expand Up @@ -101,6 +101,8 @@ my class MapIter is Iterator {
catch:
.local pmc exception, type
.get_results (exception)
null $P0
perl6_invoke_catchhandler $P0, exception
result = getattribute exception, 'payload'
push rpa, result
type = getattribute exception, 'type'
Expand Down

0 comments on commit ba99183

Please sign in to comment.