On Fri, 22 Apr 2005, Stevan Little wrote:
>
> On Apr 22, 2005, at 11:20 AM, Andy Dougherty wrote:
> > > So if TODO_ALL_FOR_RELEASE is true, we just have 'proclaim' treat all
> > > failures as TODO. Sounds effective enough.
> >
> > I'm probably misunderstanding, but this sounds *too* effective.
Have at it, everyone. I haven't made any changes in weeks, but figured
I'd better release what I've got just to get it out there.
xoa
Begin forwarded message:
From: PAUSE <[EMAIL PROTECTED]>
Date: April 22, 2005 10:55:57 PM CDT
To: cpan-testers@perl.org
Subject: CPAN Upload: P/PE/PETDANCE/Test-H
On Fri, 22 Apr 2005, Nathan Gray wrote:
> On Thu, Apr 21, 2005 at 02:24:29PM -0400, Stevan Little wrote:
> > On Apr 21, 2005, at 12:00 PM, Nathan Gray wrote:
> > >I don't quite understand the global/env variable idea. Can you explain
> > >that in more detail?
> >
> > It could be something as sim
Matt skribis 2005-04-22 14:20 (-0400):
> Well why can't you define the functions like so:
Because a URI scheme ends in :. It http: followed by anything other than
// should fail because it is invalid, not fall back to file handling.
IFF you're handling URIs.
> multi sub open ($u of Str wher
On Fri, 22 Apr 2005 11:42:10 -0400, Larry Wall <[EMAIL PROTECTED]> wrote:
You speak of "open" as if it must be a single function. We're now
living in the age of MMD, so what you're asking for is a no-brainer.
If we decided to we could even do MMD with constraints:
multi sub open ($u of Str whe
Larry Wall skribis 2005-04-22 9:47 (-0700):
> : > my $page <== io("http://www.wall.org/~larry";);
> : "IO" used in this way denies that there's non-stream-based IO too.
> How so? Where's the xor?
Good point.
Juerd
--
http://convolution.nl/maak_juerd_blij.html
http://convolution.nl/make_ju
On Fri, Apr 22, 2005 at 09:32:55AM -0700, Larry Wall wrote:
Thank you for your detailled answer. I still don't get what you mean
by "[] pattern matching arguments".
Do you mean smart pattern matching on composite values?
>
> A lot of features are making it into Perl 6 that have historically
François PERRAD <[EMAIL PROTECTED]> wrote:
> At 14:34 22/04/2005 +0200, you wrote:
>>Try to insert these lines:
>>
>> PIO_flush(interpreter, PIO_STDOUT(interpreter));
>> PIO_flush(interpreter, PIO_STDERR(interpreter));
> Not possible in the function internal_exception() because 'interpreter' i
Dan Sugalski <[EMAIL PROTECTED]> wrote:
> I'm not *100%* sure this would be a win, but I'm finding that I'm
> currently writing an awful lot of code in my set_pmc vtable methods
> that is suspiciously MMD-like. As such, I think adding assignment to
> the list of MMD functions might not be a bad ide
All infix operations are now converted to the new scheme. The most
visible part of the change is that infix operations now *can* return a
new destination PMC:
Px = n_add Py, Pz# create new Px as sum(Py, Pz)
and that overloaded infix functions have to return the result.
For Python, Lisp and
Larry Wall skribis 2005-04-22 8:42 (-0700):
> multi sub open ($u of Str where /^http:/, [EMAIL PROTECTED]) returns
> Handle {...}
> Though that would potentially be problematic if you wanted to open
> a file whose name started with "http:"
open "./http://...";;
open "file://$CWD/http
On Fri, Apr 22, 2005 at 01:15:35PM +0200, Stéphane Payrard wrote:
: Hi,
:
: I am making a presentation about Perl6 this week end. My point will
: be: the next generation of applicative languages will be scripting
: languages because they have come of age.
:
: Alternatives don't cut it anymore.
On Apr 22, 2005, at 11:20 AM, Andy Dougherty wrote:
On Fri, 22 Apr 2005, Nathan Gray wrote:
On Thu, Apr 21, 2005 at 02:24:29PM -0400, Stevan Little wrote:
On Apr 21, 2005, at 12:00 PM, Nathan Gray wrote:
I don't quite understand the global/env variable idea. Can you
explain
that in more detail?
I
I'm not *100%* sure this would be a win, but I'm finding that I'm
currently writing an awful lot of code in my set_pmc vtable methods
that is suspiciously MMD-like. As such, I think adding assignment to
the list of MMD functions might not be a bad idea.
--
Dan
--
On Apr 22, 2005, at 8:51 AM, Nathan Gray wrote:
On Thu, Apr 21, 2005 at 02:24:29PM -0400, Stevan Little wrote:
On Apr 21, 2005, at 12:00 PM, Nathan Gray wrote:
I don't quite understand the global/env variable idea. Can you
explain
that in more detail?
It could be something as simple as this:
%*EN
Larry Wall wrote:
I should point out that we're still contemplating breaking .foo() so it
no longer means $_.foo(). I wish there were more keys on my keyboard...
I know it's a bit counter-cultural, but at the moment I'm wondering
if we can make this work instead:
given open 'mailto:[EMAIL PROT
On Fri, 22 Apr 2005 15:09:21 -0400, Juerd <[EMAIL PROTECTED]> wrote:
Matt skribis 2005-04-22 14:44 (-0400):
mailto isn't something you can "open" really, for read at least.
No, but writing to it ought to simplify things :)
given open 'mailto:[EMAIL PROTECTED]' {
.say(q0:to<.>
FYI: I've added three lines to tnx.nl's 404 handler:
/^A\d\d$/ and $_ = "http://dev.perl.org/perl6/apocalypse/$_.html"; and
next;
/^E\d\d$/ and $_ = "http://dev.perl.org/perl6/exegesis/$_.html"; and
next;
/^S\d\d$/ and $_ = "http://dev.perl.org/perl6/synopsis/$_.html"; an
From: Cory Spencer <[EMAIL PROTECTED]>
Date: Fri, 22 Apr 2005 10:45:17 -0600 (MDT)
> -> (defun (square x) (* x x))
> [...]
> *** ERROR: SQUARE is not a function name
>
> Is that because (a) that's not implemented yet or (b) I'm doing
> something wrong? I haven't found the t
Matt skribis 2005-04-22 14:44 (-0400):
> We're talking about the *built-in* functions here, right?
I don't know.
> Anyway, is there any other URI scheme besides for mailto: that doesn't use
> <://>?
I don't know, but if you want to find this out,
http://www.iana.org/assignments/uri-schemes is
On Fri, Apr 22, 2005 at 11:28:06AM +0200, Juerd wrote:
: Which brings me to the following: can open please use the same kind of
: $file, so that open $filehandle just checks $filehandle's mode and
: returns $filehandle again? That way, every library function that accepts
: a filename automatically
At 14:34 22/04/2005 +0200, you wrote:
François" PERRAD <[EMAIL PROTECTED]> wrote:
> The line "Null PMC access in invoke()" jumps at the end after the
> backtrace, and it's unexpected.
Ah yep. Mixing stderr/stdout in tests a PITA.
> I try the following patch,
Try to insert these lines:
PIO_flush(i
Andy,
I think you are misunderstanding me.
On Apr 22, 2005, at 2:57 PM, Andy Dougherty wrote:
Yes it would, but it would be a tool only used for release (if at
all). And
Pugs common practice it to mask all failures in the release.
Not exactly (again, assuming I understand this all correctly). It
On Fri, Apr 22, 2005 at 09:09:21PM +0200, Juerd wrote:
: Matt skribis 2005-04-22 14:44 (-0400):
: > We're talking about the *built-in* functions here, right?
:
: I don't know.
:
: > Anyway, is there any other URI scheme besides for mailto: that doesn't use
: > <://>?
:
: I don't know, but if y
On Fri, 22 Apr 2005 21:31:03 -0400, Larry Wall <[EMAIL PROTECTED]> wrote:
given open 'mailto:[EMAIL PROTECTED]' {
^say(...);
^close or fail;
}
That almost makes sense, given that $^a is like $_. It also points
vaguely
upward toward some antecedent. I could maybe get used
On Fri, Apr 22, 2005 at 05:53:48PM +0200, Juerd wrote:
: > I kinda like the IO::All module, except for how it overloads < and >.
: > my $page <== io("http://www.wall.org/~larry";);
:
: "IO" used in this way denies that there's non-stream-based IO too.
How so? Where's the xor?
: Waiting for
On Fri, Apr 22, 2005 at 08:13:58PM +0200, Stéphane Payrard wrote:
> On Fri, Apr 22, 2005 at 09:32:55AM -0700, Larry Wall wrote:
>
> Thank you for your detailled answer. I still don't get what you mean
> by "[] pattern matching arguments".
> Do you mean smart pattern matching on composite value
-> (defun (square x) (* x x))
[...]
*** ERROR: SQUARE is not a function name
Is that because (a) that's not implemented yet or (b) I'm doing
something wrong? I haven't found the time to delve into the source
yet.
Oops, that wasn't supposed to have made it in there - I haven't finished
up macros y
On Fri, 22 Apr 2005 14:24:25 -0400, Juerd <[EMAIL PROTECTED]> wrote:
Because a URI scheme ends in :. It http: followed by anything other than
// should fail because it is invalid, not fall back to file handling.
IFF you're handling URIs.
multi sub open ($u of Str where /^mailto:\/\//, [EMAI
Juerd skribis 2005-04-22 16:11 (+0200):
> Those are for identifiers, so we don't end up with one function using :r
> and another using :read. That'd be inconsistent.
Although readline should not be made rline, and I still think both :r
and :read should work!
Bool +$read is short
or preferrab
Aaron Sherman skribis 2005-04-22 10:00 (-0400):
> On Fri, 2005-04-22 at 07:46, Juerd wrote:
> > Can we together compile a list of accepted abbreviations, so they can be
> > consistently applied?
> Are you suggesting that these are accepted by the compiler or by us (for
> discussion)?
By us. Mostly
On Fri, 2005-04-22 at 07:46, Juerd wrote:
> Can we together compile a list of accepted abbreviations, so they can be
> consistently applied?
Are you suggesting that these are accepted by the compiler or by us (for
discussion)?
> Some may be source of discussion, in which case I think it's better
François" PERRAD <[EMAIL PROTECTED]> wrote:
> Add parrot utils (pdump, pdb, pbc_info, disassemble)
> Remove obsolete files.
Thanks, applied.
leo
Francois PERRAD <[EMAIL PROTECTED]> wrote:
> Small patch for building and coping pge.dll with MinGW.
Thanks, applied.
leo
François" PERRAD <[EMAIL PROTECTED]> wrote:
> The line "Null PMC access in invoke()" jumps at the end after the
> backtrace, and it's unexpected.
Ah yep. Mixing stderr/stdout in tests a PITA.
> I try the following patch,
Try to insert these lines:
PIO_flush(interpreter, PIO_STDOUT(interprete
On Thu, Apr 21, 2005 at 02:24:29PM -0400, Stevan Little wrote:
> On Apr 21, 2005, at 12:00 PM, Nathan Gray wrote:
> >I don't quite understand the global/env variable idea. Can you explain
> >that in more detail?
>
> It could be something as simple as this:
>
> %*ENV = 1;
>
> It is really just a
Can we together compile a list of accepted abbreviations, so they can be
consistently applied?
I'll begin with the most basic ones:
arefarray reference
boolboolean
const constant
elemelement
err error
fh filehandle
func
Hi,
I am making a presentation about Perl6 this week end. My point will
be: the next generation of applicative languages will be scripting
languages because they have come of age.
Alternatives don't cut it anymore. Indeed C and C++ are memory
allocation nightmare; Java and C# don't have read-ev
# New Ticket Created by FranÃois PERRAD
# Please include the string: [perl #35084]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/rt3/Ticket/Display.html?id=35084 >
This patch allows the inclusion of ICU DLL in the installer.
Francois Perrad.
inn
# New Ticket Created by FranÃois PERRAD
# Please include the string: [perl #35083]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/rt3/Ticket/Display.html?id=35083 >
With parrot r7902 (compiled with MinGW), ActivePerl 5.8.6 (build 811), on
Win2000.
Larry Wall skribis 2005-04-21 15:50 (-0700):
> There's one minor problem with -r -w $file, which is that it evaluates
> right-to-left, which is going to surprise some people who think they
> want to say
> -e -r $file
> when they really mean
> -r -e $file
It doesn't have to, of course. The
On Fri, Apr 22, 2005 at 09:24:51AM +0200, Michele Dondi wrote:
: Speaking of which, I like to think of (some) adverbs in terms of cmd line
: switches, and maybe it's just me, but I think it would be extremely useful
: to have a full set of tricky ones providing reasonable defaults
: (user-overri
Cory Spencer <[EMAIL PROTECTED]> wrote:
> http://www.sprocket.org/pcl/pcl-0.1.0.tar.gz
Below is a patch against 0.1.0
- handle a command line file argument:
$ cat t.lisp
(print (+ 2 3))
$ ../parrot lisp.imc t.lisp
5
- use a FixedPMCArray for cons
- much faster _LIST_LENGTH (not that I
On Fri, Apr 22, 2005 at 07:59:57AM +0200, Uwe Voelker wrote:
> >I'd like to announce the creation of the Parrot Common Lisp project,
>
> Let's port emacs to it :-)
Erik Naggum, is that you?
--
Lars Balker RasmussenConsult::Perl
I'd like to announce the creation of the Parrot Common Lisp project,
Let's port emacs to it :-)
Bye,
Uwe
During conversion of the MMD functions the last attacked group
(logical_or, _and, _xor) turned out to be the toughest. Not because of
the functionality per se, but due to the fact that a passed in
destination PMC ought to get the value of the result.
1) semantics of assign
This is achieved by V
Matt Diephouse <[EMAIL PROTECTED]> wrote:
> -> (* 2 3)
> 9
See my reply to Cory's mail.
leo
Cory Spencer <[EMAIL PROTECTED]> wrote:
> I've encountered some multimethod dispatch funnyness tonight. The
> included code which one would expect to produce a value of 1 ends up
> printing a value of 3.
It wasn't really a MMD problem, but the already described problem of an
Integer being either
On Thu, 21 Apr 2005, Larry Wall wrote:
: perl -lne 'print if -e :q'
It seems to me that -e «$_» would handle most of these cases, as long as
whitespace always comes in quoted so that you always end up with one word.
I would say this is hardly the case for the kind of file lists I was
referring to.
49 matches
Mail list logo