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

Fix asciidoc build #485

Merged
merged 1 commit into from
Mar 29, 2024
Merged

Fix asciidoc build #485

merged 1 commit into from
Mar 29, 2024

Conversation

Alasdair
Copy link
Collaborator

The makefile checked documentation project files were valid by calling -list_files, but a change means that we attempted to parse the listed files before displaying them. This broke some examples that were just showing syntax, so add a new option that just parses the file and exits.

We are also now stricter about having a default order set before including library files, so add a file that sets default Order dec before pulling library files into the documentation.

The makefile checked documentation project files were valid by
calling -list_files, but a change means that we attempted to
parse the listed files. This broke some examples that were just
showing syntax, so add a new option that just parses the file and exits.

We are also now stricter about having a default order set before
including library files, so add a file that sets default Order dec
before pulling library files into the documentation.
Copy link

github-actions bot commented Mar 29, 2024

Test Results

    9 files  ±0     20 suites  ±0   0s ⏱️ ±0s
  615 tests ±0    615 ✅ ±0  0 💤 ±0  0 ❌ ±0 
1 978 runs  ±0  1 977 ✅ ±0  1 💤 ±0  0 ❌ ±0 

Results for commit ebc2a20. ± Comparison against base commit 609bda1.

♻️ This comment has been updated with latest results.

@Alasdair Alasdair merged commit 39b4e00 into sail2 Mar 29, 2024
9 checks passed
@Alasdair Alasdair deleted the asciidoc_bfix branch March 29, 2024 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant