You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whilst trying to follow the HPI seaside tutorial (so many problems...) I used the halo to inspect some component or other and discovered that the WAInspector current isWAPharoInspector, which implements #evaluate in a manner that cannot work for Squeak.
I'm pretty sure it should be
evaluate
^self object class compilerClass new
evaluate: input for: self object
... but not certain yet.
Also not sure where one would put any WASqueaInspector select in the package loading process.
The text was updated successfully, but these errors were encountered:
Whilst trying to follow the HPI seaside tutorial (so many problems...) I used the halo to inspect some component or other and discovered that the
WAInspector current
isWAPharoInspector, which implements#evaluate
in a manner that cannot work for Squeak.I'm pretty sure it should be
... but not certain yet.
Also not sure where one would put any
WASqueaInspector select
in the package loading process.The text was updated successfully, but these errors were encountered: