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

use \033 instead of \e for ansi escape sequences #1464

Merged
merged 1 commit into from Aug 25, 2023

Conversation

hannesm
Copy link
Member

@hannesm hannesm commented Aug 3, 2023

@hannesm
Copy link
Member Author

hannesm commented Aug 3, 2023

if someone with a linux machine and/or macos could confirm that this works fine for them, please report here. for me, on FreeBSD this avoids printing \e[2m, and instead prints the text in gray.

@hannesm
Copy link
Member Author

hannesm commented Aug 25, 2023

tested on a linux VM, works great!

@hannesm hannesm merged commit 3e445fd into mirage:main Aug 25, 2023
1 of 3 checks passed
@hannesm hannesm deleted the fix-makefile-escape branch August 25, 2023 17:37
hannesm added a commit to hannesm/opam-repository that referenced this pull request Nov 20, 2023
… (4.4.1)

CHANGES:

- Document exit codes in `--help` (mirage/mirage#1485 @hannesm)
- Avoid dependency on environment variable (removing MIRAGE_LOGS mirage/mirage#1484 @hannesm)
- BUGFIX: dune.config mark "dist" as data-only-dir to allow config.ml being
  compiled (mirage/mirage#1475 @memst)
- Allow git 3.14 (mirage/mirage#1474 @hannesm)
- Default to best-fit allocation (mirage/mirage#1473 @hannesm)
- FEATURE: Add a key "--delay" to all unikernels (mirage/mirage#1472 @hannesm, fixes mirage/mirage#1468)
- Fix Unix target dune rule (add a deps) (mirage/mirage#1469 @hannesm)
- Optionally pass tcp in direct_stackv4v6, static_ipv4v6, generic_stackv4v6
  (mirage/mirage#1467 @hannesm)
- FEATURE: Support mirage version indication in first line of config.ml:
  (* mirage >= 2.3.4 & < 5.0.0 *) (mirage/mirage#1466 @hannesm, fixes mirage/mirage#1381)
- Use \033 instead of \e in generated Makefile (fixes the output on non-Linux
  systems mirage/mirage#1464 @hannesm)
- Adapt to mirage-logs 2.0.0 (mirage/mirage#1460 @hannesm)
- Allow version 0.8.0 of solo5 (mirage/mirage#1432 mirage/mirage#1490 @hannesm @palainp)
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.

None yet

1 participant