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

Loading baseline with package on SmalltalkHub signals MessageNotUnderstood #17586

Open
Rinzwind opened this issue Jan 8, 2025 · 1 comment
Open

Comments

@Rinzwind
Copy link
Contributor

Rinzwind commented Jan 8, 2025

The following defines and loads a baseline with a package on SmalltalkHub, which works in Pharo 11 (build 733), but signals a MessageNotUnderstood (“Instance of MCSmalltalkhubRepository did not understand #isCacheable”) in Pharo 12 (build 1550):

Author useAuthor: 'Anonymous' during: [
	(BaselineOf subclass: #BaselineOfExample instanceVariableNames: '' classVariableNames: '' package: 'BaselineOfExample')
		compile: '
			baseline: spec
				<baseline>
				spec for: #common do: [
					spec package: ''CSV'' with: [
						spec repository: ''http://www.smalltalkhub.com/mc/JohanBrichau/CSVParser/main'' ] ]' ].
Metacello new
	baseline: 'Example';
	load.

I do realize we’d better stop using SmalltalkHub, but this nevertheless seems like a bug that should be fixed.

@guillep
Copy link
Member

guillep commented Jan 9, 2025

Thanks! I'll check it!

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

2 participants