-
Notifications
You must be signed in to change notification settings - Fork 409
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
Missing newline in "dune exec -w" #10922
Labels
Comments
I believe this is fixed now. @muzimuzhi can you test it out and let us know if #10983 solved the issue you were encountering? |
I tried compiling
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behavior
When running "dune exec" with watch mode on (
-w/--watch
), it would be better to show program's output on a new line. Currently it's appended to the message "Success, waiting for filesystem changes...".Similar to #7142 but with watch mode on.
Actual Behavior
Reproduction
Specifications
dune
(output ofdune --version
): 3.16.0ocaml
(output ofocamlc --version
): 5.2.0The text was updated successfully, but these errors were encountered: