# New Ticket Created by Joshua Isom
# Please include the string: [perl #37642]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/rt3/Ticket/Display.html?id=37642 >
Because src/rx.c and src/rxstacks.c being deleted from 0.3.1, and
lib/Parrot/Docs/Secti
Larry Wall wrote:
> On Mon, Nov 07, 2005 at 01:05:16PM +0100, TSa wrote:
> : With the introduction of kind capture variables ^T we could complety
> : drop the subtype special form. As you pointed out the adding of
> : constraints happens with the where clause anyway. Thus we return to
> : the usag
The 'find_type' opcode seems to return a positive integer for a PMC or
ParrotObject, and a negative integer for a Parrot datatype such as
"longlong".
How is this useful? If you are using 'find_type' to get an int to pass
to the 'new' opcode then you don't want the negative type numbers, and
if you
The following Perl gives Test::More 0.60 and 0.62 heartache:
$ perl -MTest::More=tests,1 -we'can_ok(undef,undef)'
1..1
Use of uninitialized value in concatenation (.) or string at
.../5.8.6/Test/More.pm line 501.
Use of uninitialized value in concatenation (.) or string at
.../5.8.6/Test/More.pm
"Will Coleda" <[EMAIL PROTECTED]> wrote:
I've done this now - hopefully it works?
Sorry, nope: :(
../../pbc_merge -o lib/tcllib.pbc lib/tcllib_temp.pbc lib/
tclbinaryops.pbc lib/tclcommand.pbc lib/tclcommandlist.pbc lib/
tclconst.pbc lib/tclfunc.pbc lib/tclops.pbc lib/tclvar.pbc lib/
tclwor
Hi,
It was pointed out to me that if you used load_bytecode with either PIR or
PASM then the debug info was wrong. This has now been sorted out. Also,
we've sometimes been getting line numbers wrong since the new calling scheme
went in, which has been fixed too. Plus other small boring twea
"Joshua Isom (via RT)" <[EMAIL PROTECTED]> wrote:
Because src/rx.c and src/rxstacks.c being deleted from 0.3.1, and
lib/Parrot/Docs/Section/C.pm not being updated to reflect it, make html
fails. Aside from some comments in the ChangeLog, there's not a
reference to those files in the 0.3.1 downl
- Updated the "Where we are" section.
- Added LANGUAGES.STATUS to the sidenav. (and it's now POD in the
repo to support this.)
- Added a link to Allison's file under docs.
- Fixed up all the PDD links (including adding the new ones.)
Anything in the "clip/" directory is marked "DRAFT", bot
Whee!
Yes, you can close the ticket.
On Nov 9, 2005, at 11:24 AM, Jonathan Worthington wrote:
"Will Coleda" <[EMAIL PROTECTED]> wrote:
I've done this now - hopefully it works?
Sorry, nope: :(
../../pbc_merge -o lib/tcllib.pbc lib/tcllib_temp.pbc lib/
tclbinaryops.pbc lib/tclcommand.pbc l
Will~
On 11/9/05, Will Coleda <[EMAIL PROTECTED]> wrote:
> - Updated the "Where we are" section.
>From this section: "check out This week on Perl 6 by Matt Fowles,"
that should also say "and Piers Cawley".
Thanks for keeping the website pretty, it is our public face.
Matt
Hi,
I've just dowloaded release 7917 from svn, and the compilation on Fedora
3 fails like this:
Compiling Pugs.Run ( src/Pugs/Run.hs, dist/build/src/Pugs/Run.o )
Skipping Pugs.CodeGen.PIR ( src/Pugs/CodeGen/PIR.hs,
dist/build/src/Pugs/CodeGen/PIR.o )
Skipping Pugs.Compile.Haskell (
On Nov 9, 2005, at 14:55, Roger Browne wrote:
The 'find_type' opcode seems to return a positive integer for a PMC or
ParrotObject, and a negative integer for a Parrot datatype such as
"longlong".
... and 0 for unknown types.
Yep. If you are unsure, if your name is a class name, test for the
The following is an attempt to put a number of Perl6 concepts into
practice, in order to see how useful and intuitive they actually are.
Complex numbers come in two representations: rectilinear coordinates
and polar coordinates:
class complexRectilinear {
has $.x, $.y;
method infix:+ ($a is c
I've taken a look at using Module::Pluggable to register configure
steps. The simplest way to do this is to let Module::Pluggable search
through the ./config directory. This requires renaming all of the .pl
configure files to .pm because of hardwired assumptions in
Module::Pluggable.
This is a w
14 matches
Mail list logo