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
mvdan
changed the title
evalv3: invalid interpolation: non-concrete value _ (type _)
evalv3 "non-concrete value _" regression compared to evalv2
Apr 4, 2025
What version of CUE are you using (
cue version
)?with eval3 on current master
and with experimental eval3 on current stable release:
Does this issue reproduce with the latest stable release?
Yes, but only with
CUE_EXPERIMENT=evalv3
What did you do?
Minimal reproducer
What did you expect to see?
No difference between the old and the new eval v3.
The summary field should not be empty or "non-concrete".
What did you see instead?
or if defining "" as summary default: (see line https://github.com/MarcWort/example-cue/blob/default-string-empty/standalone.cue#L46)
The text was updated successfully, but these errors were encountered: