forked from clojure/clojure
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CLJ-1184: Don't compile [do ...] or #{do ...}
The compiler should only treat do as a special form when it is in the call position of an ISeq, not a vector or set. Signed-off-by: Stuart Halloway <[email protected]>
- Loading branch information
1 parent
bfe7409
commit 916da19
Showing
2 changed files
with
26 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters