Moreover, digging into Pkg code, I've found that version is returned by Pkg.Read.installed_version(), which requires firstly a call to Pkg.Read.available(pkgname::AbstractString), but calling this last method from REPL I get an empty Dict also for "normal" packages. Maybe because Base (and all sub-packages) is precompiled?
Leonardo Il giorno venerdì 20 novembre 2015 20:06:45 UTC+1, Leonardo ha scritto: > > Yes, but with no results (I've forgotten to indicate it in previous > message) > > I've tagged with Pkg.tag() after package was commited and tagged with > git: state of source is in correct state to do this? > > Thanks > > Leonardo > > > Il giorno venerdì 20 novembre 2015 10:41:27 UTC+1, Kristoffer Carlsson ha > scritto: >> >> Did you tag with Pkg.tag("...")? > >