Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
all: remove obsolete TODOs assigned to me
`cue import --dry-run` was added in https://cuelang.org/cl/1198967 and encoding_jsonl.txtar was simplified as part of that change; I completely forgot to remove the TODO as well. The `cue mod edit -langversion` TODO was similarly fixed by https://cuelang.org/cl/1196822, and since the TODO was only a reminder and the test doesn't need to use it, we can simply remove it. Finally, we reverted the toml API from ast.Node to ast.Expr in https://cuelang.org/cl/1198540, so the TODO about cue.Context not providing a method to build ast.Node is no longer relevant. Signed-off-by: Daniel Martí <[email protected]> Change-Id: I07efc2a34d2a17efdc224896cd4f3a9b869c0117 Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1200021 Unity-Result: CUE porcuepine <[email protected]> TryBot-Result: CUEcueckoo <[email protected]> Reviewed-by: Matthew Sackman <[email protected]>
- Loading branch information