-
-
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
use git subtree to graft Pkg3, etc. into stdlib #25942
Commits on Oct 17, 2017
-
Configuration menu - View commit details
-
Copy full SHA for ae5a17b - Browse repository at this point
Copy the full SHA ae5a17bView commit details -
character and string concatenation
Michael Reed committedOct 17, 2017 Configuration menu - View commit details
-
Copy full SHA for 55c211c - Browse repository at this point
Copy the full SHA 55c211cView commit details
Commits on Oct 19, 2017
-
Configuration menu - View commit details
-
Copy full SHA for a2f800b - Browse repository at this point
Copy the full SHA a2f800bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f8a8248 - Browse repository at this point
Copy the full SHA f8a8248View commit details -
only build after writing out new environment
otherwise the build process doesn't pick up correct versions
Configuration menu - View commit details
-
Copy full SHA for 28c803e - Browse repository at this point
Copy the full SHA 28c803eView commit details -
fix the PyCall build issue, use 16-byte slugs for version dirs
The miniconda installer creates the correct shebang line no problem but conda update encounters long shebang lines and decides that they are dangerous, so it silently replaces a "long" (≥128 bytes) path to `python` with `/usr/bin/env python`. What could go wrong?!? This works around that behavior by using a 16-byte "slug" in package/version paths instead of using the full "$uuid/$sha1" string, which, to be fair, is an excessive 77 characters in the middle of paths. The issue was that Conda looks for long shebang lines (>127) and silently replaces the or
Configuration menu - View commit details
-
Copy full SHA for d9f70b8 - Browse repository at this point
Copy the full SHA d9f70b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e32ff7 - Browse repository at this point
Copy the full SHA 6e32ff7View commit details -
Merge pull request #406 from chakravala/pull-request/55c211cb
character and string concatenation
Configuration menu - View commit details
-
Copy full SHA for a75cf4f - Browse repository at this point
Copy the full SHA a75cf4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for aba4a66 - Browse repository at this point
Copy the full SHA aba4a66View commit details
Commits on Oct 20, 2017
-
use mod 62 arithmetic instead of SHA2-224 for slug generation
otherwise the SHA package would have to be internalized
Configuration menu - View commit details
-
Copy full SHA for 718182c - Browse repository at this point
Copy the full SHA 718182cView commit details -
always print log file path when building
when the build takes a while, you can tail the file to see what's up
Configuration menu - View commit details
-
Copy full SHA for e229047 - Browse repository at this point
Copy the full SHA e229047View commit details
Commits on Oct 23, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 853ca08 - Browse repository at this point
Copy the full SHA 853ca08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c96bcb - Browse repository at this point
Copy the full SHA 1c96bcbView commit details
Commits on Oct 24, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 468bfbe - Browse repository at this point
Copy the full SHA 468bfbeView commit details -
Configuration menu - View commit details
-
Copy full SHA for d6aef97 - Browse repository at this point
Copy the full SHA d6aef97View commit details
Commits on Oct 25, 2017
-
Empty LOAD_PATH on load and add Pkg3 dir
This allows Pkg3 loading to work even if it's loaded with `include` instead of by being on the `LOAD_PATH` and running `using Pkg3`.
Configuration menu - View commit details
-
Copy full SHA for f6d6de5 - Browse repository at this point
Copy the full SHA f6d6de5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4596b54 - Browse repository at this point
Copy the full SHA 4596b54View commit details
Commits on Oct 27, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 81291ae - Browse repository at this point
Copy the full SHA 81291aeView commit details
Commits on Nov 1, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 79bcc3f - Browse repository at this point
Copy the full SHA 79bcc3fView commit details
Commits on Nov 4, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 5bd5e8c - Browse repository at this point
Copy the full SHA 5bd5e8cView commit details
Commits on Nov 7, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 5b1f812 - Browse repository at this point
Copy the full SHA 5b1f812View commit details
Commits on Nov 8, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 43b2bad - Browse repository at this point
Copy the full SHA 43b2badView commit details -
Configuration menu - View commit details
-
Copy full SHA for 775d9ee - Browse repository at this point
Copy the full SHA 775d9eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for c0edbd7 - Browse repository at this point
Copy the full SHA c0edbd7View commit details
Commits on Nov 9, 2017
-
Merge pull request #409 from JuliaLang/tb/nospecialize
Support more forms of at-nospecialize.
Configuration menu - View commit details
-
Copy full SHA for fbd9cb2 - Browse repository at this point
Copy the full SHA fbd9cb2View commit details
Commits on Nov 10, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 7d4badf - Browse repository at this point
Copy the full SHA 7d4badfView commit details -
Merge pull request #20 from KristofferC/patch-1
remove precompile from internalized toml
Configuration menu - View commit details
-
Copy full SHA for f210028 - Browse repository at this point
Copy the full SHA f210028View commit details
Commits on Nov 13, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 2550b81 - Browse repository at this point
Copy the full SHA 2550b81View commit details
Commits on Nov 14, 2017
-
no precompilation remark, add pkg3 clone, pkg dir
add information I was missing when installing and remove remark about precompilation, which doesn't seem to be true anymore.
Configuration menu - View commit details
-
Copy full SHA for 5483b6a - Browse repository at this point
Copy the full SHA 5483b6aView commit details -
Merge pull request #26 from SimonDanisch/patch-1
no precompilation remark, add pkg3 clone, pkg dir
Configuration menu - View commit details
-
Copy full SHA for 13ebc13 - Browse repository at this point
Copy the full SHA 13ebc13View commit details
Commits on Nov 15, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 5f146b8 - Browse repository at this point
Copy the full SHA 5f146b8View commit details
Commits on Nov 16, 2017
-
Configuration menu - View commit details
-
Copy full SHA for cecfdc2 - Browse repository at this point
Copy the full SHA cecfdc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cbe461 - Browse repository at this point
Copy the full SHA 4cbe461View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ef7b9f - Browse repository at this point
Copy the full SHA 2ef7b9fView commit details -
Merge pull request #27 from KristofferC/patch-2
enable precompilation for Pkg3
Configuration menu - View commit details
-
Copy full SHA for 5de6df7 - Browse repository at this point
Copy the full SHA 5de6df7View commit details -
Configuration menu - View commit details
-
Copy full SHA for aef0cca - Browse repository at this point
Copy the full SHA aef0ccaView commit details -
Merge pull request #25 from KristofferC/kc/async
Asynchronously install packages
Configuration menu - View commit details
-
Copy full SHA for 9d53433 - Browse repository at this point
Copy the full SHA 9d53433View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91f5803 - Browse repository at this point
Copy the full SHA 91f5803View commit details -
Merge pull request #29 from KristofferC/patch-3
fix not printing already existing packages
Configuration menu - View commit details
-
Copy full SHA for 696afd0 - Browse repository at this point
Copy the full SHA 696afd0View commit details
Commits on Nov 19, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 266ab1a - Browse repository at this point
Copy the full SHA 266ab1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 682cef5 - Browse repository at this point
Copy the full SHA 682cef5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 173803f - Browse repository at this point
Copy the full SHA 173803fView commit details
Commits on Nov 20, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 4558247 - Browse repository at this point
Copy the full SHA 4558247View commit details -
Add (sp)diagm pair constructors (#408)
* Add (sp)diagm pair constructors
Configuration menu - View commit details
-
Copy full SHA for a419b7c - Browse repository at this point
Copy the full SHA a419b7cView commit details
Commits on Nov 21, 2017
-
Add constructors for
Matrix{T}
,Array{T}
, and `SparseMatrixCSC{T}……` from `UniformScaling` (#412) * Add constructors for `Matrix{T}` and `SparseMatrixCSC{T}` from `UniformScaling` * Add constructors for `Array{T}` from `UniformScaling`
Configuration menu - View commit details
-
Copy full SHA for 0e01338 - Browse repository at this point
Copy the full SHA 0e01338View commit details
Commits on Nov 22, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 1d3edfa - Browse repository at this point
Copy the full SHA 1d3edfaView commit details
Commits on Nov 23, 2017
-
Add Compat.Dates for standard library Dates (#413)
* Add Compat.Dates for standard library Dates * Refactor deprecated parametic syntax
Configuration menu - View commit details
-
Copy full SHA for 3cd0bc6 - Browse repository at this point
Copy the full SHA 3cd0bc6View commit details
Commits on Nov 26, 2017
-
Merge pull request #39 from vdayanand/download_fix
Select libgit2 when tarball download fails
Configuration menu - View commit details
-
Copy full SHA for 1fc2c3f - Browse repository at this point
Copy the full SHA 1fc2c3fView commit details -
Merge pull request #37 from KristofferC/kc/show_pkg_name_on_req_fail
show pkg name on resolution failure
Configuration menu - View commit details
-
Copy full SHA for 706a600 - Browse repository at this point
Copy the full SHA 706a600View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f58ca6 - Browse repository at this point
Copy the full SHA 7f58ca6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b552904 - Browse repository at this point
Copy the full SHA b552904View commit details -
Merge pull request #36 from KristofferC/kc/tests
make a basic functional API and add some very basic tests
Configuration menu - View commit details
-
Copy full SHA for 6a9806f - Browse repository at this point
Copy the full SHA 6a9806fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 39bf5ce - Browse repository at this point
Copy the full SHA 39bf5ceView commit details -
Merge pull request #35 from KristofferC/kc/preview
add preview mode
Configuration menu - View commit details
-
Copy full SHA for 688f27c - Browse repository at this point
Copy the full SHA 688f27cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 462e6fd - Browse repository at this point
Copy the full SHA 462e6fdView commit details -
Merge pull request #44 from JuliaLang/kc/test_name_res
add test for pkg name in resolution failure
Configuration menu - View commit details
-
Copy full SHA for b0c714b - Browse repository at this point
Copy the full SHA b0c714bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 490e914 - Browse repository at this point
Copy the full SHA 490e914View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5987404 - Browse repository at this point
Copy the full SHA 5987404View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec1c4ff - Browse repository at this point
Copy the full SHA ec1c4ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for af5a2f8 - Browse repository at this point
Copy the full SHA af5a2f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10ff6c4 - Browse repository at this point
Copy the full SHA 10ff6c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3734fd9 - Browse repository at this point
Copy the full SHA 3734fd9View commit details -
Merge pull request #30 from KristofferC/kc/07
Upgrade Pkg3 and ext dependencies to 0.7
Configuration menu - View commit details
-
Copy full SHA for 0263099 - Browse repository at this point
Copy the full SHA 0263099View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7cfb25 - Browse repository at this point
Copy the full SHA c7cfb25View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1ea56c - Browse repository at this point
Copy the full SHA f1ea56cView commit details
Commits on Nov 27, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 27b65fa - Browse repository at this point
Copy the full SHA 27b65faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 17887af - Browse repository at this point
Copy the full SHA 17887afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bf7d0d - Browse repository at this point
Copy the full SHA 6bf7d0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c72b467 - Browse repository at this point
Copy the full SHA c72b467View commit details
Commits on Nov 28, 2017
-
Configuration menu - View commit details
-
Copy full SHA for c5785d4 - Browse repository at this point
Copy the full SHA c5785d4View commit details
Commits on Nov 29, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 47a5a7a - Browse repository at this point
Copy the full SHA 47a5a7aView commit details
Commits on Nov 30, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 5ab47d1 - Browse repository at this point
Copy the full SHA 5ab47d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ada727 - Browse repository at this point
Copy the full SHA 5ada727View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4aaff07 - Browse repository at this point
Copy the full SHA 4aaff07View commit details
Commits on Dec 1, 2017
-
Configuration menu - View commit details
-
Copy full SHA for d59635b - Browse repository at this point
Copy the full SHA d59635bView commit details -
Revert "Add function-first finalizers (#416)"
This reverts commit 5ab47d1 due to method ambiguities. add at-compat for finalizer instead at-compat finalizer
Configuration menu - View commit details
-
Copy full SHA for a58d00a - Browse repository at this point
Copy the full SHA a58d00aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ac29d9 - Browse repository at this point
Copy the full SHA 5ac29d9View commit details
Commits on Dec 2, 2017
-
Merge pull request #422 from JuliaLang/aa/revert-finalizer
Revert function first finalizers due to ambiguities
Configuration menu - View commit details
-
Copy full SHA for bda7613 - Browse repository at this point
Copy the full SHA bda7613View commit details
Commits on Dec 5, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 053c376 - Browse repository at this point
Copy the full SHA 053c376View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c96737 - Browse repository at this point
Copy the full SHA 4c96737View commit details -
Configuration menu - View commit details
-
Copy full SHA for 602c43a - Browse repository at this point
Copy the full SHA 602c43aView commit details -
Improve Pkg dependency pruning
Computes the dependency graph subset induced by the requirements after filter_versions has propagated the implicit requirements, rather than before, which ensures that only the parts reachable from some requirement are kept. In practice, it removes many more useless parts of the graph. (Plus other tiny improvements.)
Configuration menu - View commit details
-
Copy full SHA for 3c0f46f - Browse repository at this point
Copy the full SHA 3c0f46fView commit details -
Ensure consistency in Pkg solver decimation process
Fixes the rare condition where two packages were being decimated at once in mutually inconsistent versions.
Configuration menu - View commit details
-
Copy full SHA for 32161b7 - Browse repository at this point
Copy the full SHA 32161b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5176c8e - Browse repository at this point
Copy the full SHA 5176c8eView commit details -
Restore Pkg2 sanity_check and more
Bring in some functions from Base which are useful in preparation for the cloning functionality. They (and a few more) are also needed for Resolve.sanity_check to work. Also import tests for resolve.
Configuration menu - View commit details
-
Copy full SHA for e8e8582 - Browse repository at this point
Copy the full SHA e8e8582View commit details
Commits on Dec 6, 2017
-
* update registries on up * no longer special case branch
Configuration menu - View commit details
-
Copy full SHA for cdf23e7 - Browse repository at this point
Copy the full SHA cdf23e7View commit details -
Merge pull request #63 from JuliaLang/cb/pkg2fixes
Solver fixes, tests, etc.
Configuration menu - View commit details
-
Copy full SHA for 23b4df4 - Browse repository at this point
Copy the full SHA 23b4df4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a09689 - Browse repository at this point
Copy the full SHA 0a09689View commit details -
Configuration menu - View commit details
-
Copy full SHA for 838890b - Browse repository at this point
Copy the full SHA 838890bView commit details
Commits on Dec 7, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 89740ef - Browse repository at this point
Copy the full SHA 89740efView commit details -
Configuration menu - View commit details
-
Copy full SHA for beb8a61 - Browse repository at this point
Copy the full SHA beb8a61View commit details -
WIP force explicit init using
init
for local env (#51)* force explicit init using `init` for local env * remove try catch, other small fixes
Configuration menu - View commit details
-
Copy full SHA for 3b8d98b - Browse repository at this point
Copy the full SHA 3b8d98bView commit details -
Merge pull request #68 from JuliaLang/fe/Ctrl-C
exit pkg repl mode with ^C
Configuration menu - View commit details
-
Copy full SHA for d335252 - Browse repository at this point
Copy the full SHA d335252View commit details
Commits on Dec 8, 2017
-
Remove all prerelease/build stuff from tests
Make sure nothing beyond patch gets to Pkg2 by crudely using asserts.
Configuration menu - View commit details
-
Copy full SHA for b03a449 - Browse repository at this point
Copy the full SHA b03a449View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5eff12 - Browse repository at this point
Copy the full SHA f5eff12View commit details -
Add ∩,∪,hash,== operations to VersionSpec
Also normalize the VersionSpec in the constructor. Also allow '*' as an extreme in VersionSpec string specification. This is in preparation for the switch VersionSet->VersionSpec.
Configuration menu - View commit details
-
Copy full SHA for 6d80171 - Browse repository at this point
Copy the full SHA 6d80171View commit details -
Temporary change in Pkg2 file loading order
And some ugly reoarganization of the code. This is in preparation for the switch VersionSet->VersionSpec
Configuration menu - View commit details
-
Copy full SHA for efc8bc5 - Browse repository at this point
Copy the full SHA efc8bc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8c5efd - Browse repository at this point
Copy the full SHA f8c5efdView commit details -
Configuration menu - View commit details
-
Copy full SHA for df7f834 - Browse repository at this point
Copy the full SHA df7f834View commit details -
Print names insteadof uuids in ResolveBacktrace
plus code cosmetics
Configuration menu - View commit details
-
Copy full SHA for 46e97c1 - Browse repository at this point
Copy the full SHA 46e97c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for c986cbc - Browse repository at this point
Copy the full SHA c986cbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a0b1a1 - Browse repository at this point
Copy the full SHA 0a0b1a1View commit details -
Remove Available type, use Requires instead
Also introduce a DepsGraph alias, and do some code cosmetics
Configuration menu - View commit details
-
Copy full SHA for 5c54e94 - Browse repository at this point
Copy the full SHA 5c54e94View commit details -
Configuration menu - View commit details
-
Copy full SHA for fdcafb5 - Browse repository at this point
Copy the full SHA fdcafb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3dbce1 - Browse repository at this point
Copy the full SHA a3dbce1View commit details -
Remove Pkg2, merge its contents into main dir
Also some file renaming to match module names.
Configuration menu - View commit details
-
Copy full SHA for d65a063 - Browse repository at this point
Copy the full SHA d65a063View commit details
Commits on Dec 9, 2017
-
Make maxsum solver behavior uniform across platforms
Use Int64 instead of Int, remove the noise term in FieldValues, import the graph dict in a sorted way so as to avoid the variability induced by hashing on 64 vs 32 bit machines.
Configuration menu - View commit details
-
Copy full SHA for 99d0229 - Browse repository at this point
Copy the full SHA 99d0229View commit details -
Move uuid5 from bin/loadmeta.jl into src/Types.jl
and use it for the julia UUID and in tests.
Configuration menu - View commit details
-
Copy full SHA for 537a641 - Browse repository at this point
Copy the full SHA 537a641View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6370caf - Browse repository at this point
Copy the full SHA 6370cafView commit details
Commits on Dec 10, 2017
-
Configuration menu - View commit details
-
Copy full SHA for bd7da6d - Browse repository at this point
Copy the full SHA bd7da6dView commit details
Commits on Dec 12, 2017
-
Transition from Pkg2 to Pkg3 (#73)
* Remove all prerelease/build stuff from tests Make sure nothing beyond patch gets to Pkg2 by crudely using asserts. * Expunge prerelease/build stuff from VersionWeight * Add ∩,∪,hash,== operations to VersionSpec Also normalize the VersionSpec in the constructor. Also allow '*' as an extreme in VersionSpec string specification. This is in preparation for the switch VersionSet->VersionSpec. * Temporary change in Pkg2 file loading order And some ugly reoarganization of the code. This is in preparation for the switch VersionSet->VersionSpec * Replace VersionSet->VersionSpec * Small notational improvements in test/resolve.jl * Print names insteadof uuids in ResolveBacktrace plus code cosmetics * Factor out name+short_uuid printing code * Move contents of Pkg2Types into Types * Remove Available type, use Requires instead Also introduce a DepsGraph alias, and do some code cosmetics * Use UUIDs instead of Strings in solver code * Remove Pkg2/reqs.jl and Pkg2.dir() * Remove Pkg2, merge its contents into main dir Also some file renaming to match module names. * Make maxsum solver behavior uniform across platforms Use Int64 instead of Int, remove the noise term in FieldValues, import the graph dict in a sorted way so as to avoid the variability induced by hashing on 64 vs 32 bit machines. * Move uuid5 from bin/loadmeta.jl into src/Types.jl and use it for the julia UUID and in tests. * Add back [pieces of] Pkg2 for bin/loadmeta.jl
Configuration menu - View commit details
-
Copy full SHA for 6e7e0ee - Browse repository at this point
Copy the full SHA 6e7e0eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for c1507f9 - Browse repository at this point
Copy the full SHA c1507f9View commit details -
Creating a redundant merge commit to keep a record of Carlo's
commits for JuliaLang/Pkg.jl#73 Merge branch 'cb/solverrefactor'
Configuration menu - View commit details
-
Copy full SHA for ea9499f - Browse repository at this point
Copy the full SHA ea9499fView commit details
Commits on Dec 13, 2017
-
help inference by hiding a method and not using Dates.format (#76)
* help inference by hiding a method and not using Dates.format * fix comment [ci skip]
Configuration menu - View commit details
-
Copy full SHA for 70ca74e - Browse repository at this point
Copy the full SHA 70ca74eView commit details -
* implement build call * fix help string [ci skip]
Configuration menu - View commit details
-
Copy full SHA for 912e550 - Browse repository at this point
Copy the full SHA 912e550View commit details
Commits on Dec 14, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 5a86ce5 - Browse repository at this point
Copy the full SHA 5a86ce5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24dfd8e - Browse repository at this point
Copy the full SHA 24dfd8eView commit details -
Merge pull request #79 from i-apellaniz/ia/typo-in-readme
Update package URL in README.md
Configuration menu - View commit details
-
Copy full SHA for a554607 - Browse repository at this point
Copy the full SHA a554607View commit details
Commits on Dec 15, 2017
-
Configuration menu - View commit details
-
Copy full SHA for d2b7093 - Browse repository at this point
Copy the full SHA d2b7093View commit details
Commits on Dec 17, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 1aa2b90 - Browse repository at this point
Copy the full SHA 1aa2b90View commit details
Commits on Dec 21, 2017
-
Add Compat.Unicode for standard library Unicode (#432)
* Add Compat.Unicode for standard library Unicode * Define titlecase only on Julia 0.5 * Remove normalize and isassigned from exports * Add textwidth deprecation
Configuration menu - View commit details
-
Copy full SHA for 7695d5c - Browse repository at this point
Copy the full SHA 7695d5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad0ddc6 - Browse repository at this point
Copy the full SHA ad0ddc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6922b6f - Browse repository at this point
Copy the full SHA 6922b6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ba0b74 - Browse repository at this point
Copy the full SHA 2ba0b74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ae7892 - Browse repository at this point
Copy the full SHA 2ae7892View commit details -
Configuration menu - View commit details
-
Copy full SHA for b11dd5d - Browse repository at this point
Copy the full SHA b11dd5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e106e8 - Browse repository at this point
Copy the full SHA 8e106e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3832a22 - Browse repository at this point
Copy the full SHA 3832a22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ffecc0 - Browse repository at this point
Copy the full SHA 9ffecc0View commit details -
Merge pull request #435 from JuliaLang/aa/0.7
A bunch of stuff for 0.7
Configuration menu - View commit details
-
Copy full SHA for 7a64c3f - Browse repository at this point
Copy the full SHA 7a64c3fView commit details -
Temporarily disable the OffsetArrays tests for 0.7
The functionality being tested is only provided in Compat for compatibility with Julia 0.5, which is near end of life, and OffsetArrays currently has some issues on 0.7 that cause unrelated test failures in this package.
Configuration menu - View commit details
-
Copy full SHA for 206c709 - Browse repository at this point
Copy the full SHA 206c709View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25515c1 - Browse repository at this point
Copy the full SHA 25515c1View commit details -
Merge pull request #436 from JuliaLang/aa/disable-oa
Temporarily disable the OffsetArrays tests for 0.7
Configuration menu - View commit details
-
Copy full SHA for afee752 - Browse repository at this point
Copy the full SHA afee752View commit details
Commits on Dec 23, 2017
-
* add Compat.Sys.BINDIR * import Sys.BINDIR into Compat.Sys on v0.7 and add tests
Configuration menu - View commit details
-
Copy full SHA for 747b75d - Browse repository at this point
Copy the full SHA 747b75dView commit details
Commits on Dec 26, 2017
-
Undeprecate textwidth (only on Julia < 0.7-DEV.2915) (#437)
That's a perfectly valid call on Julia 0.6, so it is annoying to make it print warnings there suddenly for packages which previously worked fine. Packages will progressively stop using it when being ported to 0.7: we can simply rely on the deprecation provided by Julia itself.
Configuration menu - View commit details
-
Copy full SHA for 95f9474 - Browse repository at this point
Copy the full SHA 95f9474View commit details
Commits on Dec 27, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 3b86007 - Browse repository at this point
Copy the full SHA 3b86007View commit details -
Configuration menu - View commit details
-
Copy full SHA for 317e312 - Browse repository at this point
Copy the full SHA 317e312View commit details
Commits on Dec 30, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 423a025 - Browse repository at this point
Copy the full SHA 423a025View commit details
Commits on Jan 3, 2018
-
Configuration menu - View commit details
-
Copy full SHA for f7e65c7 - Browse repository at this point
Copy the full SHA f7e65c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for e450796 - Browse repository at this point
Copy the full SHA e450796View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a92e17 - Browse repository at this point
Copy the full SHA 7a92e17View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb60a6a - Browse repository at this point
Copy the full SHA eb60a6aView commit details -
Merge pull request #445 from JuliaLang/aa/more-0.7
Add invpermute! and a pairs method for replace
Configuration menu - View commit details
-
Copy full SHA for 7b874aa - Browse repository at this point
Copy the full SHA 7b874aaView commit details
Commits on Jan 5, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 13bc82a - Browse repository at this point
Copy the full SHA 13bc82aView commit details -
New dependency graph, new resolve function
The new graph is basically the old maxsum graph plus the old interface plus the uuid_to_name dict. But it's built directly from the TOML data, and manipulated directly.
Configuration menu - View commit details
-
Copy full SHA for 8ee6786 - Browse repository at this point
Copy the full SHA 8ee6786View commit details -
Configuration menu - View commit details
-
Copy full SHA for 456a2f5 - Browse repository at this point
Copy the full SHA 456a2f5View commit details -
Throw error if user tries to add "julia"
Prevents an obscure TypeAssertion error later in the process.
Configuration menu - View commit details
-
Copy full SHA for 1492de0 - Browse repository at this point
Copy the full SHA 1492de0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 776439b - Browse repository at this point
Copy the full SHA 776439bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 977a30f - Browse repository at this point
Copy the full SHA 977a30fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e97978 - Browse repository at this point
Copy the full SHA 6e97978View commit details -
Configuration menu - View commit details
-
Copy full SHA for 275eb18 - Browse repository at this point
Copy the full SHA 275eb18View commit details -
Configuration menu - View commit details
-
Copy full SHA for d35292e - Browse repository at this point
Copy the full SHA d35292eView commit details -
Maxsum decimation builds an explicit solution
Also checks the constraints at decimation, not just the interaction masks. Also makes sure that all variables get decimated. Also builds a trace of the decimation process and returns that in the error message (preparatory step for future improvements)
Configuration menu - View commit details
-
Copy full SHA for 2aa577c - Browse repository at this point
Copy the full SHA 2aa577cView commit details -
Apply maxsum trace, log it, simplify after
Provides meaningful error messages about what happened. Also, minor cosmetics to resolve logs.
Configuration menu - View commit details
-
Copy full SHA for 1591c8b - Browse repository at this point
Copy the full SHA 1591c8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e65b076 - Browse repository at this point
Copy the full SHA e65b076View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b636b5 - Browse repository at this point
Copy the full SHA 7b636b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 698be15 - Browse repository at this point
Copy the full SHA 698be15View commit details -
Add backtracking to max-sum, improve greedy solver
With this change, the solver is now exact, i.e. it should always find a solution if it exists, and fail only when it doesn't, producing a reasonable log trace in that case. (Optimality is still based on a heuristic, unless the solution is found by the greedy solver, which is quite improved as well anyway.)
Configuration menu - View commit details
-
Copy full SHA for 98e1e8f - Browse repository at this point
Copy the full SHA 98e1e8fView commit details
Commits on Jan 6, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d72d372 - Browse repository at this point
Copy the full SHA d72d372View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55da10d - Browse repository at this point
Copy the full SHA 55da10dView commit details -
Merge pull request #81 from JuliaLang/cb/graphrefactor
Complete refactor of the dependency graph and related functions
Configuration menu - View commit details
-
Copy full SHA for b8086ba - Browse repository at this point
Copy the full SHA b8086baView commit details -
Merge pull request #86 from JuliaLang/cb/resolvelog
Resolution log - looking into what the solver is doing, and why
Configuration menu - View commit details
-
Copy full SHA for 2f304cb - Browse repository at this point
Copy the full SHA 2f304cbView commit details -
Merge pull request #94 from JuliaLang/cb/backtrack
Add backtracking to max-sum, improve greedy solver; the solver is now exact
Configuration menu - View commit details
-
Copy full SHA for 32d3dbc - Browse repository at this point
Copy the full SHA 32d3dbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f40dd0 - Browse repository at this point
Copy the full SHA 1f40dd0View commit details -
Add CartesianIndices and LinearIndices
Needed in particular to get linear indices once find() returns cartesian indices.
Configuration menu - View commit details
-
Copy full SHA for 8768c35 - Browse repository at this point
Copy the full SHA 8768c35View commit details
Commits on Jan 7, 2018
-
Configuration menu - View commit details
-
Copy full SHA for e294caf - Browse repository at this point
Copy the full SHA e294cafView commit details
Commits on Jan 8, 2018
-
Configuration menu - View commit details
-
Copy full SHA for e7a2563 - Browse repository at this point
Copy the full SHA e7a2563View commit details -
Merge pull request #446 from JuliaLang/nl/indices
Add CartesianIndices and LinearIndices
Configuration menu - View commit details
-
Copy full SHA for 50c6b36 - Browse repository at this point
Copy the full SHA 50c6b36View commit details
Commits on Jan 9, 2018
-
Use
transpose
instead of'
syntax (#101)Fixes a problem in julia 0.7 Also a minor fix to keep the julia name in uuid_to_name
Configuration menu - View commit details
-
Copy full SHA for d001509 - Browse repository at this point
Copy the full SHA d001509View commit details -
Moved BINDIR definition into '__init__'. (#439)
* Moved BINDIR definition into '__init__'. * Make BINDIR not const.
Configuration menu - View commit details
-
Copy full SHA for d0f2551 - Browse repository at this point
Copy the full SHA d0f2551View commit details -
add copyto! and unsafe_copyto! (#448)
* add copyto! and unsafe_copyto! * make a copy to fix interaction with new lazy adjoint
Configuration menu - View commit details
-
Copy full SHA for 8d6689e - Browse repository at this point
Copy the full SHA 8d6689eView commit details
Commits on Jan 10, 2018
-
Added Compat.AbstractDateTime (#443)
* Added Compat.AbstractDateTime. * Added tests and README entry for AbstractDateTime. * Added DateTime subtype check.
Configuration menu - View commit details
-
Copy full SHA for 3c1d4fc - Browse repository at this point
Copy the full SHA 3c1d4fcView commit details
Commits on Jan 11, 2018
-
Configuration menu - View commit details
-
Copy full SHA for ad95112 - Browse repository at this point
Copy the full SHA ad95112View commit details -
* =Use abstract type, not union * =Some abstractions
Configuration menu - View commit details
-
Copy full SHA for 1d29970 - Browse repository at this point
Copy the full SHA 1d29970View commit details -
Configuration menu - View commit details
-
Copy full SHA for 939e8f5 - Browse repository at this point
Copy the full SHA 939e8f5View commit details -
Build dependent packages and support varargs in API.build (#91)
* build dependent packages also * support varags in build api * build: use deps_graph instead of resolve_version! * remove stray new line * revert changes on resolve_versions! * remove dependency on deps_graph
Configuration menu - View commit details
-
Copy full SHA for b4df8a2 - Browse repository at this point
Copy the full SHA b4df8a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36d879c - Browse repository at this point
Copy the full SHA 36d879cView commit details
Commits on Jan 12, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 1699438 - Browse repository at this point
Copy the full SHA 1699438View commit details
Commits on Jan 14, 2018
-
* Explicitly convert to `Vector()` for 0.7 compatibility * Quash 0.7 errors * Add Compat dependency and `global nerrors` everywhere * Add `codeunits(x) = x` shim for Julia 0.6.x
Configuration menu - View commit details
-
Copy full SHA for 5ca2ad1 - Browse repository at this point
Copy the full SHA 5ca2ad1View commit details
Commits on Jan 17, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 2ccee51 - Browse repository at this point
Copy the full SHA 2ccee51View commit details
Commits on Jan 18, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 37a1150 - Browse repository at this point
Copy the full SHA 37a1150View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b398b8 - Browse repository at this point
Copy the full SHA 0b398b8View commit details
Commits on Jan 19, 2018
-
Configuration menu - View commit details
-
Copy full SHA for a84c596 - Browse repository at this point
Copy the full SHA a84c596View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91fbb6f - Browse repository at this point
Copy the full SHA 91fbb6fView commit details
Commits on Jan 20, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 4178bf3 - Browse repository at this point
Copy the full SHA 4178bf3View commit details -
Merge pull request #465 from JuliaLang/jq/libdl
Compat for Libdl moving to stdlib
Configuration menu - View commit details
-
Copy full SHA for 20e454d - Browse repository at this point
Copy the full SHA 20e454dView commit details
Commits on Jan 21, 2018
-
Configuration menu - View commit details
-
Copy full SHA for f69f5c8 - Browse repository at this point
Copy the full SHA f69f5c8View commit details -
Merge pull request #461 from JuliaLang/aa/parentmodule
Add parentmodule
Configuration menu - View commit details
-
Copy full SHA for 84e1abb - Browse repository at this point
Copy the full SHA 84e1abbView commit details
Commits on Jan 22, 2018
-
Configuration menu - View commit details
-
Copy full SHA for ba6cef7 - Browse repository at this point
Copy the full SHA ba6cef7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0711117 - Browse repository at this point
Copy the full SHA 0711117View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68040e9 - Browse repository at this point
Copy the full SHA 68040e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b72743 - Browse repository at this point
Copy the full SHA 9b72743View commit details -
Configuration menu - View commit details
-
Copy full SHA for 354500d - Browse repository at this point
Copy the full SHA 354500dView commit details -
Merge pull request #467 from JuliaLang/fe/news-and-tests
Some missed readme entries and tests
Configuration menu - View commit details
-
Copy full SHA for a342f94 - Browse repository at this point
Copy the full SHA a342f94View commit details -
Configuration menu - View commit details
-
Copy full SHA for de59699 - Browse repository at this point
Copy the full SHA de59699View commit details -
Configuration menu - View commit details
-
Copy full SHA for d79a809 - Browse repository at this point
Copy the full SHA d79a809View commit details
Commits on Jan 23, 2018
-
* Add argmin and argmax
Configuration menu - View commit details
-
Copy full SHA for 0d0e025 - Browse repository at this point
Copy the full SHA 0d0e025View commit details -
Configuration menu - View commit details
-
Copy full SHA for edc9a63 - Browse repository at this point
Copy the full SHA edc9a63View commit details -
* `copy!()` -> `copyto!()` * Quash more 0.7 compatibility bugs * Require at least Compat 0.38
Configuration menu - View commit details
-
Copy full SHA for af7239e - Browse repository at this point
Copy the full SHA af7239eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 62e0924 - Browse repository at this point
Copy the full SHA 62e0924View commit details
Commits on Jan 24, 2018
-
loadmeta: add v0.6.{1,2} and a dummy commit for v0.7.0
The dummy commit of Julia 0.7.0 should be fixed when the actual version is tagged. Having this now allows us to generate version bounds that include v0.7-DEV, allowing packages without an upper bound to at least be installed on master.
Configuration menu - View commit details
-
Copy full SHA for 8b499ac - Browse repository at this point
Copy the full SHA 8b499acView commit details -
Configuration menu - View commit details
-
Copy full SHA for d79c575 - Browse repository at this point
Copy the full SHA d79c575View commit details
Commits on Jan 25, 2018
-
Fix
argmin
/argmax
for non-vectorsMake sure `argmin` and `argmax` yield the correct return type when falling back to `indmin` and `indmax`, at least for `AbstractArray` and `Associative` arguments.
Configuration menu - View commit details
-
Copy full SHA for 4a3d938 - Browse repository at this point
Copy the full SHA 4a3d938View commit details -
Configuration menu - View commit details
-
Copy full SHA for d96e19b - Browse repository at this point
Copy the full SHA d96e19bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 94a83ea - Browse repository at this point
Copy the full SHA 94a83eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for a48af31 - Browse repository at this point
Copy the full SHA a48af31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b72043 - Browse repository at this point
Copy the full SHA 4b72043View commit details -
Configuration menu - View commit details
-
Copy full SHA for b629cd2 - Browse repository at this point
Copy the full SHA b629cd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8ac623 - Browse repository at this point
Copy the full SHA e8ac623View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67aaf52 - Browse repository at this point
Copy the full SHA 67aaf52View commit details -
Configuration menu - View commit details
-
Copy full SHA for 349f75d - Browse repository at this point
Copy the full SHA 349f75dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e7c4e7 - Browse repository at this point
Copy the full SHA 5e7c4e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for e675858 - Browse repository at this point
Copy the full SHA e675858View commit details
Commits on Jan 27, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 787f24e - Browse repository at this point
Copy the full SHA 787f24eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 169abdd - Browse repository at this point
Copy the full SHA 169abddView commit details
Commits on Jan 29, 2018
-
Backport period rounding (#462)
* Backport period rounding. * Added link to bottom of README.
Configuration menu - View commit details
-
Copy full SHA for ace032f - Browse repository at this point
Copy the full SHA ace032fView commit details -
Compat for Serialization stdlib (#473)
* Compat for Serialization stdlib * Add tests and fix
Configuration menu - View commit details
-
Copy full SHA for 791ea60 - Browse repository at this point
Copy the full SHA 791ea60View commit details
Commits on Jan 30, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 5d14f28 - Browse repository at this point
Copy the full SHA 5d14f28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35635f1 - Browse repository at this point
Copy the full SHA 35635f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a809676 - Browse repository at this point
Copy the full SHA a809676View commit details -
Configuration menu - View commit details
-
Copy full SHA for 180d676 - Browse repository at this point
Copy the full SHA 180d676View commit details -
Configuration menu - View commit details
-
Copy full SHA for 980247c - Browse repository at this point
Copy the full SHA 980247cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 117d324 - Browse repository at this point
Copy the full SHA 117d324View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80d2ce1 - Browse repository at this point
Copy the full SHA 80d2ce1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9c51f1 - Browse repository at this point
Copy the full SHA b9c51f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 092a4f9 - Browse repository at this point
Copy the full SHA 092a4f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7859467 - Browse repository at this point
Copy the full SHA 7859467View commit details
Commits on Jan 31, 2018
-
Merge pull request #477 from JuliaLang/mh/fixes_0.7
Deprecation fixes and a few additions for 0.7
Configuration menu - View commit details
-
Copy full SHA for 7d4dcd7 - Browse repository at this point
Copy the full SHA 7d4dcd7View commit details
Commits on Feb 1, 2018
-
Where not provided by Julia, it is just defined as an alias for `endof`, hence does not support `lastindex(A, n)`, as `endof` doesn't.
Configuration menu - View commit details
-
Copy full SHA for 94f8f64 - Browse repository at this point
Copy the full SHA 94f8f64View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95e21c5 - Browse repository at this point
Copy the full SHA 95e21c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43a3b57 - Browse repository at this point
Copy the full SHA 43a3b57View commit details -
Merge pull request #456 from JuliaLang/teh/expunge_oldcode
Delete outdated deprecated code
Configuration menu - View commit details
-
Copy full SHA for d742f67 - Browse repository at this point
Copy the full SHA d742f67View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbc1559 - Browse repository at this point
Copy the full SHA fbc1559View commit details
Commits on Feb 3, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 0668f9c - Browse repository at this point
Copy the full SHA 0668f9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 19bad8c - Browse repository at this point
Copy the full SHA 19bad8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f2bd1a9 - Browse repository at this point
Copy the full SHA f2bd1a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02367e6 - Browse repository at this point
Copy the full SHA 02367e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f008a07 - Browse repository at this point
Copy the full SHA f008a07View commit details
Commits on Feb 5, 2018
-
Add occursin and find* methods replacing search and findin
Add OccursIn predicate which replaces findin and all specific findfirst/findnext/findlast/findprev methods for specific types. These all call search or findin, but return nothing instead of 0 where appropriate. Note that there is an inconsistency with generic find* methods which already existed in Julia 0.6 and which continue to return 0: separate Compat.find* methods will have to be introduced for them to avoid conflicts with Base. Also fix in(::CartesianIndex, ::CartesianIndices) bug uncovered by importing in.
Configuration menu - View commit details
-
Copy full SHA for 130ad51 - Browse repository at this point
Copy the full SHA 130ad51View commit details -
Add unexported find* functions returning nothing
Change methods added to Base functions to return 0 on 0.6, which matches what already happens without the optimized methods.
Configuration menu - View commit details
-
Copy full SHA for b94ae1d - Browse repository at this point
Copy the full SHA b94ae1dView commit details
Commits on Feb 6, 2018
-
Configuration menu - View commit details
-
Copy full SHA for ac3483b - Browse repository at this point
Copy the full SHA ac3483bView commit details -
Merge pull request #484 from JuliaLang/nl/search
Add occursin and find* methods replacing search and findin
Configuration menu - View commit details
-
Copy full SHA for b2aac2e - Browse repository at this point
Copy the full SHA b2aac2eView commit details -
Add size(::LinearIndices) (#455)
* Add size(::LinearIndices) Fixes indexing LinearIndices with an array. This is useful in particular to convert cartesian indices that find() now returns to linear indices. * Add size(::LinearIndices) on older 0.7 versions
Configuration menu - View commit details
-
Copy full SHA for 8cca897 - Browse repository at this point
Copy the full SHA 8cca897View commit details
Commits on Feb 7, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 3c0c9e2 - Browse repository at this point
Copy the full SHA 3c0c9e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2958883 - Browse repository at this point
Copy the full SHA 2958883View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1507917 - Browse repository at this point
Copy the full SHA 1507917View commit details
Commits on Feb 8, 2018
-
Merge pull request #488 from JuliaLang/sk/project-file
add Pkg3 Project.toml file
Configuration menu - View commit details
-
Copy full SHA for 95db156 - Browse repository at this point
Copy the full SHA 95db156View commit details -
Configuration menu - View commit details
-
Copy full SHA for 331bf19 - Browse repository at this point
Copy the full SHA 331bf19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 278ede2 - Browse repository at this point
Copy the full SHA 278ede2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 588e9a4 - Browse repository at this point
Copy the full SHA 588e9a4View commit details