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

Add documentation of spec for: #547

Open
LinqLover opened this issue Nov 1, 2021 · 0 comments
Open

Add documentation of spec for: #547

LinqLover opened this issue Nov 1, 2021 · 0 comments

Comments

@LinqLover
Copy link
Collaborator

For instance, I'm trying to specify a package that is only loaded in Squeak versions older than Squeak 6.0Alpha. However, this spec baseline always loads the package:

spec for: #'squeak5.x' do: [
		spec package: 'SimulationStudio-Compatibility-Squeak5'.
		spec package: 'SimulationStudio-Base' with: [
			spec includes: 'SimulationStudio-Compatibility-Squeak5']].

(context)

What are the possible values for the #for: parameter and how is decided whether the block is evaluated?

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