[Pkg] Monticello Public: Monticello.impl-kph.619.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Sat Feb 7 23:35:52 UTC 2009


A new version of Monticello.impl was added to project Monticello Public:
http://www.squeaksource.com/mc/Monticello.impl-kph.619.mcz

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

Name: Monticello.impl-kph.619
Author: kph
Time: 7 February 2009, 11:35:39 pm
UUID: 29f4db91-112f-4150-b799-882f52fc06ea
Ancestors: Monticello.impl-kph.618

+ exception handler for author scan, warns if a version cannot be read

=============== Diff against Monticello.impl-kph.618 ===============

Item was changed:
  ----- Method: MCRepositoryVersionsInspector>>authorsForVersionInfo:on: (in category 'authorship') -----
  authorsForVersionInfo: versionInfo on: aCollection
+  				
+ 	| authors |
+ 	authors :=  [
+ 		(repository versionWithInfo: versionInfo) snapshot authorInitials 
+ 	] on: Error do: [ :ex | self notify: 'Could not read ', versionInfo description. #() ]	.
+ 		 
+ 	aCollection addAll: authors.
-  					 
- 	aCollection addAll: (repository versionWithInfo: versionInfo) snapshot authorInitials.
  
  	^ aCollection	!



More information about the Packages mailing list