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
Was your update that didn't correctly get shown by any change made within 1000ms of the last time you updated the file? I have a known issue with the file system only providing second granularity on time, meaning I can't detect file updates within the same second. I probably need to adjust the caching mechanism to not trust cache within the same second as the current read
Do you have time to recreate the setup with that specific file in the fixtures and in https://github.com/Munter/fusile/blob/master/test/cache-test.js so there is a failing test? Pseudo code comments would be fine, just so I know what sequence I need to implement. I know the tests are not particularly to write with all the crazy race condition timeouts :/
PR #24 - working test there, description copied below:
Submitted test - it actually now passes on my machine (as does my original manual case) but that feels very ropey so I think it's still best to pin it down with a test.
Me again, more lovely buggage. Steps to illustrate:
(with or without
--watch src/test.jsx
)The text was updated successfully, but these errors were encountered: