cmd/cue: fix
seems to add duplicated imports if already present
#3408
Labels
fix
seems to add duplicated imports if already present
#3408
What version of CUE are you using (
cue version
)?Same as #3405.
Does this issue reproduce with the latest stable release?
Probably; not sure. This relates to the "fix" that @cuematthew is adding now for list arithmetic.
What did you do?
What did you expect to see?
The testscript should pass.
What did you see instead?
It seems to want to add an import of
list6c6973 "list"
next to"list"
, presumably not realising that it's redundant and harmful.Again, found when trying to use
cue fix ./...
on Unity projects.The text was updated successfully, but these errors were encountered: