[IPython-dev] Helping battle testing the newapp branch

Fernando Perez fperez.net at gmail.com
Tue Jun 21 00:02:33 EDT 2011


On Mon, Jun 20, 2011 at 8:38 PM, MinRK <benjaminrk at gmail.com> wrote:
> Nothing looks at the Global config anymore. This is now
> application-level, in c.InteractiveShellApp.ignore_old_config I
> believe (I don't see these warnings with my default config).  Perhaps
> it should be moved to BaseIPythonApplication, though.

Yup, that works, thanks.  We should probably indicate the silencing
variable along with the warning msg (that's how I found out about the
right variable with the previous setup).

>> - I don't think we should print the profile name in the default case,
>> it's just noise.  I realize we now have a more consistent structure
>> for profiles and even the default case is now a profile, but we should
>> keep the amount of printed stuff to a minimum in the default cases.
>
> Easy enough, I'll do this before merging.

Great, thanks.

Cheers,

f



More information about the IPython-dev mailing list