Mid-refactor to conditional dependencies

This commit is contained in:
alex@thor
2018-03-02 01:11:40 +01:00
parent 059b672a03
commit 3790c74113
18 changed files with 506 additions and 137 deletions
+2 -2
View File
@@ -61,7 +61,7 @@ package body Alire.Releases is
procedure Print_Conditional_Property (Cond : Conditions.For_Properties.Conditional_Value) is
use GNAT.IO;
begin
if Cond.Is_Inconditional then
if Cond.Is_Unconditional then
Cond.True_Value.Print (Prefix => " ");
else
if Cond.True_Value.Is_Empty then
@@ -151,7 +151,7 @@ package body Alire.Releases is
R.Description,
R.Version,
R.Origin,
R.Depends_On,
R.Dependencies.Evaluate (P),
R.Properties.Evaluate (P),
R.Available)
do