The error message could be more explicit, but I suspect it should be `PkgDev.submit`, not `Pkg.submit`. You have to say `using PkgDev` before it will work.
Best, --Tim On Tuesday, March 08, 2016 01:07:56 AM Ayush Pandey wrote: > Hi, > > I am tryig to submit a patch to Convex.jl package following the > instructions from http://docs.julialang.org/en/release-0.4/manual/packages/ > > The error comes when i run > Pkg.submit("Convex") > > The following error comes: > > "ERROR: Pkg.submit(pkg[, commit]) has been moved to the package PkgDev.jl. > Run Pkg.add("PkgDev") to install PkgDev on Julia v0.5-" > > I have already installed *PkgDev* but the error don't seem to be going away. > > What are the parameters that needs to be passed to Pkg.submit() ? > > > > > > *Yours Sincerely,* > *Ayush Pandey* * <https://github.com/Ayush-iitkgp> * > *LinkedIn Profile <https://www.linkedin.com/pub/ayush-pandey/66/9/a52> * > *GitHub <https://github.com/Ayush-iitkgp>*
