This repository has been archived by the owner on Nov 18, 2021. It is now read-only.
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Question about Value.IsConcrete()? #883
Labels
What version of CUE are you using (
cue version
)?0.3.0
What did you do?
Called
cue.Value.IsConcrete()
via the Go API and got unexpected results. If this does indeed seem like a bug, then I can create a reproducer.In the example below, calling
IsConcrete()
forex.bar.
reports true, is this expected?What did you expect to see?
ex.bar.IsConcrete()
returning falseWhat did you see instead?
ex.bar.IsConcrete()
returning trueThe text was updated successfully, but these errors were encountered: