From 59f016d526427b8f7a625532a5d8fd840965de4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phaneDucasse?= Date: Fri, 9 Aug 2024 16:34:13 +0200 Subject: [PATCH] removing Smalltalk globals at: #BaselineOfMicrodown ifPresent: [ :c | c removeFromSystem ]. since it produces a metacello spec error. I do not get why --- scripts/unload_md.st | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/unload_md.st b/scripts/unload_md.st index 2e36acdd..42333b4c 100644 --- a/scripts/unload_md.st +++ b/scripts/unload_md.st @@ -8,7 +8,8 @@ IceRepository registry "This, however, needs to stay :)" -Smalltalk globals at: #BaselineOfMicrodown ifPresent: [ :c | c removeFromSystem ]. +"Smalltalk globals at: #BaselineOfMicrodown ifPresent: [ :c | c removeFromSystem ]. +Uncommenting this line breaks the load from the script. I do not get why." #( 'Microdown' 'BeautifulComments' 'DocumentBrowser' ) do: [ :name | (IceRepository repositoryNamed: name)