Skip to content

Commit

Permalink
Merge pull request JuliaLang#141 from JuliaLang/kc/no_sha_req
Browse files Browse the repository at this point in the history
Update stuff for SHA moving to stdlib
  • Loading branch information
StefanKarpinski authored Feb 17, 2018
2 parents 2cf2845 + 28a713f commit 1b79774
Show file tree
Hide file tree
Showing 5 changed files with 534 additions and 467 deletions.
1 change: 1 addition & 0 deletions bin/gitmeta.jl
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const STDLIBS = [
"REPL"
"Random"
"Serialization"
"SHA"
"SharedArrays"
"SparseArrays"
"SuiteSparse"
Expand Down
3 changes: 3 additions & 0 deletions bin/loadmeta.jl
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,9 @@ for pkg in [
"CreateMacrosFrom"
"GSDicts"
"S3Dicts"
"BigArrays"
"ChainMap"
"PackageGenerator"
]
delete!(pkgs, pkg)
end
Expand Down
Loading

0 comments on commit 1b79774

Please sign in to comment.