Skip to content

Commit

Permalink
Fix #801: preserve location metadata for vars defined in macro-expans…
Browse files Browse the repository at this point in the history
…ion (#803)

Co-authored-by: Crispin Wellington <retrogradeorbit@gmail.com>
  • Loading branch information
borkdude and retrogradeorbit authored Sep 22, 2022
1 parent 584a4ab commit 2b8751f
Show file tree
Hide file tree
Showing 4 changed files with 257 additions and 212 deletions.
3 changes: 2 additions & 1 deletion .clj-kondo/config.edn
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
:lint-as {me.raynes.conch/let-programs clojure.core/let}
:linters {:unsorted-required-namespaces {:level :warning}
:unresolved-symbol {:exclude [(cljs.test/is [thrown-with-data?])
(clojure.test/is [thrown-with-data?])]}}}
(clojure.test/is [thrown-with-data?])]}
:aliased-namespace-symbol {:exclude [sci.impl.types]}}}
Loading

0 comments on commit 2b8751f

Please sign in to comment.