Skip to content

Instantly share code, notes, and snippets.

@dalehenrich
Created October 13, 2015 16:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dalehenrich/4450b4aca405616b1891 to your computer and use it in GitHub Desktop.
Save dalehenrich/4450b4aca405616b1891 to your computer and use it in GitHub Desktop.
extract specs from baseline
| ar |
ar := (BaselineOfSton project version: 'baseline') spec packages map
values asArray.
ar do: [ :spec | spec instVarNamed: 'project' put: nil ].
STON toStringPretty: ar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment