Re: wxWidgets and TAP processing (YAPC::EU?)

2008-08-09 Thread Gabor Szabo
On Sat, Aug 9, 2008 at 12:41 PM, Gabor Szabo <[EMAIL PROTECTED]> wrote:
> On Sat, Aug 9, 2008 at 12:10 PM, Eric Wilhelm
> <[EMAIL PROTECTED]> wrote:
>> # from Gabor Szabo
>> # on Friday 08 August 2008 02:05:
>>
>>>but I'd like to create a
>>>wxWidgets interface for TAP.
>>
>> Have you looked at wxCPANPLUS?
>>
>> I think Sam was just using a text widget for the harness output, but
>> perhaps hooking-in somewhere there is a good place to start.
>>
>> (And it should be nearly done because SoC is coming to and end *soon*.)
>
> Why is that TAP parser related to CPANPLUS?
>
> I know CPANPLUS must be something really cool, you just can't install
> it on 5.8.8:
>
> cpan> install CPANPLUS
>
> [...]
>
>  CPAN.pm: Going to build K/KA/KANE/CPANPLUS-0.84.tar.gz
>
> CPAN: CPAN::Reporter loaded ok (v1.13)
> Can't locate CPANPLUS/Backend.pm in @INC (@INC contains: inc
> inc/bundle lib /home/gabor/perl5lib/lib/i486-linux-gnu-thread-multi
> /home/gabor/perl5lib/lib /home/gabor/perl5lib/lib/perl/5.8.8 /etc/perl
> /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5
> /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8
> /usr/local/lib/site_perl .) at Makefile.PL line 64.
> BEGIN failed--compilation aborted at Makefile.PL line 64.


After learning about the FindBin bug and taking corrective actions I
managed to install
CPANPLUS and also CPANPLUS::Shell::Wx 0.03

Unfortunatelly I could not really run it as it is crashing on several actions.

Gabor


Re: wxWidgets and TAP processing (YAPC::EU?)

2008-08-09 Thread Gabor Szabo
On Sat, Aug 9, 2008 at 12:10 PM, Eric Wilhelm
<[EMAIL PROTECTED]> wrote:
> # from Gabor Szabo
> # on Friday 08 August 2008 02:05:
>
>>but I'd like to create a
>>wxWidgets interface for TAP.
>
> Have you looked at wxCPANPLUS?
>
> I think Sam was just using a text widget for the harness output, but
> perhaps hooking-in somewhere there is a good place to start.
>
> (And it should be nearly done because SoC is coming to and end *soon*.)

Why is that TAP parser related to CPANPLUS?

I know CPANPLUS must be something really cool, you just can't install
it on 5.8.8:

cpan> install CPANPLUS

[...]

  CPAN.pm: Going to build K/KA/KANE/CPANPLUS-0.84.tar.gz

CPAN: CPAN::Reporter loaded ok (v1.13)
Can't locate CPANPLUS/Backend.pm in @INC (@INC contains: inc
inc/bundle lib /home/gabor/perl5lib/lib/i486-linux-gnu-thread-multi
/home/gabor/perl5lib/lib /home/gabor/perl5lib/lib/perl/5.8.8 /etc/perl
/usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5
/usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8
/usr/local/lib/site_perl .) at Makefile.PL line 64.
BEGIN failed--compilation aborted at Makefile.PL line 64.


Gabor


Re: wxWidgets and TAP processing (YAPC::EU?)

2008-08-09 Thread Eric Wilhelm
# from Gabor Szabo
# on Friday 08 August 2008 02:05:

>but I'd like to create a
>wxWidgets interface for TAP.

Have you looked at wxCPANPLUS?

I think Sam was just using a text widget for the harness output, but 
perhaps hooking-in somewhere there is a good place to start.

(And it should be nearly done because SoC is coming to and end *soon*.)

--Eric
-- 
The only thing that could save UNIX at this late date would be a new $30
shareware version that runs on an unexpanded Commodore 64.
--Don Lancaster (1991)
---
http://scratchcomputing.com
---


Re: wxWidgets and TAP processing (YAPC::EU?)

2008-08-09 Thread Eric Wilhelm
# from nadim khemir
# on Saturday 09 August 2008 00:35:

>> I am not sure if this is related to the recent ascii-art discussion
>
>There was an ascii art discussion? where?

hehe.  Not like you mean.  Though maybe.  I was commenting on the 
recurring problem of formatting ever-more-complex diagnostic data (e.g. 
tables of diffs of deep hashes) on the terminal.

--Eric
-- 
"If you only know how to use a hammer, every problem begins to look like
a nail."
--Richard B. Johnson
---
http://scratchcomputing.com
---


Re: wxWidgets and TAP processing (YAPC::EU?)

2008-08-09 Thread nadim khemir
On Friday 08 August 2008 11.05.53 Gabor Szabo wrote:
> I am not sure if this is related to the recent ascii-art discussion
There was an ascii art discussion? where?

Cheers


wxWidgets and TAP processing (YAPC::EU?)

2008-08-08 Thread Gabor Szabo
I am not sure if this is related to the recent ascii-art discussion
but I'd like to create a
wxWidgets interface for TAP.

Actually, as some of might have heard I have started to write and IDE
for Perl called
Padre. It now even has a web site and public SVN repository:

http://padre.perlide.org/

One of the things I'd like to add is a way to run the unit tests of the
project being developed in Padre and then show it in some nice way
to the user.
It would probably make sense to also have a stand-alone
version of this test-runner for those few who will still use other tools.

So if anyone is interested in doing this, or helping me with this,
there are several options. One of them is to hack on this during and
after YAPC::EU
http://www.yapceurope2008.org/ye2008/wiki?node=PerlIDE

Otherwise, you are welcome to join me on the Padre project.

regards
   Gabor

-- 
Gabor Szabo http://szabgab.com/blog.html
Test Automation Tips http://szabgab.com/test_automation_tips.html