-
Hi,
I have added a dependency to my toml on zlib_ada like this
[[depends-on]]
make = "*"
win32ada = ">=21.0"
zlib_ada = ">=1.3"
but then I get a deployment error for this crate. Here is sa…
-
Hi
Thanks for creating Alire and the `alr` CLI tool - both have been very helpful to me while I have been learning the Ada language over the past months. Not only the use of the `alr` tool, but als…
-
Tested with 0.7.1:
Trying to add a dependency when the index contains an invalid hash results in an internal crash:
```
$ alr with foo
[…]
stderr: Failed Outcome because of exception:
stderr:…
-
Let's create a project with Alire, add some crate dependencies, and now you want to run GPS.
GPS is unable to find the crate GNAT projects, and it has no way to find them.
I see two solutions:
…
-
I edited file `index/li/libgtk3/libgtk3-external.toml` of the libgtk3 package in the index as follows:
```diff
diff --git a/index/li/libgtk3/libgtk3-external.toml b/index/li/libgtk3/libgtk3-extern…
-
In https://github.com/alire-project/alire-index/pull/198, I’m trying to add a crate with a git-based origin. By default, the GPR project compiles with `-gnatyg -gnatwae` (it’s the dev mode). Unfortuna…
-
I was just updating a project of mine to reflect the fact that it comes with Alire integration and noticed that there seems to be no intuitive way of doing a `gprinstall` from an Alire sandbox?
So,…
-
The current `xmlada` crate breaks the build if you use it.
I've manged to remove it locally because xmlada is provided by GNAT 2019.
But, this fails on the automated build when a pull request is pro…
-
Hello,
While trying to publish a crate for a example program using Libadalang, I got a crash:
```
$ alr publish git+https://github.com/AdaCore/libadalang 04b7560f2302839b4c172197826ea652a5ad2d0…
-
When writing crate definitions, it is quite common to make mistakes and this breaks the **alr** command. When it happens, you have no clue why it breaks and which crate definition was involved.
Ex…