-
Notifications
You must be signed in to change notification settings - Fork 260
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
Infinite watch loop on Windows #133
Comments
I did some debug logging in here:
I found this:
So the problem seems to be this inequality:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm getting the infinite watch loop decribed in #84 and #99. My setup is:
Windows 10 Build 19042.804.
rustup-init using the following defaults:
Visual Studio 2019 - 16.8.6, with the C++ desktop development workload.
At this point I have:
Running
trunk watch
on eithertrunk/examples/seed
ortrunk/examples/yew
yields the infinite watch loop.The text was updated successfully, but these errors were encountered: