Sebastian Pfitzner
Sebastian Pfitzner
The extension should only start a Julia process if any of the following happen: 1. You start a debugging session 2. You run any of the commands contributed by the...
For now you can manually switch the context module in the lower right to Main, but that is on a per-file basis.
I don't particularly disagree, but do note that this is just how `include` works -- it returns the last expression: ``` shell> cat test.jl function foo(z) println("inside foo") z .=...
What type does `t` have here?
Yes, indeed. Setting the cell language to Julia will trigger activation though, which might be good enough.
Yes, but the question is what we want to do in the meantime. Imho this trade-off is worth it.
I've never seen cache loading be that slow. Is your home directory stored on a NFS or something like that?
Nah, this is valid and a good early warning :) Will look into what's going on here.
Very weird. We need to load local packages for caching, but that should be happening with precompilation disabled...
That's expected. We have *very* limited support for metaprogramming. Very simple `@eval`s typically work, but in this case I think we fail to propagate the `mytype`.