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

Pkg don't use startup.jl when building and testing #29364

Merged
merged 2 commits into from
Sep 26, 2018
Merged

Conversation

KristofferC
Copy link
Sponsor Member

adds a missing (important) backport, this was supposed to be in 1.0.

unless the user has explicitly asked for it with
  --startup-file=yes

(cherry picked from commit 40d7f27f2ff08ec466df536f267129a9f5e950b4)
@KristofferC KristofferC added domain:packages Package management and loading backport pending 1.0 labels Sep 25, 2018
@@ -1246,7 +1246,6 @@ Create a project called `pkgname` in the current folder.
precompile

Precompile all the dependencies of the project by running `import` on all of them in a new process.
The `startup.jl` file is disabled during precompilation unless julia is started with `--startup-file=yes`.
Copy link
Member

Choose a reason for hiding this comment

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

?

Copy link
Sponsor Member Author

Choose a reason for hiding this comment

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

Precompile function got changed, this is no longer applicable.

(cherry picked from commit 57f7380a2641944be12695e92a3ad9f4cc20e6f2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain:packages Package management and loading
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants