[squeak-dev] The Trunk: SystemReporter-laza.17.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Feb 15 10:41:14 UTC 2011


Alexander Lazarević uploaded a new version of SystemReporter to project The Trunk:
http://source.squeak.org/trunk/SystemReporter-laza.17.mcz

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

Name: SystemReporter-laza.17
Author: laza
Time: 15 February 2011, 11:40:05.824 am
UUID: 2ea41bc6-3ebd-7644-8c32-c963d324be11
Ancestors: SystemReporter-laza.16

Change {} to #()

=============== Diff against SystemReporter-laza.16 ===============

Item was changed:
  ----- Method: SystemReporter>>reportLinuxOSDetails: (in category 'reporting') -----
  reportLinuxOSDetails: aStream
  	self header: 'Operating System Details' on: aStream.
+ 	#(
+ 		'/etc/issue'
+ 		'/etc/lsb-release'
+ 		"'/proc/version'" "Squeak can't read this?!!"
+ 	) do: [:path|
- 	{
- 		'/etc/issue'.
- 		'/etc/lsb-release'.
- 		"'/proc/version'." "Squeak can't read this?!!"
- 	} do: [:path|
  		self writeContentsSafelyFromFile: path on: aStream]!




More information about the Squeak-dev mailing list