An aside: I suspect that OS.pmc is going to grow beyond maintainability
(and fast loading) in the manner of Perl's POSIX module. But for now,
it's absolutely great that we're collecting each portability hack into
a single implementation.
On Sat, Jan 07, 2006 at 01:04:29PM -1000, Joshua Hoblitt wr
Joshua Isom (via RT) wrote:
Given the code
.sub main :main
$N0 = 3.14
$P0 = new .Integer
$P0 = $N0
print $P0
print "\n"
.end
this will print 3.14, not 3. The same occurs if using an S register
instead of an N register. This is with the latest revision.
Yep. That's
Please reopen this bug if we're still screwing up the CPAN indexer after
the next release. Thanks for bringing up this issue.
Cheers,
-J
--
> [EMAIL PROTECTED] - Sun Jan 01 18:44:33 2006]:
>
> Parrot::Configure::Step::genfile() currently interpolates values in the
> format ${foo}. This is undesirable because ${ BAREWORD } is valid perl5
> syntax and in make files it looks uncomfortable similar to $(foo). It
> should be changed to @f
On Jan 10, 2006, at 10:29 PM, Chip Salzenberg wrote:
On Sat, Jan 07, 2006 at 01:04:29PM -1000, Joshua Hoblitt wrote:
... More sophisticated behavior, like metadata replication, should
be left to another method (perhaps syscopy()) that has platform
specific
behavior(s).
My first thought was
On Wed, Jan 11, 2006 at 04:16:55PM -0500, Joshua Juran wrote:
> Since before System 7 (approaching two decades ago), Mac OS has had a
> system call that exchanges the contents of two files. The purpose of
> this call is to implement a 'safe save' strategy ...
Is this still a system call in Mac
On Jan 11, 2006, at 7:02 PM, Chip Salzenberg wrote:
On Wed, Jan 11, 2006 at 04:16:55PM -0500, Joshua Juran wrote:
Since before System 7 (approaching two decades ago), Mac OS has had a
system call that exchanges the contents of two files. The purpose of
this call is to implement a 'safe save' s
Perl 6 Summary for 2006-01-02 though 2006-01-09
All~
Welcome to another Perl 6 Summary. On a complete tangent, if you are
playing World of Warcraft and see a troll hunter named Krynna, she
rocks. She royally saved me. Be nice to her.
Perl 6 Compiler
PIL Containers and Roles
$ perl t/harness t/library/getopt_obj.t
t/library/getopt_objNOK 13
# Failed test (t/library/getopt_obj.t at line 559)
# got: '"argv" => ResizablePMCArray (size:7) [
# "--ignored",
# "-i",
# "--ignored=hello",
# "argv",
# "stay",
# "-",
# "with me"
# ]
#
# New Ticket Created by Matt Diephouse
# Please include the string: [perl #38208]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/rt3/Ticket/Display.html?id=38208 >
Backslashes don't escape single quotes in strings:
[EMAIL PROTECTED]:~/parrot$ ca
# New Ticket Created by Joshua Hoblitt
# Please include the string: [perl #38209]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/rt3/Ticket/Display.html?id=38209 >
- Forwarded message from Joshua Hoblitt <[EMAIL PROTECTED]> -
From: Joshua H
# New Ticket Created by Joshua Hoblitt
# Please include the string: [perl #38212]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/rt3/Ticket/Display.html?id=38212 >
The layout currently looks something like this:
--
repository snapshot / computed go
At 17:39 10/01/2006 +0100, Klaas-Jan Stol wrote:
Hi,
As you know, I've been playing with Lua for some time now, and my attempt
to write a Lua compiler targetting Parrot has not been completely
unsuccessful, but it was quite some work.
Anyway, at some point I realized that PIR looks very much
13 matches
Mail list logo