]> _ Git - alire.git/commit
Remove some unnecessary code after Solution changes (#431)
authorAlejandro R Mosteo <alejandro@mosteo.com>
Fri, 12 Jun 2020 13:24:26 +0000 (15:24 +0200)
committerGitHub <noreply@github.com>
Fri, 12 Jun 2020 13:24:26 +0000 (15:24 +0200)
commit2550fdde4d59442339fcacba1f7fb3cd4bb7a259
treef6167c1cf7c4e86bb3e66662f8754c2f20b1a294
parentc81274aa8dbc96b21b5e07da4daf1d7d667d4501
Remove some unnecessary code after Solution changes (#431)

The solution stores platform-dependent releases, hence the Environment
parameter is not needed at the moment of writing the corresponding lockfile.

A stray exception handler in Alr.Commands.Withing was unneeded and masking as a
regular error some Constraint_Errors that should escalate to the main handler
to be reported as unexpected internal errors.

Dead code in Alire.Utils that is not going to be useful again has been removed.
src/alire/alire-lockfiles.adb
src/alire/alire-lockfiles.ads
src/alire/alire-utils.ads
src/alr/alr-checkout.adb
src/alr/alr-commands-init.adb
src/alr/alr-commands-pin.adb
src/alr/alr-commands-withing.adb
src/alr/alr-commands.adb