This repository has been archived by the owner on Nov 18, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmd/cue/cmd: compute schema before values
This allows the schema with which data files will be merged before they are parsed. This is necessary to support protobuf parsing, including Protobuf / JSON mappings. The usage of this property will be done in a followup CL. Issue #5 Change-Id: I54b8826070217bd3d4e61d7d6f5b692f33553b12 Reviewed-on: https://cue-review.googlesource.com/c/cue/+/9322 Reviewed-by: Marcel van Lohuizen <[email protected]>
- Loading branch information
Showing
2 changed files
with
91 additions
and
74 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