File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ Base.@kwdef mutable struct Statement
164164end
165165
166166function lex (cmd:: String ):: Vector{QString}
167- replace_comma = (nothing != match (r" ^(add|rm|remove|status|precompile)+\s " , cmd))
167+ replace_comma = (nothing != match (r" ^(add|dev|develop| rm|remove|status|precompile)+\s " , cmd))
168168 in_doublequote = false
169169 in_singlequote = false
170170 qstrings = QString[]
Original file line number Diff line number Diff line change @@ -122,6 +122,8 @@ temp_pkg_dir(;rm=false) do project_path; cd(project_path) do;
122122 mktempdir () do tmp_dev_dir
123123 withenv (" JULIA_PKG_DEVDIR" => tmp_dev_dir) do
124124 pkg " develop Example"
125+ pkg " develop Example,PackageCompiler"
126+ pkg " develop Example PackageCompiler"
125127
126128 # Copy the manifest + project and see that we can resolve it in a new environment
127129 # and get all the packages installed
You can’t perform that action at this time.
0 commit comments