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

unresolved_cells: handle Skipped correctly #2077

Merged
merged 2 commits into from
May 1, 2022

Conversation

fonsp
Copy link
Owner

@fonsp fonsp commented Apr 29, 2022

Before this PR, cells that only use md" or @bind would always stay in the unresolved_cells list, which is not what we want, right? This PR checks for the Skipped case and marks them as "resolved".

Also see #2076 (comment)

@Pangoraw did I interpret the meaning of Skipped correctly?

@fonsp fonsp requested a review from Pangoraw April 29, 2022 14:27
@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="unresolved_cells-Skipped-fix")
julia> using Pluto

@fonsp fonsp added performance backend Concerning the julia server and runtime labels Apr 29, 2022
@Pangoraw Pangoraw merged commit f03f73c into main May 1, 2022
@Pangoraw Pangoraw deleted the unresolved_cells-Skipped-fix branch May 1, 2022 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Concerning the julia server and runtime performance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants