Skip to content

Commit

Permalink
Declare Failure early, in prep for fatalizing try.
Browse files Browse the repository at this point in the history
We'll need it stubbed before encountering the first 'try' in the
setting.
  • Loading branch information
jnthn committed Apr 16, 2015
1 parent b3a5c79 commit 3fb51c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/core/Exception.pm
@@ -1,4 +1,3 @@
my class Failure { ... }
my role X::Comp { ... }
my class X::ControlFlow { ... }

Expand Down
1 change: 1 addition & 0 deletions src/core/core_prologue.pm
Expand Up @@ -6,6 +6,7 @@ my class Whatever { ... }
my class HyperWhatever { ... }
my class WhateverCode { ... }
my class Cursor { ... }
my class Failure { ... }

# Stub these or we can't use any sigil other than $.
my role Positional { ... }
Expand Down

0 comments on commit 3fb51c7

Please sign in to comment.