From 745f8e112fcf5d61e0fc377bdbc2539dd6b16ef9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Mon, 29 Jan 2024 21:00:26 +0100 Subject: Revert "Add UID support to GDScript files" This reverts commit c7f68a27ec4b825302998eeb5a400f869cd21cf7. We still think GDScript files need UIDs to allow safe refactoring, but we're still debating what form those should take exactly. So far there seems to be agreement that it shouldn't be done via an annotation as implemented here, so we're reverting this one for now, to revisit the feature in a future PR. --- modules/gdscript/tests/scripts/parser/errors/uid_duplicate.gd | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 modules/gdscript/tests/scripts/parser/errors/uid_duplicate.gd (limited to 'modules/gdscript/tests/scripts/parser/errors/uid_duplicate.gd') diff --git a/modules/gdscript/tests/scripts/parser/errors/uid_duplicate.gd b/modules/gdscript/tests/scripts/parser/errors/uid_duplicate.gd deleted file mode 100644 index 4ded8e65db..0000000000 --- a/modules/gdscript/tests/scripts/parser/errors/uid_duplicate.gd +++ /dev/null @@ -1,5 +0,0 @@ -@uid("uid://c4ckv3ryprcn4") -@uid("uid://c4ckv3ryprcn4") - -func test(): - pass -- cgit v1.2.3