Evaluator
Fix an unintended evalv2 regression in v0.14.1; the change only intended to affect evalv3.
Fix a panic in the parser which could occur when @experiment() file attributes are invalid.
Fix an edge case where binary streams with ''' sequences would not roundtrip correctly.
Full list of changes since v0.14.1
- internal/cueversion: bump for v0.14.2 by @mvdan in d3fd2fb
- internal/ci: build releases with Go 1.24.8 by @mvdan in 9d0a821
- update golang.org/x/... dependencies where we can by @mvdan in 3700db6
- cue/literal: properly include hashes in escape sequences in bytes by @mvdan in e307749
- cue/literal: add test case for lossy bytes quoting by @mvdan in cfb31dc
- cue/parser: backport a fix to avoid panics on experiment errors by @mvdan in 15e00c7
- internal/core/adt: revert unintended behavior change in evalv2 by @mvdan in 3bacdcc