Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

check the baseline of Pillar to run a preload for microdown #609

Open
Ducasse opened this issue Aug 21, 2024 · 0 comments
Open

check the baseline of Pillar to run a preload for microdown #609

Ducasse opened this issue Aug 21, 2024 · 0 comments

Comments

@Ducasse
Copy link
Contributor

Ducasse commented Aug 21, 2024

Now that the logic for the unload in the script is correct eg.

#( 'Microdown' 'DocumentBrowser' ) do: [ :name |
		(IceRepository repositoryNamed: name)
			ifNil: [ ('Project not found: ' , name) traceCr ]
			ifNotNil: [ :found |
				found
					unload;
					forget ] ].

we can retry to make the baseline of pillar doing some preloading action before loading the baseline of microdown.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant