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

Cannot locate Ada.Containers.Formal_Vectors #16

Open
mosteo opened this issue Oct 26, 2024 · 0 comments
Open

Cannot locate Ada.Containers.Formal_Vectors #16

mosteo opened this issue Oct 26, 2024 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@mosteo
Copy link
Member

mosteo commented Oct 26, 2024

Starting with GNAT 13 one finds:

generic
package Ada.Containers.Formal_Vectors with SPARK_Mode is

   pragma Compile_Time_Error
     (True,
      "This package has been moved to the SPARK library shipped with any"
      & " SPARK release starting with version 23.");

end Ada.Containers.Formal_Vectors;

I though that maybe a dependency on latest gnatprove would fix this but that seems not to be the case. Is it correct that this requires a manual install of SPARK?

@mosteo mosteo added the help wanted Extra attention is needed label Oct 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant