Skip to content

Commit

Permalink
Update on "[compiler] Allow inferred non-optional paths when manual d…
Browse files Browse the repository at this point in the history
…eps were optional"

If the inferred deps are more precise (non-optional) than the manual deps (optional) it should pass validation.

The other direction also seems like it would be fine - inferring optional deps when the original was non-optional - but for now let's keep the "at least as precise" rule.

[ghstack-poisoned]
  • Loading branch information
josephsavona committed Aug 28, 2024
2 parents 1bbb135 + 8065990 commit 7782549
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import {CompilerError} from '..';
import {
DeclarationId,
DependencyPath,
InstructionId,
InstructionKind,
Place,
Expand Down

0 comments on commit 7782549

Please sign in to comment.