Skip to content

Commit 10a74b3

Browse files
puredangerstuarthalloway
authored andcommitted
CLJ-1845 Mark load as dynamic to allow redefinition
Signed-off-by: Stuart Halloway <[email protected]>
1 parent eb26aac commit 10a74b3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/clj/clojure/core.clj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5879,7 +5879,8 @@
58795879
"Loads Clojure code from resources in classpath. A path is interpreted as
58805880
classpath-relative if it begins with a slash or relative to the root
58815881
directory for the current namespace otherwise."
5882-
{:added "1.0"}
5882+
{:dynamic true
5883+
:added "1.0"}
58835884
[& paths]
58845885
(doseq [^String path paths]
58855886
(let [^String path (if (.startsWith path "/")

0 commit comments

Comments
 (0)