-
Notifications
You must be signed in to change notification settings - Fork 562
CI table improvements #5129
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
base: main
Are you sure you want to change the base?
CI table improvements #5129
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,6 +13,7 @@ info: | | |
| features: [Reflect,Intl.Locale,Intl.Locale-info] | ||
| ---*/ | ||
|
|
||
|
|
||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why add this line?
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is just temporary, in order to get a test to run. |
||
| const validFirstDayOfWeekIds = [ | ||
| ["en-u-fw-mon", 1], | ||
| ["en-u-fw-tue", 2], | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -151,8 +151,8 @@ function combineMessages(sloppyMessage, strictMessage) { | |
| } | ||
|
|
||
| function formatFail(message) { | ||
| if (!message) return '❌'; | ||
| return `[❌](## "${sanitizeTableMarkdown(message)}")`; | ||
| if (!message) return '➖'; | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'd also like the emoji to be part of an obvious pair—(👍, 👎), (🙆, 🙅), (✅, ❎), etc. |
||
| return `[➖](## "${sanitizeTableMarkdown(message)}")`; | ||
| } | ||
|
|
||
| // https://spec.commonmark.org/0.31.2/#links | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can do better than JSON in this log output, e.g.
to produce text like