cstjean / TraceCalls.jl

A debugging and profiling tool for Julia
Other
46 stars 4 forks source link

Support nested where syntax #26

Closed cstjean closed 7 years ago

cstjean commented 7 years ago

function _size(out::NTuple{M}, A::Array{_,N}) where _ where M where N (from Base's "array.jl"). This will require a change to splitdef. Test case: ClobberingReload.source(vcat)

cstjean commented 7 years ago

Fixed and tested in ClobberingReload