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

🗄️ Split PlutoRunner into files #3007

Merged
merged 8 commits into from
Aug 23, 2024
Merged

🗄️ Split PlutoRunner into files #3007

merged 8 commits into from
Aug 23, 2024

Conversation

fonsp
Copy link
Owner

@fonsp fonsp commented Aug 20, 2024

Split the PlutoRunner.jl file into many files. Maybe 3000 lines is too much for one file...

This is now possible since PlutoRunner is included as a module (#1881).

Blame

To see git blame from before this PR, go here: https://github.com/fonsp/Pluto.jl/blame/v0.19.46/src/runner/PlutoRunner/src/PlutoRunner.jl

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="plutorunner-files")
julia> using Pluto

@fonsp fonsp added the display & PlutoRunner & AbstractPlutoDingetjes.jl label Aug 20, 2024
@fonsp fonsp changed the title Split PlutoRunner into files 🗄️ Split PlutoRunner into files Aug 20, 2024
Copy link
Collaborator

@Pangoraw Pangoraw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! 🎊

src/runner/PlutoRunner/README.md Outdated Show resolved Hide resolved
src/runner/PlutoRunner/README.md Outdated Show resolved Hide resolved
fonsp and others added 2 commits August 22, 2024 14:51
Co-authored-by: Paul Berg <[email protected]>
Co-authored-by: Paul Berg <[email protected]>
@fonsp fonsp merged commit 2d5b9bb into main Aug 23, 2024
14 checks passed
@fonsp fonsp deleted the plutorunner-files branch August 23, 2024 07:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
display & PlutoRunner & AbstractPlutoDingetjes.jl
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants