Nathan Daly

Results 165 comments of Nathan Daly

It looks like this package is out of date. It no longer works with `julia v0.6`. There are several things that need to be updated for it to work. At...

Could someone who is experiencing this issue please upload the `.pb.gz` that has the problem? it should be in the CWD of wherever you are running pprof. And cherry-on-top would...

It's set by `include_string()` here: https://github.com/JuliaLang/julia/blob/3754ead9dcea86fcd0e6a0a9ce1a9a50175eaef8/src/ast.c#L841 (`include_string` -> `jl_load_file_string` -> `jl_parse_eval_all`) I think an easy fix would just be to wrap `softscope_include_string` with the following lines: ```julia jl_filename_ptr = cglobal(:jl_filename,...

EDIT: I've edited the original message to the much more compelling example `@test_logs` example. Moving the previous description here, as a secondary example: Any Task spawned during a Test, which...

(Reloading the window fixes this of course.)