-
Notifications
You must be signed in to change notification settings - Fork 254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
trunk serve sometimes fails with new drift sort introduced in rust-1.81.0 #870
Comments
Seems like one of dependencies has incorrect implementation of comparison function |
Thanks for reporting. Looks tricky to find out what the cause is. |
Running with debug information revealed the issue: notify-rs/notify#636 |
I am not sure there's much trunk can do at this point. A workaround would be to stick to Rust versions prior to 1.81.0 |
No solution but can confirm same thing happened to me. |
The issue seems to be fixed in |
notify-debouncer-full v0.3.2 has been released, this should fix the bug. |
It's released as trunk |
TL;DR: Fixed with trunk 0.21.1.
Here is the stacktrace generated with
RUST_BACKTRACE=full trunk serve
:I can not dig more to exact function which generates incorrect ordering.
Can be reproduced on linux with trunk-0.20.3 using feature "detect changes"
The text was updated successfully, but these errors were encountered: