Closed cstjean closed 7 years ago
Witness methods(DataStructures.compare) before and after @trace DataStructures binary_minheap([2,11, 14]). Check if creload/revise suffer from the same problem.
methods(DataStructures.compare)
@trace DataStructures binary_minheap([2,11, 14])
https://github.com/timholy/Revise.jl/issues/27
Fixed by https://github.com/timholy/Revise.jl/pull/29
Witness
methods(DataStructures.compare)
before and after@trace DataStructures binary_minheap([2,11, 14])
. Check if creload/revise suffer from the same problem.