Shuhei Kadowaki
Shuhei Kadowaki
can you share your environment, exact example, etc ?
We'd appreciate if you open a separate issue for a separate FR. *** > 1 it would be awesome if when we open a file w/ Juno we will automatically...
> 2 how do I do: > julia-client: work-in-hoge command Open [a command palette](https://flight-manual.atom.io/getting-started/sections/atom-basics/#command-palette) and enter "work in " or whatever command you want to use. You may want to...
@pfitzseb Could you tell me the current status for this issue/PR ? I think the codebase has changed so much that the PR seems better to be crafted from scratch....
How did you "run" the code ? I can't reproduce this even changing `10000000` to some other value.
https://github.com/JunoLab/Atom.jl/pull/210 serves as a preparation for this.
A little interesting fact on this: both `modulefiles(mod::Module)` and [CSTParser-based module traverse](https://github.com/JunoLab/Atom.jl/blob/avi/renamerefactor/src/goto.jl#L191-L216) runs in almost the same amount of time: I changed [these lines](https://github.com/JunoLab/Atom.jl/blob/avi/renamerefactor/src/goto.jl#L162-L170) into ```julia const profile_id = Ref{Int}(0)...
Decaffeination is very welcome. The most important thing is whether the JSfied code is maintainable; don't forget to read through and check the code "makes sense" even when you start...
http://docs.junolab.org/latest/devdocs/dev_install/ here you are, but I guess the same problem will happen when you try to install npm packages..
well, I am VERY MUCH interested in for what script you had encontered the memory leak. Every file that was being open at that time can be to blame, so...