Lionel Zoubritzky

Results 14 comments of Lionel Zoubritzky

My bad, you are absolutely right, `escapechar='\\'` is simply wrong here. Apologies for the noise!

I think it has to do with the fusing of dot operations, since separating the two works: ```julia julia> x = sprand(4,5,0.4) .> 0.5; julia> Float64.(x) 4×5 SparseMatrixCSC{Float64,Int64} with 4...

I have been hitting this so I looked into it, but this is not a Revise issue actually, it comes from upstream: ```julia julia> struct NoRec end; julia> struct NoRec...

Will do. I'm leaving this open in the meantime.