Skip to content

Commit

Permalink
Issue #369: fix as suggested by Paul
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehenrich committed Sep 11, 2015
1 parent e32195e commit c6c9ceb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ collectAllVersionsFromVersionImportPragmasInto: versionMap using: executionBlock
ifTrue: [ ^ ex pass ]
ifFalse: [
self errorMap at: versionSpec versionString put: ex.
done := true.
defined := false ] ].
defined
ifTrue: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"instance" : {
"calculate:project:" : "dkh 6/22/2012 12:43",
"collectAllSymbolicVersionsFromVersionPragmasInto:using:" : "dkh 6/5/2012 19:01:24",
"collectAllVersionsFromVersionImportPragmasInto:using:satisfiedPragmas:" : "dkh 9/6/2012 03:05",
"collectAllVersionsFromVersionImportPragmasInto:using:satisfiedPragmas:" : "dkh 9/10/2015 20:33",
"collectAllVersionsFromVersionPragmasInto:using:" : "dkh 6/5/2012 19:01:24",
"collectDefaultSymbolicVersionsFromVersionPragmasFrom:into:using:" : "dkh 6/5/2012 19:01:24",
"commonDefaultSymbolicVersionResolverBlock" : "dkh 6/5/2012 19:01:24",
Expand Down
2 changes: 1 addition & 1 deletion repository/Metacello-Core.package/monticello.meta/version

Large diffs are not rendered by default.

0 comments on commit c6c9ceb

Please sign in to comment.