From 2800492f26ee51c75fc056493e0946b39d5f503b Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Mon, 3 Oct 2022 02:22:11 -0400 Subject: Migrating default extensions to the new format [Part 0] --- lux-bootstrapper/src/lux/base.clj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lux-bootstrapper') diff --git a/lux-bootstrapper/src/lux/base.clj b/lux-bootstrapper/src/lux/base.clj index 8e99d8cde..2265c49af 100644 --- a/lux-bootstrapper/src/lux/base.clj +++ b/lux-bootstrapper/src/lux/base.clj @@ -129,8 +129,7 @@ "loader" "classes" "type-env" - "dummy-mappings" - ]) + "dummy-mappings"]) (defvariant ("Build" 0) @@ -150,7 +149,8 @@ (defvariant ("DefinitionG" 1) - ("AliasG" 1)) + ("AliasG" 1) + ("DefaultG" 1)) (deftuple ["info" -- cgit v1.2.3