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

Offer a way to run examples without running the after: method #3756

Open
chisandrei opened this issue May 7, 2024 · 1 comment
Open

Offer a way to run examples without running the after: method #3756

chisandrei opened this issue May 7, 2024 · 1 comment
Milestone

Comments

@chisandrei
Copy link
Member

When an example has an after: method, that method can clear resources, close connections (e.g when having proxy objects), etc. When inspecting those objects they might no longer be interesting or be in an invalid state. We should have a way to run an example and inspect the resulting object, without running after: automatically.

Users will have to then run it manually later on, but that would give us a chance to inspect objects like proxies from examples.

@girba
Copy link
Member

girba commented May 10, 2024

Right now we have a popup with a warning. We should have a choice here.

Screenshot 2024-05-10 at 10 19 54

@girba girba added this to the v1.0 milestone May 10, 2024
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