-
Notifications
You must be signed in to change notification settings - Fork 161
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
Make [COMMIT-SHA]
macro less annoying locally?
#286
Comments
Running If there was an additional ability to require But overall I think this is over-indexing on one person's complaint that they don't like |
I also stumble over the need to run I love Domenic's idea of putting |
Note that On the other hand it totally makes sense that every spec would have CI which enforces warnings as errors. Anyway this seems like a distraction from the main goal here which is that just running |
Maybe bikeshed would benefit from |
If you run
bikeshed
directly on any WHATWG spec, you get a fatal error about aCOMMIT-SHA
macro not being set. This comes from the group boilerplate, so it's not apparent what's actually wrong from looking at the spec itself. The intended practice is that you build withmake local
, which just invokes bikeshed with that text macro supplied with a dummy value.It would be nice to lower friction here and allow plain
bikeshed
invocation. There are two easy fixes we could choose from:[COMMIT-SHA?]
. If it's not set it'll silently be replaced with nothing.Either solution still allows the macro to be set to its correct value by the
deploy.sh
script, as it does today.The text was updated successfully, but these errors were encountered: