Xiu-zhe (Roger) Luo
Xiu-zhe (Roger) Luo
I've removed the old IonCLI link
could you just copy-paste the example from that issue in the test? that should be sufficient as a test
I just realized #257 is related to this, the new behavior of Julia's entry point is basically what this PR implements, but I'm not sure what's the best way of...
maybe let's double check with @Keno, IIUC after shipping `@main` from `Base` if `main` is defined then the behaviour in this PR is supported by Julia already?
Yeah so I think we will have to wait for something like that before merging this PR.
Yes, this is intended for the macro interface, this is because the macro interface is essentially the overlapping semantic between Julia and the shell script, I think allowing this confuses...
actually, maybe we can let this issue open for a while to see if there are new opinions, but this has been a quite long behavior in this package, so...
hmm, this is not expected, I guess something went wrong in detecting the `displaysize`, we just use [this](https://github.com/comonicon/Comonicon.jl/blob/main/src/ast/printing.jl#L52) to detect the size, if your width is smaller than 80 however,...
Yeah, this is because Comonicon was developed in pre-1.9 era, so we have to eliminate as much runtime as possible, resulting in non-adaptive printings. I believe in 1.9+ because of...
I think this is possible. And I like this idea! could be supported by adding your change here https://github.com/comonicon/Comonicon.jl/blob/main/src/frontend/cast.jl#L461, please feel free to open a PR for this!