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

SharedWorkspaces using GTPlayground instead of StPlayground #16805

Open
astares opened this issue Jun 25, 2024 · 2 comments
Open

SharedWorkspaces using GTPlayground instead of StPlayground #16805

astares opened this issue Jun 25, 2024 · 2 comments

Comments

@astares
Copy link
Member

astares commented Jun 25, 2024

If you open a shared workspace from the service that @svenvc provides like this example URL:

http://ws.stfx.eu/6M3DIN9WNU2O

image

then it uses old removed class "GTPlayground" which is now "StPlayground". So the web application is outdated.

Even when one changes the script from

GTPlayground openUrl: 'http://ws.stfx.eu/6M3DIN9WNU2O'.

to

StPlayground openUrl: 'http://ws.stfx.eu/6M3DIN9WNU2O'.

using it gives an DNU error as there is no #openUrl: in the Pharo 12/13 image:

image

Also one should now use StPlaygroundPresenter and not GTPlayground or StPlayground

@astares
Copy link
Member Author

astares commented Jun 25, 2024

As even in Pharo 13 it is still possible to publish workspace/playground content to the @svenvc cloud

image

we should give it some love and repair it

@astares
Copy link
Member Author

astares commented Jun 25, 2024

Also it is now StPlaygroundPresenter

We cloud implement a StPlaygroundPresenter(class)>>#openUrl like:

StPlaygroundPresenter openContents: (ZnEasy get: 'http://ws.stfx.eu/6M3DIN9WNU2O') contents

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

1 participant