Skip to content

Add documentation of spec for: #547

Open
@LinqLover

Description

@LinqLover

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions