Skip to content

Commit

Permalink
Issue Metacello#40: checpoint, work on getting tests to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
Dale Henrichs committed Jul 23, 2012
1 parent 2a6e3a2 commit ea69887
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
Expand Up @@ -2,7 +2,9 @@ scripting
validateVersionString: issues withDefaultVersionString: ignored
self versionString
ifNotNil: [ :vs |
vs ~= self project singletonVersionName
| prj |
prj := self project asBaselineProject.
vs ~= prj singletonVersionName
ifTrue: [
issues
add:
Expand All @@ -12,4 +14,4 @@ validateVersionString: issues withDefaultVersionString: ignored
callSite:
#'validateForScriptLoad:withDefaultVersionString:withDefaultRepositoryDecription:'
explanation:
'version field is incorrect, should be: ' , self project singletonVersionName printString) ] ]
'version field is incorrect, should be: ' , prj singletonVersionName printString) ] ]
Expand Up @@ -15,7 +15,7 @@
"mergeSpec:" : "dkh 6/8/2012 14:04:22",
"projectLabel" : "dkh 6/8/2012 14:04:22",
"projectPackage" : "dkh 6/8/2012 14:04:22",
"validateVersionString:withDefaultVersionString:" : "dkh 7/23/2012 11:56",
"validateVersionString:withDefaultVersionString:" : "dkh 7/23/2012 14:29",
"version" : "dkh 6/8/2012 14:04:22",
"version:constructor:" : "dkh 6/8/2012 14:04:22",
"versionString" : "dkh 6/8/2012 14:04:22",
Expand Down

0 comments on commit ea69887

Please sign in to comment.