[Pkg] Squeak3.11 Contributions: MethodAuthorship-mtf.18.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Sun Feb 8 19:11:50 UTC 2009


A new version of MethodAuthorship was added to project Squeak3.11 Contributions:
http://www.squeaksource.com/311/MethodAuthorship-mtf.18.mcz

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

Name: MethodAuthorship-mtf.18
Author: mtf
Time: 8 February 2009, 2:11:44 pm
UUID: 32ad9762-516b-4d22-83d6-1450488fad70
Ancestors: MethodAuthorship-mtf.17

show the filename in the versions list

=============== Diff against MethodAuthorship-mtf.17 ===============

Item was changed:
  ----- Method: MethodHistoryChangeRecord>>class:selector:stamp:text:file:position: (in category 'all') -----
  class: clsName selector: sel stamp: st text: t file: aFile position: aPosition
  
  	class _ clsName copyUpTo: $ .	"the non-meta part of a class name"
  	meta _ clsName endsWith: ' class'.
  	selector := sel.
  	stamp := st.
  	self isStoringText ifTrue: [text := t].
  	type := #method.
  	file := aFile.
+ 	position := aPosition.
+ 	sourceFile := aFile name.!
- 	position := aPosition.!



More information about the Packages mailing list