Simon Wright
Simon Wright
@yrashk See https://github.com/simonjwright/distributing-gcc/releases/tag/aarch64-apple-darwin21-2 Be warned, I made a mistake with aunit, you’ll get warnings about mismatched macOS versions (12.3 vs 12.0) - ignore
@yrashk See issue #960 - these warnings (there are others) are because of a change to the semantics of `pragma Unreferenced` - it used to mean just "never read, even...
Building from master with commit 63820d3, gnat-native=11.2.4, gprbuild=21.0.2, is successful. However, there’s some weirdness with `CLIC_LIBRARY_TYPE=static` vs `LIBRARY_TYPE=static-pic`: ``` detail: Env: Alire sets 'True' to 'ALIRE' debug: Skipping identical key...
The build succeeds at e6e19a7 (28 Sep 2021), but this commit isn’t in v1.2.2 (27 Jan 2022). e6e19a7 is "Enable and update self-build" - the lack of this might explain...
@mosteo Yes, the problem is half-solved with V1.1.2 + e6e19a7; after fixing up the conflicts the build starts, but fails later, ``` alire-properties-configurations.adb:48:19: no selector "Item_Kind" for private type "TOML_Value"...
I guess most of us use the command line! (I have to remove emacs backup files, foo.toml~)
OK, running here: https://github.com/simonjwright/tcladashell/actions. The interesting ones are 19 & 21; 19 had ``` cd tests; alr --non-interactive -vv run --args tashtest.tcl ``` and 21 had this (I put in...
I tried to make a reproducer, but failed: it could always be a compiler error 👎
It is a compiler issue, nothing to do with `ada-toml`; `alire-vfs.adb` needs to be compiled with optimisation level > 0. That done I get only one fail, `crate_config__basic`: ``` _Diff:...
@JeremyGrosser Thanks, but that didn't fix this problem