[Pkg] DeltaStreams: DeltaStreams-Storing-gk.2.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Wed Mar 11 15:58:55 UTC 2009


A new version of DeltaStreams-Storing was added to project DeltaStreams:
http://www.squeaksource.com/DeltaStreams/DeltaStreams-Storing-gk.2.mcz

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

Name: DeltaStreams-Storing-gk.2
Author: gk
Time: 11 March 2009, 4:58:53 pm
UUID: 4eb573cf-b868-4783-a862-868b06cf9156
Ancestors: DeltaStreams-Storing-mtf.1

- Threw in setters for #meta and #stamp.
- Removed presumably old method #applyMethodChanged:

=============== Diff against DeltaStreams-Storing-mtf.1 ===============

Item was changed:
  ----- Method: DSDstMethodEntryReader class>>initialize (in category 'as yet unclassified') -----
  initialize
  	"DSDstMethodEntryReader initialize"
  	super initialize.
  	self setterAt: #className put: #className:.
+ 	self setterAt: #meta put: #meta:.
  	self setterAt: #selector put: #selector:.
  	self setterAt: #source put: #source:.
+ 	self setterAt: #stamp put: #stamp:.
  	self setterAt: #protocol put: #protocol:.
  	self setterAt: #oldSource put: #oldSource:.
  	self setterAt: #oldProtocol put: #oldProtocol:.
  !

Item was removed:
- ----- Method: DSDstWriter>>applyMethodChanged: (in category 'writing') -----
- applyMethodChanged: aMethodChange
- 	^ self writeMethodEntryFor: aMethodChange class
- 		className: aMethodChange className
- 		selector: aMethodChange selector
- 		source: aMethodChange source
- 		category: aMethodChange category
- 		stamp: aMethodChange timeStamp
- 		properties: aMethodChange propertiesToPersist!



More information about the Packages mailing list