Yuya Nishihara

Results 132 comments of Yuya Nishihara

Maybe the compatibility mode of `-pipe` is temporarily broken? Can you try other versions of plantuml? http://plantuml.com/faq "Is @startuml needed in with -pipe flag ?" > Unfortunately, since some existing...

> ^C Yep, jj doesn't handle SIGINT/SIGTERM yet and the process is just terminated.

I agree something like PID trick is really nice, but I think we'll need to handle signals anyway to shutdown pager cleanly. I have no idea about the best practice...

> > we'll need to handle signals anyway to shutdown pager cleanly. > > Good point. @chooglen, since you're working on pager support, don't miss this. It's not a strict...

> ^C on a terminal is broadcast to the entire _process group_, per https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap11.html#tag_11_01_09, although testing indicates `less` seems to just ignore SIGINT anyway. ^C while the pager is open...

> `less` itself can and does handle this case, is my point. I don't think you can get it into a bad state with anything short of SIGKILL. If `less`...

> Is there a better way to recover when running into this? I wonder if it's possible to have `jj op` commands still work in this scenario. You can pass...

> Let's say `jj git push-branch -r wty --to-branch main` moved the remote-tracking branch for `main`. Then, a subsequent `jj git fetch` would see that the actual position of the...

> What I'm curious about is how far we'd get if just expose the current commit message as a String. I don't follow the whole discussion, but do we need...

> What if we could support a syntax along the lines of `jj branch s topo:ancestor`, which would find the closest ancestor commit with a branch and move that branch...