Details
Assignee
UnassignedUnassignedReporter
Stuart HallowayStuart HallowayLabels
Approval
VettedPriority
MinorAffects versions
Fix versions
Details
Details
Assignee
Unassigned
UnassignedReporter
Stuart Halloway
Stuart HallowayLabels
Approval
Vetted
Priority
Affects versions
Fix versions
Created January 27, 2010 at 11:40 PM
Updated October 23, 2013 at 9:12 AM
This ticket includes two patches:
a patch to set assert when clojure.lang.RT loads, based on the presence of system property clojure.debug
expand error messages in assert to include
local-bindings</code> (a new macro which wraps the implicit <code>&env
)Things to consider before approving these patches:
should there be an easy Clojure-level way to query if debug is enabled? (checking assert isn't the same, as debug should eventually drive other features)
assertions will now be off by default – this is a change!
is the addition of the name
local-bindings
to clojure.core cool?