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

Introducing initial support for compile-time / runtime output for PDF books #507

Merged

Conversation

gusthoff
Copy link
Collaborator

  • Test script: adding support for storing build / runtime output, including: C-code blocks, blocks with prover button.
  • Sphinx: using "ada-run" for code blocks that don't have run button.
  • Proof-of-concept: fixing all issues found in PDF version of the "Introduction to Ada" course.
  • GitHub actions: adding support for storing PDF books as artifact.

Leaving explicit build / runtime output only in HTML version.
Merge branch 'topic/infrastructure/sphinx/pdf_books/20210226' into topic/infrastructure/sphinx/pdf_books/20210219
Using admonition to fix formatting issue in PDF book.
@@ -2656,7 +2656,7 @@ Here's a first example:
#include <stdio.h>
#include "proc.h"

void main (void)
int main(int argc, const char * argv[])
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This has an int return type with no return statement.

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.

Add option to display the output of the compiler and the application statically
2 participants