Skip to content

Instantly share code, notes, and snippets.

@guns
Created January 14, 2014 21:40
Show Gist options
  • Save guns/8426312 to your computer and use it in GitHub Desktop.
Save guns/8426312 to your computer and use it in GitHub Desktop.
fireplace#source() issue
(ns bar
(:refer-clojure :exclude [defn]))
(defmacro defn [& _])
(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