Details
Assignee
UnassignedUnassignedReporter
David ChelimskyDavid ChelimskyLabels
Priority
MinorAffects versions
Details
Details
Assignee
Unassigned
UnassignedReporter
David Chelimsky
David ChelimskyLabels
Priority
Affects versions
Created August 30, 2017 at 1:53 PM
Updated June 22, 2018 at 3:43 PM
We've got some specs whose behavior is controlled by the value of a dynamic var. When we run
the result shows that some of the nested specs are not operating as expect based on the value of *behave-differently*. I believe that this is due to some implementations of explain* producing lazy seqs that aren't realized until after the binding form has closed. Anecdotally, forcing realization within the binding form results in the expected behavior.