https://github.com/JuliaLang/julia
Revision ccb426f79af059ca6a83cd117350a3a7e067ba41 authored by Fredrik Ekre on 27 February 2017, 19:28:25 UTC, committed by Kristoffer Carlsson on 27 February 2017, 19:28:25 UTC
* remove package extension in Pkg functions

* Run Pkg.dependents("Example") tests at a fixed METADATA commit

to avoid fragility in the case that any future package
happens to depend on Example.jl
1 parent 5c61a0a
Raw File
Tip revision: ccb426f79af059ca6a83cd117350a3a7e067ba41 authored by Fredrik Ekre on 27 February 2017, 19:28:25 UTC
Remove package extensions in Pkg functions (#20681)
Tip revision: ccb426f
.gitignore
/*.tar.gz
/tmp
/dist
/dist-extras
/julia
/usr
/usr-staging
/Make.user
/julia-*
/source-dist.tmp
/source-dist.tmp1

*.exe
*.dll
*.dwo
*.do
*.o
*.obj
*.so
*.dylib
*.dSYM
*.jl.cov
*.jl.*.cov
*.jl.mem
*.ji

.DS_Store
back to top