[jifty-devel] A jifty console.

sun navy sunnavy at gmail.com
Sun May 20 09:20:37 EDT 2007


On 5/20/07, sunnavy <sunnavy at gmail.com> wrote:
>
> On 19:25 Sat 19 May     , Andreas J. Koenig wrote:
> > >>>>> On Sat, 19 May 2007 23:15:53 +0800, Kang-min Liu <gugod at gugod.org>
> said:
> >
> >   > I've just checked in a "console" for jifty application (lib/Jifty/
> >   > Script/Console.pm).
> >
> > % svn diff -r 3258:3259 Makefile.PL
> > Index: Makefile.PL
> > ===================================================================
> > --- Makefile.PL (revision 3258)
> > +++ Makefile.PL (revision 3259)
> > @@ -131,6 +131,10 @@
> >          recommends('Cache::FileCache'),
> >          recommends('LWPx::ParanoidAgent'),
> >      ],
> > +    'Jifty console' => [
> > +        -default => 1,
> > +        recommands('Devel::ExtContext')
> > +    ],
> >  );
> >
> > So what is that Devel::ExtContext thing?
> I think Devel::ExtContext is just a typo, it should be Devel::EvalContext.
> And here is a patch:
>
> Index: Makefile.PL
> ===================================================================
> --- Makefile.PL (revision 3264)
> +++ Makefile.PL (working copy)
> @@ -133,7 +133,7 @@
>      ],
>      'Jifty console' => [
>          -default => 1,
> -        recommands('Devel::ExtContext')
> +        recommands('Devel::EvalContext')
>      ],
> );
>
> >
> > And why does it default to 1? Most other features are set to 0.
> If you want to use Jifty::Script::Console, you have to install
> Devel::EvalContext, it's not optional, so the default is 1.
> >


Oh wait, so stupid am I!
The explanation of the `default 1 thing' is totally, totally wrong.
Sorry for that.

> --
> > andreas
> > _______________________________________________
> > jifty-devel mailing list
> > jifty-devel at lists.jifty.org
> > http://lists.jifty.org/cgi-bin/mailman/listinfo/jifty-devel
> >
>
>
>
>


-- 
sunnavy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.bestpractical.com/pipermail/jifty-devel/attachments/20070520/941a3a40/attachment.htm


More information about the jifty-devel mailing list