David Anthoff
David Anthoff
I think we are actually closer than I originally thought. The versions strings now include the platform triplet, so they are no longer "relative" to the platform for which a...
> Is the idea with channel names that you have a full channel name be something like `lts+0.x64.apple.darwin14` and then let `lts` be a shorthand for supplying the triplet you're...
How did you install Julia? What OS are you on?
Probably yes. But note that this is the "old style" test runner stuff, it won't do anything for test items.
I think https://github.com/JuliaTesting/TestEnv.jl/issues/60 needs to be resolved. Or at least that is my best guess, without having looked into it beyond a superficial search.
I was planning to adopt the `skip` option that ReTestItems.jl has, I think that would solve this problem? `skip` would accept an expression that gets evaluated.
We can't send anything to stdout as that is used for the actual JSONRPC commutation. Also, stderr seems exactly the right place to send (non error) log output to? In...
If you get these crashes from the language server, then Alt+Enter won't work anymore, so the root cause is definitely the language server crash. If you're REPL works, then I'm...
Aren't we precompiling into the global storage location these days? I thought we treat the extension folder itself as read-only now... If not, we should :)
@janxkoci can you open a new issue for this? This error seems to have zero relationship with the original issue here. Thanks.