Blady-Com

Results 7 issues of Blady-Com

In order to give users access to old versions, I want to create a publication of an anterior version 2.1 bound to a specific commit: bld% alr -d publish https://github.com/Blady-Com/gnoga.git...

type: enhancement

It seems that macOS .DS_Store file puzzles alire: error: Unexpected file in index: /Users/me/.config/alire/indexes/community/repo/index/gn/.DS_Store % alr --version alr 1.2.0

type: enhancement

The extension of a shared lib, which is depending of the OS, can be easily computed in crate_config.gpr: ``` So_Ext := ""; case Alire_Host_OS is when "linux" => So_Ext :=...

Avoid some errors on Catalina. Reindent some lines.

For instance, on macOS, GTKAda crate depends on libgtk3 external crate: ``` [[depends-on]] libgtk3 = ">=3.24.24" ``` With my environment, Alire installs GTK3 with MacPorts: ``` [[external]] kind = "system"...

type: feature

Add UXStrings 4 implementation (Ada.Containers.Vectors). Use scenario variables in project files for choosing between UXStrings implementation UXS_VARIANT=UXS1..4. Add Keep_Empty_Parts default parameter to Split.

**Describe the bug** When publishing, alr doesn't ask user for installation of external dependancies. **To Reproduce** my_lib depends on libgnutls which is not installed for some reasons (well, libgnutls is...

type: enhancement