github CUE lib: fix possible bug
We still want to specify `ref`'s type if we don't specify its value.
We still want to specify `ref`'s type if we don't specify its value.
default_branch: string
}
ref: {
ref: string & {
if #default_branch {
"refs/heads/\(repository.default_branch)"
}
Somehow, the previous constraints set failed building ouroboros-consensus. Pinning unix-bytestring seems to solve the problem.
Somehow, the previous constraints set failed building ouroboros-consensus. Pinning unix-bytestring seems to solve the problem.
Somehow, the previous constraints set failed building ouroboros-consensus. Pinning unix-bytestring seems to solve the problem.
Signed-off-by: Chris Gianelloni <[email protected]>
- Update readme to address issues and questions presented by CPS-0001 - Update CDDL to support a more flexible scoping structure for future expansion