Created
January 14, 2014 21:40
-
-
Save guns/8426312 to your computer and use it in GitHub Desktop.
fireplace#source() issue
This file contains hidden or 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
(ns bar | |
(:refer-clojure :exclude [defn])) | |
(defmacro defn [& _]) |
This file contains hidden or 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
(ns foo | |
(:require [bar :as b])) | |
(b/defn whatever []) | |
;; Jump to source on b/defn jumps to /tmp/form-init5982459622840353314.clj |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment