[IPython-dev] Trunk in 100% test compliance
Fernando Perez
fperez.net at gmail.com
Tue Jul 27 16:21:15 EDT 2010
On Tue, Jul 27, 2010 at 12:21 PM, Brian Granger <ellisonbg at gmail.com> wrote:
> I did this yesterday and it is in trunk now:
> http://github.com/ipython/ipython/commit/595fc3b996f891ecc1a1996c598d15e47e6aac67
> But I did leave the top-level frontend directory with the qt subdirectory in
> place. Basically, it is organized like you expect. In my previous email,
> when I said IPython/frontend, I more mean "the appropriate things that used
> to be in in IPython/frontend". But yes, all the new stuff should still go
> into frontend as expected.
Ah, in fact the qt subdir is not there, because git won't keep empty
directories. So if you do a full clean when you switch to trunk
git clean -dfx
You'll see qt/ gone from frontend. Since I saw qt/ gone, I got
confused. But that's OK, when Evan/Gerardo add qt back it will be
fine.
Sorry for the misunderstanding.
Cheers,
f
More information about the IPython-dev
mailing list