Stream: git-wasmtime

Topic: wasmtime / PR #2087 clif-util: only print color escape se...


view this post on Zulip Wasmtime GitHub notifications bot (Aug 03 2020 at 17:24):

abrown opened PR #2087 from clif-util-ansi-color to main:

clif-util wasm ... has functionality to print extra information in color when verbose mode (-v) is specified. Previously, the ANSI color escape sequences were printed regardless of whether -v was used so that users that captured output of this command would have to remove escape sequences from their capture files. With this change, clif-util wasm ... will only print the ANSI color escape sequences when -v is used.

<!--

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.
-->

view this post on Zulip Wasmtime GitHub notifications bot (Aug 03 2020 at 17:24):

abrown requested fitzgen for a review on PR #2087.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 03 2020 at 17:48):

fitzgen submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 03 2020 at 17:48):

fitzgen submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 03 2020 at 17:57):

fitzgen submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 03 2020 at 18:47):

abrown updated PR #2087 from clif-util-ansi-color to main:

clif-util wasm ... has functionality to print extra information in color when verbose mode (-v) is specified. Previously, the ANSI color escape sequences were printed regardless of whether -v was used so that users that captured output of this command would have to remove escape sequences from their capture files. With this change, clif-util wasm ... will only print the ANSI color escape sequences when -v is used.

<!--

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.
-->

view this post on Zulip Wasmtime GitHub notifications bot (Aug 03 2020 at 19:32):

fitzgen submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 03 2020 at 19:32):

fitzgen created PR Review Comment:

I just checked with git and their options are always|never|auto. I think it is worth being consistent with that, since people are more likely used to their options than something we make up ourselves. sorry for getting it wrong initially!

view this post on Zulip Wasmtime GitHub notifications bot (Aug 03 2020 at 19:32):

fitzgen submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 03 2020 at 20:39):

abrown updated PR #2087 from clif-util-ansi-color to main:

clif-util wasm ... has functionality to print extra information in color when verbose mode (-v) is specified. Previously, the ANSI color escape sequences were printed regardless of whether -v was used so that users that captured output of this command would have to remove escape sequences from their capture files. With this change, clif-util wasm ... will only print the ANSI color escape sequences when -v is used.

<!--

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.
-->

view this post on Zulip Wasmtime GitHub notifications bot (Aug 03 2020 at 21:14):

abrown merged PR #2087.


Last updated: Nov 22 2024 at 16:03 UTC