-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Bump Pkg #28443
Merged
Merged
Bump Pkg #28443
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Refactor `REPLMode.parse_quotes`
* Refactor: APIOptions should be a dictionary * Fix `do_activate!` interface * Update tests: APIOptions is a dictionary * Allow more flexibility for REPL `do_<>` functions
a more descriptive error, instead of a BoundsError, in the case where DEPOT_PATH is empty.
* Fix parser * Add test for REPL `?<command>` help syntax
* remove ability to give a git revision to devved packages * wip
KristofferC
force-pushed
the
kc/bump_pkg
branch
from
August 4, 2018 15:10
945e908
to
d5890e6
Compare
KristofferC
force-pushed
the
kc/bump_pkg
branch
from
August 5, 2018 06:50
8294d65
to
fee0392
Compare
I'll merge this tonight (GMT) if no one beats me to it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Last bump before JuliaCon and should hopefully be enough for 0.7 :)
In the last commit, I added a
Pkg.add
statement to the precompile generator (using an stdlib so no internet access required). This makes Pkg into a freaking beast when it comes to speed. It takes a little bit of extra time during precompilation but I really think we should try to get that into 0.7 release and then if it becomes annoying during the development of 1.0 we revisit.