-
Notifications
You must be signed in to change notification settings - Fork 21
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
Cache output with NX14 is messy (compared to without this plugin) #164
Comments
I tried and failed to reproduce this, would it be possible to give some more information or maybe some logs from a dummy project with and without the caching enabled? |
yeah, the output is all segmented per package, like this:
Without caching enabled, it looks like this:
Without caching the relevant parts of the terminal are re-written so that all the pending tasks eventually move above the line |
It seems related to how the external library nx-remotecache-custom logs messages to the console, so I created an issue there. |
Describe the bug
Starting with NX14, nx started doing a nicer terminal UI that updated whole screens, rather than continuously scrolled.
Since adding the remote cache plugin, the output is back to scrolling, but incosistently.
Can this be fixed?
To Reproduce
Use nx 14
have interactions with the cache
Expected behavior
terminal output is mostly the same as without the cache plugin, but instead appends information about remote cache hit / miss local cache, etc inline with existing output
Screenshots
I cannot share these
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: