fix/build aqlhelp#105
Merged
Merged
Conversation
caverac
commented
Jun 3, 2026
|
|
||
| @SuppressWarnings({ "unchecked", "rawtypes" }) | ||
| @SuppressWarnings({"unchecked", "rawtypes"}) |
Contributor
Author
There was a problem hiding this comment.
Most of the changes in this module are just formatting issues caught by Spotless
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.
AqlHelpgenerates the CQL HTML manual that ships atcategoricaldata.net/help/, it had drifted out of sync with the language and crashed before writing a single page, which is a big part of why the published docs go stale (related: #104).This PR makes the generator produce the full manual again, wires it into CI as a quality gate, and fixes the JDK/formatting toolchain so the build works on modern JDKs.
How it is fixed
AqlHelpwalks everyAqlSyntax/AqlOption/ProverNamereflectively. Four independent "feature added, doc path never updated -> hard failure" bugs were fixed. The new handlers are documentation-only prototypes and should not have any ompact on the real typing/eval.New things in the CI
This PR also builds the doc as part of CI, it ensures that new changes don't break the documentation. It also paves the way to publish the docs through git actions