You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
alr init --bin issue_1386
cd issue_1386
alr with ashell
alr build
This fails with:
posix-signals.ads:39:06: warning: unnecessary with of ancestor [-gnatwr]
compilation of posix-signals.adb failed
gprbuild: *** compilation phase failed
error: Command ["gprbuild", "-s", "-j0", "-p", "-P", "/tmp/issue_1386/issue_1386.gpr"] exited with code 4
error: Compilation failed.
The distributed version of the crate should not treat the warnings as errors, since future versions of the compiler can raise new warnings which will impede using the library. The switch should be only used by the maintainer of the library, not for users.
Steps to reproduce:
This fails with:
The distributed version of the crate should not treat the warnings as errors, since future versions of the compiler can raise new warnings which will impede using the library. The switch should be only used by the maintainer of the library, not for users.
See alire-project/alire#1386 (comment) and following comments.
Thanks for your work.
The text was updated successfully, but these errors were encountered: