From 7a35abef867ff048f341f5f4b28d9a90a1655f52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phaneDucasse?= Date: Sun, 4 Aug 2024 19:13:19 +0200 Subject: [PATCH] making sure that we use an orderedCollection --- src/BaselineOfPillar/BaselineOfPillar.class.st | 1 + 1 file changed, 1 insertion(+) diff --git a/src/BaselineOfPillar/BaselineOfPillar.class.st b/src/BaselineOfPillar/BaselineOfPillar.class.st index 08966564..3ccd86c9 100644 --- a/src/BaselineOfPillar/BaselineOfPillar.class.st +++ b/src/BaselineOfPillar/BaselineOfPillar.class.st @@ -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 |