Skip to content

Commit

Permalink
Relax precondition for already compiled items.
Browse files Browse the repository at this point in the history
  • Loading branch information
wolandscat committed Aug 1, 2024
1 parent 8bfdc89 commit 6583abc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ feature -- Compilation
-- All suppliers valid: --> Cs_validated_closure
-- Any supplier failed: --> Cs_suppliers_invalid
require
compilation_state = Cs_validated_self
compilation_state >= Cs_validated_self
do
from suppliers_index.start until suppliers_index.off or suppliers_index.item_for_iteration.compilation_state < Cs_validated_self loop
suppliers_index.forth
Expand Down

0 comments on commit 6583abc

Please sign in to comment.