VM Maker: Cog-eem.142.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

VM Maker: Cog-eem.142.mcz

commits-2
 
Eliot Miranda uploaded a new version of Cog to project VM Maker:
http://source.squeak.org/VMMaker/Cog-eem.142.mcz

==================== Summary ====================

Name: Cog-eem.142
Author: eem
Time: 9 March 2014, 7:02:01.428 pm
UUID: 599c09fa-c337-4558-940d-d4f2a6564634
Ancestors: Cog-eem.141

Use class side shortMonticelloDescriptionForClass: per VMMaker.oscog-eem.632

=============== Diff against Cog-eem.141 ===============

Item was changed:
  ----- Method: SpurBootstrapMonticelloPackagePatcher>>version:withPatches:for: (in category 'patching') -----
  version: version withPatches: patches for: package
  | snapshot ancestry |
  snapshot := MCPatcher
  apply: (self patchForPackage: package withPatches: patches snapshot: version snapshot)
  to: version snapshot.
  ancestry := MCWorkingAncestry new addAncestor: version info.
  ^MCVersion
  package: version package
  info: (ancestry
  infoWithName: version info name
  message: version info name,
  ' patched for Spur by ',
+ (CCodeGenerator shortMonticelloDescriptionForClass: self class),
- (CCodeGenerator new shortMonticelloDescriptionForClass: self class),
  '\\' withCRs,
  version info message)
  snapshot: snapshot
  dependencies: {} "punt on computing dependencies; there are't any so far"
  !