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
It may be too late or painful to remove support for hash identifiers at this point, if we never intended them to work. The easier alternative seems to be to adjust the spec to reflect reality. cc @rogpeppe
The text was updated successfully, but these errors were encountered:
A hash just by itself is not a valid identifier per the spec:
https://cuelang.org/docs/reference/spec/#identifiers
However, as of 2d28bd3, they clearly work in the current implementation:
Moreover, they get used by the jsonschema encoding as well:
It may be too late or painful to remove support for hash identifiers at this point, if we never intended them to work. The easier alternative seems to be to adjust the spec to reflect reality. cc @rogpeppe
The text was updated successfully, but these errors were encountered: