node icon indicating copy to clipboard operation
node copied to clipboard

tty: fix links for terminal colors

Open avivkeller opened this issue 1 year ago β€’ 1 comments

This PR updates the links for TTY's terminal colors.

For Terminator, according to author of the original link (The bolded Here is the new link):

For Terminator users, there is a branch for GTK+3 version, which supports true colors and much more, but it's not yet merged in the master and not yet released as well. Here is the bug for pushing it upstream. So if you want to help this - you can test it more, write patches and ping developers. Looks like this one is almost ready, I see no big stoppers against merging this branch in the master and releasing a new version of Terminator.

For rxvt-unicode-24bit, the link was changed to that mentioned by https://github.com/termstandard/colors.

avivkeller avatar Aug 27 '24 18:08 avivkeller

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 87.34%. Comparing base (a7271ab) to head (9519136). Report is 330 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #54596   +/-   ##
=======================================
  Coverage   87.33%   87.34%           
=======================================
  Files         649      649           
  Lines      182570   182570           
  Branches    35040    35027   -13     
=======================================
+ Hits       159454   159462    +8     
+ Misses      16390    16381    -9     
- Partials     6726     6727    +1     
Files with missing lines Coverage Ξ”
lib/internal/tty.js 97.04% <100.00%> (ΓΈ)

... and 28 files with indirect coverage changes

codecov[bot] avatar Aug 27 '24 20:08 codecov[bot]

This doesn't need a CI to land, and has an approval: author ready?

avivkeller avatar Sep 03 '24 14:09 avivkeller

This doesn't need a CI to land, and has an approval: author ready?

This changes source code (even if it's comments) so needs a full CI.

richardlau avatar Sep 03 '24 14:09 richardlau

CI: https://ci.nodejs.org/job/node-test-pull-request/61857/

nodejs-github-bot avatar Sep 03 '24 14:09 nodejs-github-bot

This changes source code (even if it's comments) so needs a full CI.

Out of curiosity, what's the reason behind that?

avivkeller avatar Sep 03 '24 14:09 avivkeller

This changes source code (even if it's comments) so needs a full CI.

Out of curiosity, what's the reason behind that?

It's an extra level of checks to guard against, e.g. accidentally commenting out code. I also think at one point js2c couldn't handle some Unicode characters (possibly fixed now?). Also https://www.bleepingcomputer.com/news/security/invisible-characters-could-be-hiding-backdoors-in-your-javascript-code/.

richardlau avatar Sep 03 '24 15:09 richardlau

CI had a few flakes, can it be resumed?

avivkeller avatar Sep 12 '24 17:09 avivkeller

CI: https://ci.nodejs.org/job/node-test-pull-request/62578/

nodejs-github-bot avatar Sep 19 '24 20:09 nodejs-github-bot

Because this only modifies comments, and the CI looks good, should needs-ci be removed, because even if anything changes, it won't break this?

Also can this land?

avivkeller avatar Sep 20 '24 20:09 avivkeller

CI: https://ci.nodejs.org/job/node-test-pull-request/62640/

nodejs-github-bot avatar Sep 21 '24 16:09 nodejs-github-bot

CI LGTM regarding this change

avivkeller avatar Sep 22 '24 13:09 avivkeller

@richardlau can this be commit-queued?

avivkeller avatar Sep 23 '24 20:09 avivkeller

CI: https://ci.nodejs.org/job/node-test-pull-request/62701/

nodejs-github-bot avatar Sep 23 '24 20:09 nodejs-github-bot

CI: https://ci.nodejs.org/job/node-test-pull-request/62709/

nodejs-github-bot avatar Sep 23 '24 22:09 nodejs-github-bot

CI: https://ci.nodejs.org/job/node-test-pull-request/62714/

nodejs-github-bot avatar Sep 24 '24 00:09 nodejs-github-bot

Landed in 29a4fcf918e783418e32efe30134cf861b495cd1

aduh95 avatar Sep 24 '24 20:09 aduh95