diff options
author | Eduardo Julian | 2016-05-02 21:36:56 -0400 |
---|---|---|
committer | Eduardo Julian | 2016-05-02 21:36:56 -0400 |
commit | 4d14d395d4861ee6a82d4ef9ee54e946cf3c46bc (patch) | |
tree | 52118e15e4833dd436cf64c908ed2c321a3f9c72 /src/lux/analyser/base.clj | |
parent | bdc2925c42c3e8eb6dc3a9ca2efa572754b601a4 (diff) |
- Removed _jvm_try from the list of special forms.
- Fixed a bug when compiling method bodies where the list of thrown exceptions did not get excluded from the safety-check when analysing the bodies.
Diffstat (limited to 'src/lux/analyser/base.clj')
-rw-r--r-- | src/lux/analyser/base.clj | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lux/analyser/base.clj b/src/lux/analyser/base.clj index 9f53e6843..651fb4cea 100644 --- a/src/lux/analyser/base.clj +++ b/src/lux/analyser/base.clj @@ -30,7 +30,6 @@ ("jvm-instanceof" 1) ("jvm-class" 1) ("jvm-interface" 1) - ("jvm-try" 1) ("jvm-program" 1) ) |