Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Squeak needs version of WAInspector #1394

Open
timrowledge opened this issue Dec 5, 2023 · 1 comment
Open

Squeak needs version of WAInspector #1394

timrowledge opened this issue Dec 5, 2023 · 1 comment

Comments

@timrowledge
Copy link

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.

@timrowledge
Copy link
Author

Simple implementation follwed by manual WAPharoInspector unload & WASqueakInspector select seems to make the UI work ok.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants