Shuhei Kadowaki
Shuhei Kadowaki
@DilumAluthge Sorry for super late reply. You can find my attempt to use Vinyl on [this branch](https://github.com/aviatesk/Traceur.jl/commits/use-vinyl). IMHO I'm currently not so interested in this change, since interpreter-based overdubs didn't...
But you may find it interesting. If you find some performance pitfalls in my implementation, I really want to hear that.
Didn't your Julia installer automatically set up a env path to the Julia executable ? Our Julia path detection logic will use that unless an user specified manually.
@johncwok the error seems to say you've probably installed ink for now. Just restart Atom and see whether it works.
> loaded a blank .jl file does this mean literally loading a file, i.e. run `include("hoge.jl")` where `hoge.jl` only has an empty line ?
> I also deleted every copy of Julia and Atom on my computer (including all Atom package files) and reinstalled Atom and Julia, then add only Juno, which installed about...
It's a very cryptic feature, but if you hit r, remarks collected during inference would be shown next to each statement: ```julia bar() in Main at REPL[3]:1 Variables #self#::Core.Const(bar) │...
Note that remarks are not shown in optimized source. I guess Simeon's case was because of recursion and limited accuracy ? (see `%3 = Transducers.:(var"#transduce#137")(%2, #self#, xform, f, init, coll)::Any...
No, I've never seen it in local test. I just ran our test suites couple of times with a source build (specially, `Version 1.8.0-DEV.315 (2021-08-07)`), but couldn't really reproduce it.