-
Notifications
You must be signed in to change notification settings - Fork 412
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
Inconsistent newlines across platforms #3762
Comments
See also #3737 |
Linux behaviour is the same as for OS X:
|
There are two issues here as I understand: 1) on Windows, the Cygwin prompt includes a newline prefix which explains the difference between Windows and Linux/OS X, and 2) a missing newline after the status indicator #3737.
Closing this, feel free to re-open if needed. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#Expected Behavior
Dune screen output the same on different platforms
Actual Behavior
Dune screen output on OS X / Windows differs
Reproduction
OS X:
Windows:
OS X:
Windows:
Specifications
dune
(output ofdune --version
): 2.7.0ocaml
(output ofocamlc --version
) 4.11.1The text was updated successfully, but these errors were encountered: