Skip to content
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

Fail the website build on unparsed concept macro invocations #1066

Merged

Conversation

VojtechStep
Copy link
Collaborator

I found two instances where the concepts macro wasn't formatted properly, so I added a check to the preprocessor that fails the website build.

This means that the preprocessor will run in full for the linkcheck output. We could have it only do some of the work for just checking if all the tags are well-formatted, but most of the time is still spent in IO with the mdbook process, which we can't speed up.

@VojtechStep VojtechStep force-pushed the fixup/concept-right-whiskering branch from c115135 to 60681b8 Compare March 12, 2024 14:01
@VojtechStep VojtechStep merged commit 6617100 into UniMath:master Mar 12, 2024
4 checks passed
@VojtechStep VojtechStep deleted the fixup/concept-right-whiskering branch March 12, 2024 14:40
fredrik-bakke pushed a commit to fredrik-bakke/agda-unimath that referenced this pull request Mar 14, 2024
…h#1066)

I found two instances where the concepts macro wasn't formatted
properly, so I added a check to the preprocessor that fails the website
build.

This means that the preprocessor will run in full for the `linkcheck`
output. We could have it only do some of the work for just checking if
all the tags are well-formatted, but most of the time is still spent in
IO with the `mdbook` process, which we can't speed up.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants