[Pkg] Monticello Public: Monticello.impl-mtf.591.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Tue Nov 4 19:09:55 UTC 2008


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

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

Name: Monticello.impl-mtf.591
Author: mtf
Time: 4 November 2008, 12:08:54 pm
UUID: 08e033ef-21b5-42d4-8e7d-8018fd44ab8d
Ancestors: Monticello.impl-mtf.590

Raise an error if there is an issue reading a .mcz, rather than silently returning a Transcript

=============== Diff against Monticello.impl-mtf.590 ===============

Item was changed:
  ----- Method: MCFileBasedRepository>>loadVersionInfoFromFileNamed: (in category 'filesystem-private') -----
  loadVersionInfoFromFileNamed: aString
  	^ [ self versionReaderForFileNamed: aString do: [:r | r info]
  	 	] on: Error 
+ 			do: [ :ex | self error: 'Could not read ', aString. 
- 			do: [ :ex | Transcript cr; show: 'Could not read ', aString. 
  		].!



More information about the Packages mailing list