Millsa Erlas wrote:
I have thought of an interesting idea that may allow Perl 6 to make the
$, @, and % optional on many uses of variables. This involves simply
extending the function namespace to include all kinds of structures, and
thus the function namespace does not require symbols, they ar
On Sat, 04 Jun 2005 12:36:57 +0200, Leopold Toetsch <[EMAIL PROTECTED]> wrote:
> Parrot 0.2.1 "APW" Released!
>
> On behalf of the Parrot team I'm proud to announce another monthly
> release of Parrot and I'd like to thank all involved people as well as
> our sponsors for supporting us.
>
> The
I actually have Linux installed on this machine, but for reasons which
I'm not going to get into here I use Win98 for day-to-day computing. I
therefore took it as a challenge to get Parrot to build with crufty ol'
command.com.
I used MinGW 3.1.0-1 and ActivePerl 5.8.6.811 to build Parrot.
I conf
Hi!
On Sat, Jun 04, 2005 at 12:36:57PM +0200, Leopold Toetsch wrote:
> The release name stands for "Austrian Perl Workshop", which will take
> place on 9th and 10th of June in Vienna. It will have a french
> connection that is a live video stream to the French Perl Workshop
> happening at the sam
At 8:14 PM -0400 6/3/05, Chip Salzenberg wrote:
On Fri, Jun 03, 2005 at 02:55:52PM -0400, Dan Sugalski wrote:
Dan was expecting sane defaults, that is when I do addition with two
PMCs that haven't otherwise said they behave specially that the
floating point values of the two PMCs are retrieve
On 2005-06-04, Michael G Schwern <[EMAIL PROTECTED]> wrote:
> On Fri, Jun 03, 2005 at 02:04:50PM -0500, Pete Krawczyk wrote:
>> }How can I use 'prove' and Devel::Cover together? I tried:
>>
>> HARNESS_PERL_SWITCHES=-MDevel::Cover prove file.t
>
> Kinda surprised there's not a --cover switch.
I w
Sam Vilain wrote:
Hi all,
While I must start this post out by saying that I've never implemented
either STM or a garbage collector, during a discussion on #parrot (is
that channel logged?), a similarity between the two processes occurred
to me.
Not really. STM is a scheme to handle access t
I hope everything works as expected.
Have fun and thanks for all your contributions,
leo
Parrot 0.2.1 "APW" Released!
On behalf of the Parrot team I'm proud to announce another monthly
release of Parrot and I'd like to thank all involved people as well as
our sponsors for supporting us.
The release name stands for "Austrian Perl Workshop", which will take
place on 9th and 10th of Ju
Rod Adams wrote:
> It used to be
>
>&foo
>&foo
>
> but I seem to recall that there was a mild change that occurred. Or
> maybe I'm thinking about the adding of the colon for operators. I'm not
> certain, but it's something very close to the above.
Well, it doesn't seem ambiguous to me. Oper
On Fri, Jun 03, 2005 at 02:55:52PM -0400, Dan Sugalski wrote:
> Dan was expecting sane defaults, that is when I do addition with two
> PMCs that haven't otherwise said they behave specially that the
> floating point values of the two PMCs are retrieved and added
> together.
Is deriving from Flo
On Fri, Jun 03, 2005 at 02:04:50PM -0500, Pete Krawczyk wrote:
> }How can I use 'prove' and Devel::Cover together? I tried:
>
> HARNESS_PERL_SWITCHES=-MDevel::Cover prove file.t
Kinda surprised there's not a --cover switch.
--
Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~
On Fri, Jun 03, 2005 at 03:22:46PM +0100, Clayton, Nik wrote:
> I get this output:
>
> 1..2
> ok 1 - test 1
> not ok 2 - test 2
>
> # Failed test (test.pl at line 9)
> # Looks like you failed 1 test of 2.
>
> Notice the blank line between the "not ok 2" line and the first
Matt Fowles wrote:
[ thanks for your summary ]
Another summary can be found here: http://xrl.us/gban
... Discussions about specific solutions should and
religion should have a seperate thread.
I'll put together some more WRT:
4) variable sized register frames
During the discussion of con
I'll start putting together the monthly release in a minute. Please
refrain from svn ci in the next hours until further notice.
Thanks,
leo
Nick Glencross (via RT) wrote:
+if ($^O ne 'MSWin32') {
I'd much more prefer one of:
a) if $^O eq 'hpux'
b) fix the "copy" to preserve perms
Anyway, as hpux is still broken in several other places, I'll drop a
note in PLATFORMS and not apply the patch now.
leo
16 matches
Mail list logo