On Thu, Jan 17, 2008 at 01:18:32PM -0800, [EMAIL PROTECTED] wrote:
> +contents. Non-container types define truthiness much as Perl 5 does.
Except -0.0 ?
(Which is a bit of a problem in Perl 5 - if the internals think that it's
a number, it's false. If it manages to get stringified, it now is tr
On Tue Jan 29 19:42:15 2008, [EMAIL PROTECTED] wrote:
>
> Does C_LIBS have -lreadline included?
>
> Allison
>
Here's how 'libs' evolves over the course of configuration on my ibook.
Tracing evolution of libs ...
init::manifest =>
init::defaults => -lgdbm -ldbm -ldl -lm -lc
init::install =
On Tue Jan 29 19:42:15 2008, [EMAIL PROTECTED] wrote:
>
> Does C_LIBS have -lreadline included?
>
No, it does not.
C_LIBS = -lm -lgmp
Which is not surprising. If you recall, the result set by
auto::readline in the spewing case was 'no'. So with your patch
readline is not being found.
(B
About half a year ago I posted my idea of a program that explains Perl 6
syntax:
http://www.nntp.perl.org/group/perl.perl6.users/2007/07/msg621.html
Differing from my first post I know think that the best idea is to
really parse a Perl 6 program with a fully fledged parser, and emit some
kind of
# New Ticket Created by Will Coleda
# Please include the string: [perl #50398]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=50398 >
The recent PCCMETHOD -> METHOD update in the pdd17pmc branch breaks
tcl, since there is a
# New Ticket Created by Jerry Gay
# Please include the string: [perl #50400]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=50400 >
C:\usr\bin\perl-5.8.8\bin\perl.exe -e "" >PGE\builtins_gen.pir
..\..\parrot
# New Ticket Created by Stephane Payrard
# Please include the string: [perl #50402]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=50402 >
Doing a perl Configure.pl after a make realclean, I get :
Recording configuration d
On Wed, Jan 30, 2008 at 04:08:04PM +0100, Moritz Lenz wrote:
: About half a year ago I posted my idea of a program that explains Perl 6
: syntax:
:
: http://www.nntp.perl.org/group/perl.perl6.users/2007/07/msg621.html
:
: Differing from my first post I know think that the best idea is to
: really
Larry Wall wrote:
> On Wed, Jan 30, 2008 at 04:08:04PM +0100, Moritz Lenz wrote:
> : About half a year ago I posted my idea of a program that explains Perl 6
> : syntax:
> :
> : http://www.nntp.perl.org/group/perl.perl6.users/2007/07/msg621.html
> :
> : Differing from my first post I know think t
Moritz Lenz wrote:
> I just ran
> ../../parrot perl6.pbc --target=past t/01-sanity/02-counter.t
> and it seems that I'm able to reconstruct the basic structure (I can
> identify operators and variables and their position in the source code,
> for example), but for example it stores variables this
On Wed Jan 30 07:26:13 2008, cognominal wrote:
> Doing a perl Configure.pl after a make realclean, I get :
>
> Recording configuration data for later retrieval...value for
> 'revision' in config/gen/config_pm/myconfig.in is undef at
> lib/Parrot/Configure/Compiler.pm line 392, <$in> line 1.
>
Ca
Or, better still:
make realclean
svk update
perl Configure.pl --verbose-step=61 --test
Author: larry
Date: Wed Jan 30 10:56:27 2008
New Revision: 14497
Modified:
doc/trunk/design/syn/S05.pod
Log:
At suggestion of monomorph++, clarified that token termination via derives
from || semantics
Modified: doc/trunk/design/syn/S05.pod
=
On Jan 30, 2008 10:36 AM, Moritz Lenz <[EMAIL PROTECTED]> wrote:
>
> Larry Wall wrote:
> > On Wed, Jan 30, 2008 at 04:08:04PM +0100, Moritz Lenz wrote:
> > : Do you have any idea how I may circumvent the problem?
> > :
> > : I had some thoughts, but none appear to be a good solution:
> > : * build
Hi,
I've taken time to look over the patch properly now. I said it would be
good as I patch for the .perl method and that I'd apply it with the name
change, but it actually needs a little more than that. Basically, rather
than just joining the values, you need to loop over them and call .perl
On Wed, Jan 30, 2008 at 07:47:18PM +0100, Moritz Lenz wrote:
: particle++ told me to try --target=parse instead, and that's pretty much
: verbose and all I should ever need ;-)
Hmm, yes, but *only* if that switch merely augments information without
destroying information, and doesn't otherwise cha
# New Ticket Created by Andy Dougherty
# Please include the string: [perl #50408]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=50408 >
I happened to look in $TMPDIR today. The directory had *hundreds* of odd
files and di
On Wed Jan 30 11:48:41 2008, doughera wrote:
> I happened to look in $TMPDIR today. The directory had *hundreds* of odd
> files and directories. Poking around a bit, I deduced that parrot's 'make
> test' is mostly to blame. At least some of the files were put there by
>
> t/configure/044-sl
Attached are patches to embed.c and runops_cores.c
The embed.c patch also includes an attempt to clarify another comment.
(It's not obvious that the code is doing all that the comment claims, but
I didn't investigate that.)
--
Email and shopping with the feelgood factor!
55% of income to go
On Wed Jan 30 11:48:41 2008, doughera wrote:
>
> I haven't figured out what's creating the other things yet. One
> directory appears to contain a complete copy of MANIFEST.
> Other directories contain lib/Parrot/Config.pm, lib/Parrot/Revision.pm,
> and DEVELOPING. Still other directories are e
# New Ticket Created by Will Coleda
# Please include the string: [perl #50414]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=50414 >
Attempted to convert lua to use the new METHOD syntax. Went fairly
well, despite having t
On Wednesday 30 January 2008 14:11:32 Will Coleda wrote:
> What's the proper method for invoking this from inside a PMC (hoping
> for simpler syntax)? or in straight C? (the problem points are in the
> the luanumber's MMD section).
Parrot_PCCINVOKE, or just PCCINVOKE.
-- c
On Jan 30, 2008 10:11 AM, via RT Will Coleda
<[EMAIL PROTECTED]> wrote:
> # New Ticket Created by Will Coleda
> # Please include the string: [perl #50398]
> # in the subject line of all future correspondence about this issue.
> # http://rt.perl.org/rt3/Ticket/Display.html?id=50398 >
>
>
>
> The r
More C function documentation (src/runops_cores.c, src/embed.c)
contributed by Alan Rocker committed in r25372.
On Jan 30, 2008 5:19 PM, chromatic via RT
<[EMAIL PROTECTED]> wrote:
>
> On Wednesday 30 January 2008 14:11:32 Will Coleda wrote:
>
> > What's the proper method for invoking this from inside a PMC (hoping
> > for simpler syntax)? or in straight C? (the problem points are in the
> > the luanumber's
On Wednesday 30 January 2008 16:25:28 Will Coleda wrote:
> Oh, you mean the thing that's listed in docs/dev/pccmethods.pod ?
I have to read that just about every time I use it too. As I most recently
read it on Saturday, it was fresh in my mind. Otherwise I'd have been almost
as confused as y
No one commented unfavorably on this patch, so I suspect that the only
way we're really going to find out if it's okay is to apply it to trunk
and see if it breaks any smokes. Applied in r25376.
On Wednesday 30 January 2008 16:35:59 [EMAIL PROTECTED] wrote:
> Author: jkeenan
> Date: Wed Jan 30 16:35:59 2008
> New Revision: 25374
>
> Modified:
>trunk/t/manifest/02-regenerate_file.t
>trunk/t/manifest/03-regenerate_skip.t
>trunk/t/steps/init_headers-01.t
>trunk/t/steps/init_m
I have identified a relatively few instances in the tests I have written
where I used tempfile() without UNLINK =>1 or tempdir() without CLEANUP
=> 1. I have fixed those situations. I have then done make realclean,
perl Configure.pl --test and checked to see whether any files were
created under /
> One directory appears to contain a complete copy of MANIFEST.
Other directories contain lib/Parrot/Config.pm, lib/Parrot/Revision.pm,
I think those may come from the post-configure revision tests - they use
File::Tmp (er, sorry, no source here) and now have a 'remove' flag set
but if they
Attached patch to pmc.c
--
Email and shopping with the feelgood factor!
55% of income to good causes. http://www.ippimail.comIndex: src/pmc.c
===
--- src/pmc.c (revision 25371)
+++ src/pmc.c (working copy)
@@ -472,7 +472,9 @@
On Wednesday 30 January 2008 07:11:32 Will Coleda wrote:
> The recent PCCMETHOD -> METHOD update in the pdd17pmc branch breaks
> tcl, since there is a lone METHOD there.
> But then fails at runtime:
>
> % ../../parrot tcl.pbc
>
> unable to assign self to this type
> current instr.: '__list' pc 25
James Keenan via RT wrote:
On Tue Jan 29 19:42:15 2008, [EMAIL PROTECTED] wrote:
Does C_LIBS have -lreadline included?
No, it does not.
C_LIBS = -lm -lgmp
Which is not surprising. If you recall, the result set by
auto::readline in the spewing case was 'no'. So with your patch
readlin
Resolved. Patch applied in r23581.
On Wed Jan 30 18:36:27 2008, [EMAIL PROTECTED] wrote:
>
> Try manually adding -lreadline to the test compile in auto::readline and
> see what happens.
>
This is what I did:
Index: config/auto/readline.pm
===
--- config/auto/readl
35 matches
Mail list logo