-
Notifications
You must be signed in to change notification settings - Fork 71
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
WAUserConfiguration #rootClass
- direct class access?
#850
Comments
There seem to be a view places where the value of the WAValueExpression is a SymbolAssociation that is identical to the result of |
I realized that I needed to include a bit more context for the location of the WAConfiguration instance in the initial bug comment ... it is from the
|
related to the fix for Issue #820 |
Seems like the gemstone branch version of the Seaside-Tools package was still being loaded by the baseline. That, at least, explains the issue with |
My comment above was probably not related to your observation, though I remember that there was an issue at that time when loading the code did not load the correct packages and hence did not include the necessary changes. More to the point: the SymbolAssociation is indeed the result of I consider this issue closed but if I did not completely grasp the concern, please reopen it! |
No problemo. if the association is the one from the symbol dictionary then we're good to go .. |
Given a WAUserConfigration for a WAApplication:
the
#rootClass
expression references a WAValueExpression:which in turn directly references a class:
In GemStone, changing the WACounter class will cause a new class version to be created, while the
#rootClass
expression will return the original class version ....The text was updated successfully, but these errors were encountered: