-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
playground: declare an eval function
Mimicking "cue eval", which is separate from exporting. Note that its behavior is exactly the same as export for now; the following commits will start changing the implementation and tests. Some test cases are added to show the upcoming changes in behavior. The "incomplete values that should perhaps be an error" test cases now use eval rather than export, since we don't want to simply stop with an incomplete error like "cue export" would. Signed-off-by: Daniel Martí <[email protected]> Change-Id: I976dd4c81b812e3b14b9c1836570161fa98db13e Dispatch-Trailer: {"type":"trybot","CL":1170942,"patchset":1,"ref":"refs/changes/42/1170942/1","targetBranch":"alpha"}
- Loading branch information
Showing
2 changed files
with
7 additions
and
3 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