From e48fb9db492048b213b6a56fdce5c3660e69a189 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Fri, 30 Aug 2024 09:37:46 +0100 Subject: [PATCH] cmd/cue: remove obsolete TODO about empty module paths MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `cue mod init` without any argument began creating a module with path `cue.example` since https://cuelang.org/cl/1198143. We forgot to remove this TODO as it is now resolved. Signed-off-by: Daniel Martí Change-Id: I8b2c2db13bdcb7ffda40023b3160fbcb4aa6a83d Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1200325 Reviewed-by: Matthew Sackman TryBot-Result: CUEcueckoo Unity-Result: CUE porcuepine --- cmd/cue/cmd/testdata/script/modinit_noargs.txtar | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmd/cue/cmd/testdata/script/modinit_noargs.txtar b/cmd/cue/cmd/testdata/script/modinit_noargs.txtar index c4cbb08f4..e283b2e78 100644 --- a/cmd/cue/cmd/testdata/script/modinit_noargs.txtar +++ b/cmd/cue/cmd/testdata/script/modinit_noargs.txtar @@ -1,5 +1,3 @@ -# TODO we might want to deprecate or remove the ability to create -# module file with an empty module directive. exec cue mod init env-fill want-module.cue cmp cue.mod/module.cue want-module.cue