Hi guys. This is a small tool done by Alexander Lazarević to get information from the system. Very useful when reporting bugs. So keep it in mind.
You can do SystemReporter open. or directly open it from the menu System -> SystemReporter.
Alexandre: we found an implemented message #environ in:
reportOSEnvironment: aStream
| env |
self header: 'Operating System Environment' on: aStream.
env := [Smalltalk os environ] on: Error do: [^self].
env keys asSortedCollection do: [:name |
aStream nextPutAll: name; nextPut: $=; nextPutAll: (env at: name); cr]
so...it seems broken.
If you want to take a look to the changes we have to do in order to make it work in Pharo:
http://www.squeaksource.com/SystemReporterPharo
Cheers
--
Mariano
http://marianopeck.wordpress.com