We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If I run gnatdoc on the pragmarc project (as fetched from Alire) I get the following error:
compile_all.adb:82:1: internal error: raised GNATDOC.NOT_IMPLEMENTED : at gnatdoc-frontend.adb:2177 <SubpBody ["Compile_All"] compile_all.adb:82:1-86:17> not supported
All other files work just fine and the documentation is generated including one for compile_all.
gnatdoc is invoked like this:
alr exec -- gnatdoc --style=gnat -P pragmarc.gpr
The compile all code is not needed but it should not crash gnatdoc.
The text was updated successfully, but these errors were encountered:
Does source code is available as Alire crate?
Sorry, something went wrong.
Yes:
https://alire.ada.dev/crates/pragmarc
No branches or pull requests
If I run gnatdoc on the pragmarc project (as fetched from Alire) I get the following error:
compile_all.adb:82:1: internal error: raised GNATDOC.NOT_IMPLEMENTED : at gnatdoc-frontend.adb:2177 <SubpBody ["Compile_All"] compile_all.adb:82:1-86:17> not supported
All other files work just fine and the documentation is generated including one for compile_all.
gnatdoc is invoked like this:
alr exec -- gnatdoc --style=gnat -P pragmarc.gpr
The compile all code is not needed but it should not crash gnatdoc.
The text was updated successfully, but these errors were encountered: