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.
internal/core/adt: remove all closedness IDs in ToData
The current algorithm missed some, causing closedness to be misalligned down the line. Fixes #526 Change-Id: I177a8f65ae5e8322328baf4224b69ce52c6a5d1e Reviewed-on: https://cue-review.googlesource.com/c/cue/+/7142 Reviewed-by: Paul Jolly <paul@myitcv.org.uk>
- Loading branch information
Showing
2 changed files
with
46 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
cue cmd gengithub | ||
|
||
-- x.cue -- | ||
package x | ||
|
||
test: #Workflow | ||
#Workflow: 1 | [_] | ||
|
||
-- x_tool.cue -- | ||
package x | ||
|
||
command: gengithub: {} |
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