Re: C/C++ White-Box Unit Testing and Test::More

2004-06-23 Thread Piers Cawley
Andrew Pimlott <[EMAIL PROTECTED]> writes: > On Wed, Jun 09, 2004 at 08:18:30AM -0700, Ovid wrote: >> As for porting a Test::More style framework, I tried doing that with >> Python and was actually doing well with it, but I was shot down pretty >> quickly. > > Any specific reasons why (is the disc

our own decimal math lib

2004-06-23 Thread Uri Guttman
> "SB" == Scott Bronson <[EMAIL PROTECTED]> writes: SB> On Wed, 2004-06-23 at 08:12, Dan Sugalski wrote: >> The license issues there require that the full source of GMP ship with any >> binary copy. (the license has no "provide a place to fetch it" >> provision--the source is required)

Re: This fortnight's summary

2004-06-23 Thread Scott Bronson
On Wed, 2004-06-23 at 08:12, Dan Sugalski wrote: > The license issues there require that the full source of GMP ship with any > binary copy. (the license has no "provide a place to fetch it" > provision--the source is required) Which would make the Gameboy version > of Parrot somewhat cumbersome. :

[CVS ci] Pie-thon 2 - 7

2004-06-23 Thread Leopold Toetsch
I've checked in some objects changes that allow subclassing of (non-ParrotClass) PMCs: .local pmc MyInt getclass $P0, "Integer" subclass MyInt, $P0, "MyInt" .local pmc i . $I0 = find_type "MyInt" i = new $I0 i = 5# builtin set_integer_native print i # overridden __get_string

Re: Q: class name hashes

2004-06-23 Thread Dennis Rieks
Don't know what happens to my Mailclient, but there are some Spam Messages attached, sorry! Dennis -- Dennis Rieks [EMAIL PROTECTED]

Re: Q: class name hashes

2004-06-23 Thread Dennis Rieks
On Wednesday 23 June 2004 16:19, Dan Sugalski wrote: > > > Yeah. We probably ought to go rename the PMC classes to have Parrot > > > prefixes. > > > > Ack. But ParrotResizableIntegerArray :( > > Yeah, I know. It's nasty. :( > > I suppose for internal things we could use a "non-legal" prefix charact

Re: Another small task for the interested

2004-06-23 Thread Dan Sugalski
On Sun, 20 Jun 2004, Ion Alexandru Morega wrote: > Dan Sugalski wrote: > > I checked in more of PDD 17, detailing parrot's base types. Some of > > those types definitely don't exist (like, say, the string and bignum > > type...) and could definitely use implementing. Should be fairly > > straightf

Re: This fortnight's summary

2004-06-23 Thread Dan Sugalski
On Wed, 23 Jun 2004, The Perl 6 Summarizer wrote: > Bignums! > Dan asked for a volunteer to get Bignums working. Alin Iacob stepped up > to the plate. Leo suggested that, rather than starting from > types/bignum.c, it might be better to use an existing, maintained, maths > (Look,

Re: Q: class name hashes

2004-06-23 Thread Dan Sugalski
On Tue, 22 Jun 2004, Leopold Toetsch wrote: > Dan Sugalski <[EMAIL PROTECTED]> wrote: > > On Tue, 22 Jun 2004, Leopold Toetsch wrote: > >> I think both should use just interpreter->class_hash. OTOH putting PMC > >> names into this one hash makes it more likely that we get name > >> collisions for

Re: [perl #30414] [PATCH] make realclean and .cvsignore fixes

2004-06-23 Thread Dennis Rieks
On Wednesday 23 June 2004 15:19, Jens Rieks wrote: > > Attached is a patch with the things that are not committed. > Can you please explain what it is supposed to do? -$(DYNEXT_DIR)/$(LIBNCI_SO) +$(LIBNCI_SO) The definition of $(LIBNCI_SO) is allready LIBNCI_SO = $(DYNEXT_DIR)/libnci$(SO)

Re: [perl #30414] [PATCH] make realclean and .cvsignore fixes

2004-06-23 Thread Jens Rieks
On Tuesday 22 June 2004, Dennis Rieks wrote: > # New Ticket Created by Dennis Rieks > # Please include the string: [perl #30414] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org:80/rt3/Ticket/Display.html?id=30414 > > > > Hi, > > added just some missin

Re: cmd line like switches for functions and operators.

2004-06-23 Thread Juerd
Luke Palmer skribis 2004-06-22 16:32 (-0600): > &*rename.wrap -> $orig, $new, *%opt { > say "Renaming '$orig' to '$new'" if %opt{'verbose' | 'v'}; > call; > } Would it be possible to just add a named argument, without repeating any part of the existing signature? Like:

Re: cvs commit: parrot/src call_list.txt

2004-06-23 Thread Leopold Toetsch
Chromatic <[EMAIL PROTECTED]> wrote: > On Tue, 2004-06-22 at 11:03, Leopold Toetsch wrote: >> > More NCI definitions needed to make things pass on OS X. >> Thanks. I really shouldn't forget to update call_list.txt. > Would figuring out how to make the PPC JIT set up NCI calls help with > that?

Re: [perl #30412] [PATCH] setting representation in PIO_reads

2004-06-23 Thread Leopold Toetsch
Bernhard Schmalhofer <[EMAIL PROTECTED]> wrote: > since a couple of days 'Parrot m4' is having some problems. > One thing I noticed, were parrot crashes when doing a 'substr' on string > read in from a file. > I presume that this occured because the string representation was not > set in 'PIO_read

Re: cvs commit: parrot/src call_list.txt

2004-06-23 Thread Dan Sugalski
On Tue, 22 Jun 2004, chromatic wrote: > On Tue, 2004-06-22 at 11:03, Leopold Toetsch wrote: > > > > More NCI definitions needed to make things pass on OS X. > > Thanks. I really shouldn't forget to update call_list.txt. > > Would figuring out how to make the PPC JIT set up NCI calls help with >

This fortnight's summary

2004-06-23 Thread The Perl 6 Summarizer
The Perl 6 Summary for the fortnight ending 20040621 Good evening. You find me typing away in a motel room on the edge of the Lake District on the shortest night of the year. I suppose, by rites, I should be spending the night by some stone circle drinking, dancing and generally mak

[perl #30412] [PATCH] setting representation in PIO_reads

2004-06-23 Thread via RT
# New Ticket Created by Bernhard Schmalhofer # Please include the string: [perl #30412] # in the subject line of all future correspondence about this issue. # http://rt.perl.org:80/rt3/Ticket/Display.html?id=30412 > Hi, since a couple of days 'Parrot m4' is having some problems. One thing I