Skip to content

Commit

Permalink
making sure that we use an orderedCollection
Browse files Browse the repository at this point in the history
  • Loading branch information
Ducasse committed Aug 4, 2024
1 parent 9fb10f4 commit 7a35abe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/BaselineOfPillar/BaselineOfPillar.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ BaselineOfPillar >> microdownPreLoad [
#('Microdown-RichTextPresenter' 'Microdown-RichTextPresenter-Tests') includes: each ].
"these two are not managed by the microdown repo but the documentation.
I should rename them in the future to avoid confusion"
packagesToUnload := packagesToUnload asOrderedCollection.
packagesToUnload add: 'BaselineOfMicrodown'.
packagesToUnload do:
[ :each |
Expand Down

0 comments on commit 7a35abe

Please sign in to comment.