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

http://localhost:8080/MDLDemo is raising an error #321

Open
Ducasse opened this issue Oct 7, 2022 · 1 comment
Open

http://localhost:8080/MDLDemo is raising an error #321

Ducasse opened this issue Oct 7, 2022 · 1 comment

Comments

@Ducasse
Copy link

Ducasse commented Oct 7, 2022

In Pharo 10 with Seaside v3.4.8 and MDL v2.2.1
This is because when there is a loading error class initialize are not executed so singleton are returning nil
It would be better to protect them with ifNil: self initialize.

@Ducasse
Copy link
Author

Ducasse commented Oct 7, 2022

May be this is linked with a problem with Seaside v3.4.8 and I will retry with v3.4.7

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

No branches or pull requests

1 participant