Rafael Fourquet
Rafael Fourquet
Thanks for your PR! I'm in favor of such functionality, but remember having a hard time choosing a name. When looking at the documentation of `unsigned` / `signed`, there is...
It seems fixed on the master branch.
As `|>` is being deprecated, with the idea to have it dovetail nicely with some syntax for currying functions in the future, it would be nice to be sure that...
> this is totally orthogonal to the piping syntax (#20331); I'm not sure you think why the latter would affect this. This link concerns a removal of the piping syntax...
Seems like this could be closed now.
I had a similar need to enable a REPL mode in IJulia, and chose the hacky solution of hardcoding the mode in the "execute_request.jl" file, like is done for ";"...
I think I'm hitting the same problem. More specifically, when running an example like `julia examples/barchart.jl` on the command line, there is no problem, but when I `include` the file...
That might be a good idea! Do you have specific ideas on what this might look like?
Sounds useful yes! Using `TerminalMenus` might also be an option for something like that (to select the packages to load tests from, and to select the tests to run from...
There is some partial improvement on this front, available when `ReTest.hijack` is used, via the `include=:static` keyword. It would be great if you can try it out and report if...