Filippos Christou
Filippos Christou
In a local branch, I substituted the while condition ```julia while any(i->(c.time ≤ i < c.end_time), (c.tn, c.tev)) ``` with the following ```julia while c.time ≤ c.tev < c.end_time ||...
> How about having `y = @remote x` "just work" when `x` happens to be an observable on the remote side? I guess that could work with some multiple dispatch...
Some summary for the force-push: I generally agree with your comments, so I removed `@remoterepl` and I overloaded `run_remote_repl_command` # `run_remote_repl_command` I think it's better to keep the same name...
> It would probably be ok to just release version 1.0 if we were worried. before going to 1.0, it would be nice to talk a bit about https://github.com/c42f/RemoteREPL.jl/issues/56 #...
@c42f Hi Claire. If there are no issues with the PR, could you please merge it and maybe make a new release ?
@c42f Are there any blocking points? Do you think we can merge that soon?
ouf. that's gonna be hard. Locally using `TestEnv` I get the tests passed, but with the `] test` something fails with a different error from the CI. Also sometimes (mostly...
As said. The problem was very obscure and I still don't understand what was the issue. `include("test/runtests.jl")` was working but `] test` was not. I just removed all the `TestEnv`...
@c42f pushed an update. magic protocol is checked first now.
Should we make a v0.3.0 release ? If I have permissions and it's fine by you I can make one.