Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Revert "make Failure objects a tiny bit smaller"
It makes the JVM build break, sadly

This reverts commit d9c1e26.
  • Loading branch information
timo committed Jul 6, 2015
1 parent 37f384e commit 2823563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Failure.pm
@@ -1,7 +1,7 @@
my class Failure {
has $.exception;
has $.backtrace;
has int $!handled;
has $!handled;

method new(Exception $exception) {
self.bless(:$exception);
Expand Down

0 comments on commit 2823563

Please sign in to comment.