Skip to content

Commit

Permalink
Update on "[compiler] Add DependencyPath optional property"
Browse files Browse the repository at this point in the history
Adds an `optional: boolean` property to each token in a DependencyPath, currently always set to false. Also updates the equality and printing logic for paths to account for this field.

Subsequent PRs will update our logic to determine which manual dependencies were optional, then we can start inferring optional deps as well.

[ghstack-poisoned]
  • Loading branch information
josephsavona committed Aug 28, 2024
2 parents 75812cf + a5d0aad commit c3d845a
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 c3d845a

Please sign in to comment.