Skip to content

Add production group without -Tests and -Examples packages#841

Draft
tinchodias wants to merge 2 commits intodevfrom
NoTestsGroup
Draft

Add production group without -Tests and -Examples packages#841
tinchodias wants to merge 2 commits intodevfrom
NoTestsGroup

Conversation

@tinchodias
Copy link
Copy Markdown
Collaborator

@tinchodias tinchodias commented Jan 30, 2026

This helps to create the explicit package lists:

all :=(BaselineOfBloc new project version spec packageSpecsInLoadOrder
	select: [ :e | e class = MetacelloPackageSpec ]
	thenCollect: #name).

dev := all asArray asString.
	
prod := (all reject: [ :e | (e endsWith: 'Tests') or:[e endsWith: 'Examples'] ]) asArray asString.

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

Successfully merging this pull request may close these issues.

1 participant