We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This spec passes validation, but I don't think it should ... I haven't determined what happens when you try to load one of these, but I imagine that it might not be pretty: <version: '1.0-baseline'> spec for: #'common' do: [ spec blessing: #'baseline'. spec repository: 'dictionary://Metacello_Dev_Cycle_Repository'. spec package: 'AAA' with: [ spec requires: #('MetacelloTestConfigurationOfFoo' ). ]. spec group: 'MetacelloTestConfigurationOfFoo' with: #('MetacelloTestConfigurationOfFoo' ). ]. discovered while writing tests for Issue 5. Here's the test case: | expectException issues validationError | expectException := false. [ MetacelloToolBox createBaseline: '1.0-baseline' for: self configurationName asString repository: 'dictionary://' , self repositoryName asString requiredProjects: #() packages: #('AAA') dependencies: {('AAA' -> #('MetacelloTestConfigurationOfFoo'))} groups: {('MetacelloTestConfigurationOfFoo' -> #('MetacelloTestConfigurationOfFoo'))} ] on: MetacelloValidationFailure do: [ :ex | issues := ex issues. expectException := true ]. self assert: expectException. self assert: issues size == 1. validationError := issues at: 1. self assert: validationError reasonCode == #versionCompositionError. self assert: validationError callSite == #validateProject:version:
Original issue reported on code.google.com by [email protected] on 18 Jan 2012 at 10:59
[email protected]
The text was updated successfully, but these errors were encountered:
will look into with https://github.com/dalehenrich/metacello-work/issues/5 ...
Original comment by [email protected] on 19 May 2012 at 9:49
Sorry, something went wrong.
No branches or pull requests
Original issue reported on code.google.com by
[email protected]
on 18 Jan 2012 at 10:59The text was updated successfully, but these errors were encountered: