You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The repro shown above runs fine if the upper end of the seq is 700, but once I change it to 701, it hangs. I originally found this in the Zed lake context, where the magic crossover was when the upper end of the seq went from 54656 (works ok) to 54657 (hangs).
I also noticed it doesn't happen if I instead do merge ts, which indeed is probably what a user would have intended here. But #3678 leads me to believe merge this should be acceptable.
The text was updated successfully, but these errors were encountered:
tl;dr
This hangs for me:
Details
Repro is with Zed commit 491dadf.
The repro shown above runs fine if the upper end of the
seq
is700
, but once I change it to701
, it hangs. I originally found this in the Zed lake context, where the magic crossover was when the upper end of theseq
went from54656
(works ok) to54657
(hangs).I also noticed it doesn't happen if I instead do
merge ts
, which indeed is probably what a user would have intended here. But #3678 leads me to believemerge this
should be acceptable.The text was updated successfully, but these errors were encountered: