-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
compile: Add support for unknowns other than input
Previously the build command and the compile package would only mark input as unknown. If documents under data needed to be treated as unknown, there was no solution. This commit updates the compile package to infer unknowns based on the bundle roots. If the policy refers to a data document _outside_ of one of the bundle roots, that data document will be marked as unknown during optimization/partial eval. Fixes #2581 Signed-off-by: Torin Sandall <[email protected]>
- Loading branch information
Showing
3 changed files
with
195 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters