Metadata & npm scripts for publication#34
Open
gesa wants to merge 1 commit intoWinterTC55:mainfrom
Open
Conversation
Also I'm crying "uncle" on organisation/organization. There is no right way. every way is wrong. If you're bored some time, ask me about latin and greek etymology of words and when they end in ise, yse, or ize depending on which regional english dictionary you are using. I will run away screaming and it will entertain you.
ljharb
approved these changes
Apr 29, 2026
| <p>Each runtime key entry includes the following metadata:</p> | ||
| <ul> | ||
| <li><strong>Organization</strong> (required): The organisation or individual responsible for the runtime</li> | ||
| <li><strong>Organization</strong> (required): The organization or individual responsible for the runtime</li> |
Member
There was a problem hiding this comment.
yay, this one's better anyways because "z" can't have a "s" sound, and it's said with a "z" sound :-D
Ethan-Arrowood
approved these changes
Apr 29, 2026
Collaborator
Ethan-Arrowood
left a comment
There was a problem hiding this comment.
lgtm! one nit, and one question on the metadata. but otherwise love the new scripts
Comment on lines
+22
to
+27
| "prebuild": "rm -rf out && mkdir -p out", | ||
| "build": "node build.mjs && ecmarkup spec-injected.html out/index.html", | ||
| "watch": "concurrently 'node --watch-path=./runtime-keys.json --watch-path=./spec.html build.mjs' 'ecmarkup --watch --verbose --lint-spec spec-injected.html out/index.html'", | ||
| "web": "npm run build -- --assets external --assets-dir out", | ||
| "printable": "npm run web -- --verbose --printable --lint-spec", | ||
| "pdf": "npm run printable && prince-books --script ./node_modules/ecmarkup/js/print.js out/index.html -o out/TR-runtime-keys.pdf" |
Collaborator
There was a problem hiding this comment.
Suggested change
| "prebuild": "rm -rf out && mkdir -p out", | |
| "build": "node build.mjs && ecmarkup spec-injected.html out/index.html", | |
| "watch": "concurrently 'node --watch-path=./runtime-keys.json --watch-path=./spec.html build.mjs' 'ecmarkup --watch --verbose --lint-spec spec-injected.html out/index.html'", | |
| "web": "npm run build -- --assets external --assets-dir out", | |
| "printable": "npm run web -- --verbose --printable --lint-spec", | |
| "pdf": "npm run printable && prince-books --script ./node_modules/ecmarkup/js/print.js out/index.html -o out/TR-runtime-keys.pdf" | |
| "prebuild": "rm -rf out && mkdir -p out", | |
| "build": "node build.mjs && ecmarkup spec-injected.html out/index.html", | |
| "watch": "concurrently 'node --watch-path=./runtime-keys.json --watch-path=./spec.html build.mjs' 'ecmarkup --watch --verbose --lint-spec spec-injected.html out/index.html'", | |
| "web": "npm run build -- --assets external --assets-dir out", | |
| "printable": "npm run web -- --verbose --printable --lint-spec", | |
| "pdf": "npm run printable && prince-books --script ./node_modules/ecmarkup/js/print.js out/index.html -o out/TR-runtime-keys.pdf" |
nit: use consistent spacing (tabs prefered)
| date: 2026-04-28 | ||
| committee: 55 | ||
| location: https://github.com/WinterTC55/runtime-keys | ||
| contributors: WinterTC55 |
Collaborator
There was a problem hiding this comment.
Is this meant to be the organization/team name or is this meant to list actual human individuals who contributed?
| <p>Each runtime key entry includes the following metadata:</p> | ||
| <ul> | ||
| <li><strong>Organization</strong> (required): The organisation or individual responsible for the runtime</li> | ||
| <li><strong>Organization</strong> (required): The organization or individual responsible for the runtime</li> |
Collaborator
There was a problem hiding this comment.
"Z" is a cooler letter anyways 🤷♂️
andreubotella
approved these changes
Apr 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Also I'm crying "uncle" on organisation/organization. There is no right way. every way is wrong. If you're bored some time, ask me about latin and greek etymology of words and when they end in ise, yse, or ize depending on which regional english dictionary you are using. I will run away screaming and you will no longer be bored.
Important details:
buildfor local dev when you aren't using watchwebto build a web-deployable versionprintableto build a printable version of the HTMLpdfto generate a PDF from that printable HTMLstatus: draft-trandstatus: technical-reportwill cause unexpected results using the current published version of ecmarkup. I will attempt to get my ecmarkup PRs merged in the next month or so.Draft PDF: TR-runtime-keys.pdf