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
When running elm-test-rs make --watch, the output when the code is compiling is a bit unhelpful.
If you start running it when code compiles, it looks like it’s hanging (but it’s still doing things or it’s done). I would expect a message such as "Success! Compiled N modules." or just "Success!" to have some feedback and not feeling like the tool is in an infinite loop.
If after a change it’s compiling, then you have a large chunk of empty lines
Change detected in tests/Humio/Page/RepoOrView/SearchPage/FieldInteractionsTest.elm
===================================================================================
Change detected in tests/Humio/Page/RepoOrView/SearchPage/FieldInteractionsTest.elm
===================================================================================
I am not sure that these separators and blank spaces are worth having in this mode. Again, I would add a "Success!" message of some sorts at least.
The text was updated successfully, but these errors were encountered:
The blank space is useful when showing errors, to easily differentiate errors you already fixed (in previous output) from the ones of the current compilation.
I agree that showing nothing but blank space when there is no error is not helpful however as you don’t know if it’s done or doing. I guess I didn’t take into account cases where the code base could take long to compile.
When running
elm-test-rs make --watch
, the output when the code is compiling is a bit unhelpful.If you start running it when code compiles, it looks like it’s hanging (but it’s still doing things or it’s done). I would expect a message such as "Success! Compiled N modules." or just "Success!" to have some feedback and not feeling like the tool is in an infinite loop.
If after a change it’s compiling, then you have a large chunk of empty lines
I am not sure that these separators and blank spaces are worth having in this mode. Again, I would add a "Success!" message of some sorts at least.
The text was updated successfully, but these errors were encountered: