Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cue/ast/astutil: stop using the deprecated ast.ParseIdent
Quoted identifiers haven't been supported or used for years. https://cuelang.org/cl/531206 dropped support for them entirely, but missed updating the astutil package accordingly. Since ParseIdent works on the Name field, and quoted identifiers are no longer supported, we can use the Name field directly as-is. Signed-off-by: Daniel Martí <[email protected]> Change-Id: I64e470865bffdc3d97290a50389a9d60878c7ea6 Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1185683 Unity-Result: CUE porcuepine <[email protected]> Reviewed-by: Paul Jolly <[email protected]> TryBot-Result: CUEcueckoo <[email protected]>
- Loading branch information