-
Notifications
You must be signed in to change notification settings - Fork 75
Closed
Description
A trivial fix for Pharo 3:
In WAPharoInspector>>#evaluate #evaluatorClass has to be replaced with
#compilerClass for the web based inspector to work.
I think this is OK for both Pharo 2.0 and 3.0
Sven
---
Another trivial fix for Pharo 3:
In WAVirtualMachineStatus>>#renderValuesOn: the modules lists should be asked
using self image vm not self image.
This not an incompatibility between Pharo 2 and 3. Instead of creating a new
package, it could also be fixed with a little dynamic hack.
Original issue reported on code.google.com by [email protected]
on 16 Feb 2014 at 1:10