Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

Filter the simulation output from ansi-codes so that the results can … #581

Merged
merged 1 commit into from
Oct 3, 2017

Conversation

JensvdHeydt
Copy link
Contributor

…be properly interpreted. (#578)

The used color.js library does have a "--no-color" switch that should solve the above problem but that library isn't under active development anymore and currently has several bugs regarding the --no-color switch. Since zenbot has a very tight coupling to color.js this is the only way to solve the problem from #578.

Btw: My codestyle fixed some trailing spaces. Sorry about that ;-) Hope you can merge it anyways.

Solves: #578

@@ -6,6 +6,7 @@
"json2csv": "^3.7.3",
"round-precision": "^1.0.0",
"run-parallel-limit": "^1.0.3",
"shelljs": "^0.7.8"
"shelljs": "^0.7.8",
"strip-ansi": "^4.0.0"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you may also want to update package-lock.json in this directory:

rm -rf package-lock.json
npm i
git add . # etc etc

@@ -8,6 +8,7 @@
"round-precision": "^1.0.0",
"run-parallel-limit": "^1.0.3",
"shelljs": "^0.7.8",
"yargs": "^8.0.2"
"yargs": "^8.0.2",
"strip-ansi": "^4.0.0"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you may also want to update package-lock.json in this directory:

rm -rf package-lock.json
npm i
git add . # etc etc

…be properly interpreted. (DeviaVir#578)

The used color.js library does have a "--no-color" switch that should solve the above problem but that library isn't under active development anymore and currently has several bugs regarding the --no-color switch. Since zenbot has a very tight coupling to color.js this is the only way to solve the problem from DeviaVir#578.

Solves: DeviaVir#578
@JensvdHeydt
Copy link
Contributor Author

@DeviaVir I added the missing package-lock.json files with a commit amend

@DeviaVir
Copy link
Owner

DeviaVir commented Oct 3, 2017

Thank you very much, kind sir!

@DeviaVir DeviaVir merged commit adacccf into DeviaVir:master Oct 3, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants