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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Turn ExpressionExplorer.jl into its own package #2698

Merged
merged 10 commits into from
Nov 16, 2023
Merged

Conversation

fonsp
Copy link
Owner

@fonsp fonsp commented Oct 31, 2023

馃コ https://github.com/JuliaPluto/ExpressionExplorer.jl

TODO

  • ExpressionExplorer.jl 1.0.0 release (needs What should be public API?聽JuliaPluto/ExpressionExplorer.jl#1)
  • What should happen to the extra functions? is_implicit_using transform_dot_notation collect_implicit_usings compute_usings_imports! compute_usings_imports external_package_names is_toplevel_expr get_rootassignee can_be_function_wrapped

@fonsp fonsp marked this pull request as draft October 31, 2023 15:45
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="expression-explorer-package")
julia> using Pluto

@fonsp fonsp linked an issue Oct 31, 2023 that may be closed by this pull request
4 tasks
@Pangoraw
Copy link
Collaborator

Pangoraw commented Nov 8, 2023

Looking forward to the new Julia/JS ratio for the repo when this is merged 馃憖

@fonsp
Copy link
Owner Author

fonsp commented Nov 8, 2023

ohohhh

@fonsp fonsp marked this pull request as ready for review November 16, 2023 11:52
@fonsp fonsp merged commit a45427c into main Nov 16, 2023
14 checks passed
@fonsp fonsp deleted the expression-explorer-package branch November 16, 2023 12:10
@fonsp fonsp added the backend Concerning the julia server and runtime label Dec 19, 2023
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make ExpressionExplorer a separate package
2 participants