Joy Reynolds

Results 369 comments of Joy Reynolds

Your explanation helps a lot, (perhaps it should be in the docs), but I think the part about preserving the diff versus preserving the snapshot is way too much in...

> if the trunk ref is managed by view, we wouldn't need random fallback so long as the trunk ref exists. Does that work across workspaces? Couldn't all children of...

> In theory, commands like `diff`, `show`, `diffedit`, `squash` _could_ be moved to `jj patch`, e.g. `jj diff` could be an alias for `jj patch diff`. I'm not sure this...

I wonder why the various authors don't submit an update for glibc malloc, and improve everything that uses it.

Wouldn't it make more sense that isNumber on an array returns false?

Do you see either `fix` or `run` as related to some sort of `bisect`? How about `blame`?

My first impression of `jj fix` is that it seems weird and the only thing to fix is some sort of meta data integration with a bug ticket system, marking...

If existing tools have `run` or `fix`, are their designs robust enough to use for `jj`, or do you need to slog through an entire design process for this? Can...

Given the way you've written `a..b`, doesn't that mean that `a` is an ancestor of `b`? I'm struggling to understand why you can't just `interdiff` or just `diff` the original...

> I agree, it really should just work. You are agreeing with yourself, not what I said. I'm asking about `interdiff -f d6a3eb26 -t bookmark-13a9`, which should encompass those ancestors....