-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Investigate how our file watching works #1844
Comments
We also seem to be having an issue with too many files being watched with the recent projects, check out this issue: #1919 . This might be because we have some files being watched redundantly. There are commands that track how many files are watched by which process, so we should se that to observe what is happening. |
I'm running into this issue in my project. Let me know if you need me to share any logs to help debug the issue further! |
Hi @napon, thanks for reporting! Just to ensure I got it right, you're talking about "too many files being watched" issue? |
Yes that's right |
Hmm, I gotta admit I'm not familiar enough with the tools used to debug these kinds of issues, so I wouldn't know what to ask for. @napon Any chance you'd be ready to share your project with me and let me play around with debugging it locally? |
Related issue: #1843 |
With Wasp 0.12.0 and the restructuring (#1688), we've removed the constraint of separating server files from client files.
We should investigate the impact this had on our watching procedures and hot reloads.
Goals:
Questions, on each change, what does:
Relevant context:
Relevant
todo
in the code:wasp/waspc/src/Wasp/Analyzer/Evaluator/Evaluation/TypedExpr/Combinators.hs
Line 176 in f2721e7
The text was updated successfully, but these errors were encountered: