You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changes.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,10 +17,12 @@ With this change, clojure.core itself is compiled with direct linking
17
17
and therefore other namespaces cannot redefine core fns and have those
18
18
redefinitions seen by core code.
19
19
20
-
Functions declared as dynamic will never be direct linked.
20
+
A new metadata key ^:redef is provided. A function declared with this key can be redefined and will never be direct linked. Also, functions declared as ^:dynamic will never be direct linked.
0 commit comments