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
This is mostly to smooth the transition to #-style definitions.
Case in point: the internal filetypes package was upgraded and
to new-style definitions (included in this CL). The conversion was
automatic, but the code now requires a leading `#` prefix for
definitions. This change allows using `cue fix` without breaking
code.
Note that now a field name can never be a valid definition name
if it does not start with `#`.
Change-Id: Id69a9601e8d244c27a0855f454b730ce9baf6b9f
Reviewed-on: https://cue-review.googlesource.com/c/cue/+/6240
Reviewed-by: Marcel van Lohuizen <[email protected]>
0 commit comments