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
> "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)
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. :
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
Don't know what happens to my Mailclient, but there are some Spam Messages
attached, sorry!
Dennis
--
Dennis Rieks
[EMAIL PROTECTED]
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
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
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,
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
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)
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
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:
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?
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
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
>
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
# 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
17 matches
Mail list logo