Details
Assignee
UnassignedUnassignedReporter
importimportLabels
Patch
CodePriority
MinorAffects versions
Details
Details
Assignee
Unassigned
UnassignedReporter
import
importLabels
Patch
Code
Priority
Affects versions
Created September 26, 2011 at 8:35 AM
Updated July 21, 2015 at 7:27 PM
I was looking through the implementation of clojure.pprint.* and found that it still uses the old-style metadata to mark vars as private - ^{rivate true} instead of ^rivate.
I have migrated the metadata to the new style in the attached trivial patch, which can be used in case this is deemed to be an issue.
FWIW, there are some other namespaces which use the old-style metadata as well; I am willing to fix those as well.