Hi Gabor,

I think I've fixed it in r11325 ("Padre::Wx::Output was assuming too much
about its bottom").

Padre::Plugin::Plack was performing some contortions so that it could
(ab)use Padre::Wx::Output for its own output panel. I've
modified Padre::Wx::Output slightly so that it no longer always assumes that
the "bottom" panel you want to use to hold the output panel is
$main->bottom. That lets me revert the change that was causing badcode.t to
fail, and also removes the ugly hacks from the Plack plugin.

Cheers,

Patrick

On Mon, Apr 12, 2010 at 3:30 AM, Gabor Szabo <szab...@gmail.com> wrote:

> In http://smolder.plusthree.com/app/projects/smoke_reports/11 you can
> see that the xt/badcode.t test
> is failing since http://padre.perlide.org/trac/changeset/11299 due to
> the usage of
> Padre::Current where $self->current is available. There is a comment
> that this was
> introduced to avoid a crash in the Plack plugin.
>
> Could someone try to reproduce this crash in other environment?
>
> Patsmap, maybe the bug is in the Plack plugin after all?
>
> regards
>   Gabor
> _______________________________________________
> Padre-dev mailing list
> Padre-dev@perlide.org
> http://mail.perlide.org/mailman/listinfo/padre-dev
>
_______________________________________________
Padre-dev mailing list
Padre-dev@perlide.org
http://mail.perlide.org/mailman/listinfo/padre-dev

Reply via email to