Skip to content

Commit

Permalink
removing Smalltalk globals at: #BaselineOfMicrodown ifPresent: [ :c |…
Browse files Browse the repository at this point in the history
… c removeFromSystem ].

since it produces a metacello spec error. I do not get why
  • Loading branch information
Ducasse committed Aug 9, 2024
1 parent db51019 commit 59f016d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/unload_md.st
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 59f016d

Please sign in to comment.