Hi Alire Developers,
Why is
alire/src/alire/alire-solver.adb
Line 1131 in da12ff4
State.Target.Is_Empty or else State.Target.Is_Value
is dead code that only confuses the reader / maintainer.
You can use this diff to fix it:
--- a/src/alire/alire-solver.adb
+++ b/src/alire/alire-solver.adb
@@ -1128,8 +1128,7 @@ package body Alire.Solver is
end Store_Finished;
begin
- if True or else State.Target.Is_Empty or else State.Target.Is_Value
- then
+ if True then
Trace.Debug ("SOLVER: EXPAND");
Print_Debug (State);
end if;
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too