On Mar 7, 2016 4:02 PM, "Ayush Pandey" <[email protected]> wrote:
>
> Hi,
>
> PkgDev.summit()
> ERROR: UndefVarError: PkgDev not defined
> in eval(::Module, ::Any) at ./boot.jl:267
>
> I also ran
> PkgDev.submit()
> The error is same as above
>
> In order to check if I have PkgDev installed
> I ran Pkg.status("PkgDev")
> - PkgDev                        0.1.0
>

As any other packages, you need to import or using the package in order to
use it.

>
>
>
> Yours Sincerely,
> Ayush Pandey
> LinkedIn Profile
> GitHub
>
> On Tue, Mar 8, 2016 at 1:10 AM, Yichao Yu <[email protected]> wrote:
>>
>> On Mon, Mar 7, 2016 at 2:37 PM, Ayush Pandey <[email protected]>
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.
>>
>> PkgDev.summit()
>>
>> I guess the error message could be a little more clear on it.
>>
>> >
>> > What are the parameters that needs to be passed to Pkg.submit() ?
>> >
>> >
>> >
>> >
>> >
>> > Yours Sincerely,
>> > Ayush Pandey
>> > LinkedIn Profile
>> > GitHub
>
>

Reply via email to