Chris McGrath

Results 3 comments of Chris McGrath

I just saw this and thought `mix test --stale` might cover it but it doesn't. With ExUnit you can do ``` mix test --only line:99 --only line:123 test/foo_test.exs --only line:10...

Looks like it's the server ``` test "return completion candidates for 'Kernel.Para'" do assert run('Kernel.Para') == ['Kernel.ParallelCompiler', 'Kernel.ParallelRequire'] end ``` In `complete_test.exs` fails ``` 1) test return completion candidates for...

@tonini Done, and no worries about timeliness of reply, we're all busy :)