Skip to content
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

Make sure the latest uncached translation file is read when using --watch #16

Merged
merged 1 commit into from
Jun 16, 2020

Conversation

JoelBesada
Copy link
Contributor

I noticed a bug where you would stop getting the latest changes from a file after the first refresh when using watch mode. This is due to require() calls being cached in Node.js, so we need delete the cache entry each time we import the file again.

Copy link
Contributor

@hotchemi hotchemi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me👍

@hotchemi
Copy link
Contributor

@yuya-takeyama @christineoo could you take a look when you have time(and merge)? 🙇 I don't have ownership anymore.

Copy link
Contributor

@christineoo christineoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Thank you!

@christineoo christineoo merged commit 1ea7cfd into quipper:master Jun 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants