You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.
I don't think this looks like something that can be trimmed, so probably no change.
What did you see instead?
{
#maybeString: close({
ip?: string
})
something: {
- ip: (*"default" | string) & string
+ ip?: string
}
}
Aborting trim, output differs after trimming. This is a bug! Use -i to force trim.
You can file a bug here: https://github.com/cuelang/cue/issues/new?assignees=&labels=NeedsInvestigation&template=bug_report.md&title=
The text was updated successfully, but these errors were encountered:
handle defaults in both directions.
This really seems to be a sumbsumption bug more than anything,
but this makes trim more robust either way.
Fixes#759
Change-Id: Iaadaf2c628f0e9a3a8edb268abdeb1d991adde18
handle defaults in both directions.
This really seems to be a sumbsumption bug more than anything,
but this makes trim more robust either way.
Fixes#759
Change-Id: Iaadaf2c628f0e9a3a8edb268abdeb1d991adde18
What version of CUE are you using (
cue version
)?Does this issue reproduce with the latest release?
yes
What did you do?
tmp.cue
What did you expect to see?
I don't think this looks like something that can be trimmed, so probably no change.
What did you see instead?
The text was updated successfully, but these errors were encountered: