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


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 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 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 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