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
package Test is generic session S with Initial => Done, Final => Done is begin state Done is null state; end S; end Test;
$ gprbuild using project file /opt/GNAT-Community-2021/share/gpr/_default.gpr Compile [Ada] rflx-test-s_allocator.adb rflx-test-s_allocator.adb:22:03: error: statement expected gprbuild: *** compilation phase failed
package body RFLX.Test.S_Allocator with SPARK_Mode is procedure Initialize with SPARK_Mode => Off is begin end Initialize; end RFLX.Test.S_Allocator;
The text was updated successfully, but these errors were encountered:
Fix code generation for trivial sessions
f6a5c4e
- Fix noncompilable code for session without allocation points - Fix noncompilable code for session without IO states Fixes #883 Fixes #884
ec852ad
kanigsson
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: