From 95229916ca91d44ca60c950e2e8b703fe1428b48 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Thu, 26 May 2022 10:00:28 -0400 Subject: [PATCH] current/compiler/worksheet: Generate lv:package/@name This is present on all other packages. Rather than complicating TAMER to accommodate a missing name, it's trivial to just add it. This will, unfortunately, invalidate and require rebuilding of all xmlo files, based on the `.rev-xmlo` bump. DEV-11864 --- .rev-xmlo | 3 ++- src/current/compiler/worksheet.xsl | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.rev-xmlo b/.rev-xmlo index 559b59b0..59717589 100644 --- a/.rev-xmlo +++ b/.rev-xmlo @@ -1,6 +1,7 @@ # This number is incremented for every compiler change to force rebuilding # of xmlo files. -6 +7 # 6: Return map omit preproc:sym/preproc:from +# 7: Add lv:package/@name for worksheet xmlo files diff --git a/src/current/compiler/worksheet.xsl b/src/current/compiler/worksheet.xsl index 64e7e79d..ae0bd5d2 100644 --- a/src/current/compiler/worksheet.xsl +++ b/src/current/compiler/worksheet.xsl @@ -79,7 +79,8 @@ _w:load-symbols( $package ), $displays )" /> -