You've already forked ada-py-bind
mirror of
https://github.com/AdaCore/ada-py-bind.git
synced 2026-02-12 13:05:06 -08:00
Use a constructor function instead of implicit default initialization. This both makes the compiler happy because in certain obscure cases default initialization doesn't work (for example arrays), and also makes ada-py-bind more explicit in terms of initialization logic.
6 lines
170 B
Plaintext
6 lines
170 B
Plaintext
/home/amiard/libadalang/install/libadalang_env/bin/python returned status code 1
|
|
|
|
demo.ads:72:04: T has to be an enumeration type
|
|
gprbuild: *** compilation phase failed
|
|
|