-
Notifications
You must be signed in to change notification settings - Fork 72
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 has no #isImmediateObject #1389
Comments
It is debatable whether |
I think I like the idea of a Seaside-Squeak-Development package as an extension of the Pharo items. I'd offer to do the work but
|
Roughly the workflow is:
|
Thanks for that suggestion; I haven't seen anyone mention that approach before. Last time I tried to commit anything for Seaside it took three of us an entire evening to make anything happen.
On 2024-07-06, at 2:22 AM, Philippe Marschall ***@***.***> wrote:
Roughly the workflow is:
tim
--
tim Rowledge; ***@***.***; http://www.rowledge.org/tim
Useful random insult:- Thinks everyone else is entitled to his opinion, like it or not.
|
This method is only used (in the context of a Squeak 6.1 trunk image with Seaside as of late October 2023) in Object>>#traverseWithMemory:seen: which is part of *Seaside-Pharo-Development.
Implementing the requisite 4 methods is trivial but I don't have a sure idea of which package etc they might be best placed in. Right now I just used *Seaside-Squeak-Core because it sound plausible. Sample methods offered herein -
Squeak-isImmediate.zip
The text was updated successfully, but these errors were encountered: