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

Non-blocking API Pluto.run! that returns a reference to the running server #2643

Merged
merged 1 commit into from
Sep 13, 2023

Conversation

fonsp
Copy link
Owner

@fonsp fonsp commented Sep 13, 2023

So that we don't need to fake throwing an InterruptException when running a Pluto server in a script, which is causing test failures in #2240

@github-actions
Copy link
Contributor

Try this Pull Request!

Open Julia and type:

julia> import Pkg
julia> Pkg.activate(temp=true)
julia> Pkg.add(url="https://github.com/fonsp/Pluto.jl", rev="non-blocking-Pluto.run!")
julia> using Pluto

@fonsp fonsp merged commit bd6703e into main Sep 13, 2023
17 of 18 checks passed
@fonsp fonsp deleted the non-blocking-Pluto.run! branch September 13, 2023 14:41
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

Successfully merging this pull request may close these issues.

1 participant