Re: Another small task for the interested

2004-06-24 Thread Dan Sugalski
On Thu, 24 Jun 2004, Piers Cawley wrote: > Dan Sugalski <[EMAIL PROTECTED]> writes: > > > Sorry this one sat so long. (Piers reminded me with the summary) > > It worked then ' And not for the first

Re: Another small task for the interested

2004-06-24 Thread Piers Cawley
Dan Sugalski <[EMAIL PROTECTED]> writes: > 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

Re: Another small task for the interested

2004-06-24 Thread Leopold Toetsch
Ion Alexandru Morega wrote: In the mean time i fixed some things that were wrong, added a few functions and the tests. I found some weird things while doing this, probably bugs. So here's the patch i promised. Can you please rediff string.pmc - it is in the CVS already, but you did provide the w

Re: Another small task for the interested

2004-06-24 Thread Ion Alexandru Morega
Dan Sugalski wrote: 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 straigh

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: Another small task for the interested

2004-06-21 Thread Dan Sugalski
On Mon, 21 Jun 2004, Leopold Toetsch wrote: > Ion Alexandru Morega <[EMAIL PROTECTED]> wrote: > > > Hello, i'm new to this list and to parrot programming, so i decided to > > start with something simple. I implemented a String PMC that is pretty > > much complete, it compiles, but i haven't tested

Re: Another small task for the interested

2004-06-21 Thread Leopold Toetsch
Ion Alexandru Morega <[EMAIL PROTECTED]> wrote: > Hello, i'm new to this list and to parrot programming, so i decided to > start with something simple. I implemented a String PMC that is pretty > much complete, it compiles, but i haven't tested it yet. It would be > great if someone had a look at

Re: Another small task for the interested

2004-06-20 Thread Ion Alexandru Morega
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 straightforward, and would be a good way to get up to speed on writing PM