Skip to content

Commit

Permalink
Fix handling of methods in included files. Fixes #145.
Browse files Browse the repository at this point in the history
  • Loading branch information
amalloy committed Aug 20, 2014
1 parent 8a4ee8b commit a153bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drake/parser.clj
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@
(p/conc (p/set-info :vars (:vars prod))
(p/set-info :methods (:methods prod)))
p/emptiness)]
(dissoc prod :vars :methods)))
(dissoc prod :vars)))


;; The functions below uses the rules to parse workflows.
Expand Down

0 comments on commit a153bf5

Please sign in to comment.