Uh oh!
There was an error while loading. Please reload this page.
doc: replace bash references with sh - #34869
Conversation
zackschuster
commented
Aug 21, 2020
Uh oh!
There was an error while loading. Please reload this page.
not sure why |
We chose |
There was a problem hiding this comment.
| ```sh | |
| ```console |
There was a problem hiding this comment.
i don't understand this request. isn't console for js code?
There was a problem hiding this comment.
console means a CLI, it usually shows a $, then a command, and below the standard output it produces. I don't think it's ever used for JS code – you would rather use javascript or js for JS code.
There was a problem hiding this comment.
ah, i see. i updated the code. thanks for pointing that out @DerekNonGeneric 😄
@DerekNonGeneric i've never used
what would you like to see elaborated? |
DerekNonGeneric
commented
Aug 22, 2020
It's not |
zackschuster
commented
Aug 22, 2020
as was pointed out in the other PR, the syntax highlighting remains the same. using implementation-agnostic references is more correct, both technically (as node itself is officially POSIX compliant) and semantically (as |
DerekNonGeneric
commented
Aug 22, 2020
Yes, but we don't want to make mistakes or repeat this over and over. |
zackschuster
commented
Aug 22, 2020
of course :) i amended OP to fix the mistake. thanks for pointing it out. |
aduh95
commented
Aug 22, 2020
IMHO |
DerekNonGeneric
commented
Aug 22, 2020
The problem here is that we don't want other contributors to make this mistake and it will cause errors later as well. Should we change it? What do we do? I'm just as at a loss here. This has a lot to do with having made choices already. @aduh95, I think you know what is going on more than I do, but things are getting difficult to follow. |
zackschuster
commented
Aug 24, 2020
i'm a bit unclear myself — what is the exact issue? from what i gather it seems to be "a |
DerekNonGeneric
commented
Aug 25, 2020
@zackschuster, this is just going to fail. |
zackschuster
commented
Aug 25, 2020
@DerekNonGeneric i was going to mention the PR in the other repo, but it seems you've already commented there. |
aduh95
commented
Oct 12, 2020
@zackschuster do you still want to do that? Asking because I still have the PR open on the other repo, and I was wondering if I should close it or request a merge. |
This issue/PR was marked as stalled, it will be automatically closed in 30 days. If it should remain open, please leave a comment explaining why it should remain open. |
zackschuster
commented
Oct 12, 2020
@aduh95 yes please. i'll rebase once the other PR is merged 😄 |
aduh95
commented
May 29, 2021
Closing, as nodejs/remark-preset-lint-node#136 didn't get merged. |
shmeans the POSIX interface, and could bebash,zsh, etc. — even just plain oldsh.refs: #34837
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes