Alan,
> The attached patch should quieten some of the grumbling. It's entirely
> comments, so should not have any functional impact.
The patch wasn't attached. Could you try again?
Thanks,
Paul
On 22/01/2008, chromatic <[EMAIL PROTECTED]> wrote:
> On Monday 21 January 2008 08:58:25 Paul Cochrane wrote:
>
> > when building parrot on Solaris I get most of the way through the
> > build, but right at the end, building pbc_to_exe fails with the
> > following o
_config.o
>
This is interesting as it's the same problem I'm having on Solaris:
$(LIBPARROT_STATIC) isn't getting expanded. Except Solaris complains
that the '(' shouldn't be there. See RT#50066.
Paul
but no better results.
>
> [parrot] 566 $ MACOSX_DEPLOYMENT_TARGET=10.4
> [parrot] 567 $ echo $MACOSX_DEPLOYMENT_TARGET
> 10.4
>
You also need to export the variable. Assuming you have bash or zsh, try:
$ export MACOSX_DEPLOYMENT_TARGET=10.4
HTH,
Paul
at least four years).
>
>Anyone mind if I chuck it?
What about updating it so it works? We already have a .deb-related
target and it'd be a good idea to have the rpm-based distros also able
to install Parrot nicely. Is it worth our while getting Parrot added
to Fedora/OpenSuse in addition to Debian?
Just my 0.02 Euro...
Paul
--- Larry Wall <[EMAIL PROTECTED]> wrote:
> Besides $^_ is just uglier than anything else I've seen today...
lol -- I thought of it as a rather cute peeking-wink with a cauliflower
ear, but that's probably much more cutesiness than we want to encourage
in our language design.
===
code Pg
> ok 3 - Pg class exists
> Method 'connectdb' not found for invocant of class 'Pg'
> current instr.: 'main' pc 67 (t/library/pg.t:48)
Hrm, this is something I saw on FreeBSD. However, on that platform it
actually fails the test rather than hanging...
Paul
st go back to svn then...
Thanks for keeping a watchful eye on things :-)
Paul
Jim,
> Given Joshua's comments, should we still be considering this patch?
My guess is no. The compiler warning is probably gone by now anyway.
Paul
ly use 'interp', as well as changing
> > internal_exception()s to real_exceptions(), here are some patches
> > affecting platforms I (unfortunately) don't have access to, so I can't
> > test them (platforms are: hppa, ia64, ppc and arm). Could someone
> > please
On 16/03/2008, James Keenan via RT <[EMAIL PROTECTED]> wrote:
> Paul,
>
> I see that you touched src/pmc/pair.pmc after your last post in this thread.
>
>
> r22490 | paultcochrane | 2007-10-25 16:
rot/parrot.h"
> >
> > just before the other include statement in gcc_pcc.c and see if things
> > make (after realclean) nicely for you?
> >
> >
>
>
> Paul,
>
> I guess I had difficulty editing and applying this patch. Hence, my
> non-respo
On 16/03/2008, James Keenan via RT <[EMAIL PROTECTED]> wrote:
> Joshua, Paul:
>
> Can you give us an update on the status of patch still?
As far as I remember, it still needs to be tested on the various runcores.
Paul
t builds fail on ppc. Sounds
> like reverting r26636 will result in a successful build... testing that now.
IIRC there's a special flag one can set inside Makefile.pm (I think...
:-/ ) which will allow this dependency to only be added for x86
platforms. My guess is that this would be the appropriate way to get
this patch working on all platforms.
Paul
the name of the test Module
> > # that would open the door for Scheme::Test
> >
> > This needs to be implemented.
>
> I think that no action needs to be taken on that, so I removed that idle
> comment.
That means we can close this ticket or?
Paul
'm seeking answers to are:
* Is there a document that describes the current p6l exception hierarchy?
My searching skills seem to be impaired today.
* Does anyone have any input they'd like to make before I start fleshing out
the hierarchy for p5 autodie?
* Is this an appropriate
home tonight. ;)
Cheerio,
Paul
--
Paul Fenwick <[EMAIL PROTECTED]> | http://perltraining.com.au/
Director of Training | Ph: +61 3 9354 6001
Perl Training Australia| Fax: +61 3 9354 2681
t would
be nice to avoid gratuitous divergence if we can.
I'm not sure actually sure if we've avoided divergence yet, but unless
there's any barotrauma due to the sudden change in pressure, I'll continue
to throw autodie exception-related plans to p6l as they happen. ;)
die. I've
marked myself down a TODO item to make sure there's a big barrage of tests
to ensure that $@ still contains what we expect at the end of each exception
handling block.
Cheerio,
Paul
--
Paul Fenwick <[EMAIL PROTECTED]> | http://perltraining.com.au/
Director of
--- On Tue, 3/24/09, John Macdonald wrote:
> The graphene logo inspires me to suggest that a carbon
> ring be used as the logo for Parrot...
A carbon ring also has the advantages that it's regognizable as a very small
logo, even as just a favicon.ico, and can be reasonably if stylistically
r
--- On Tue, 3/24/09, jason switzer wrote:
> Basically, the perl community has largely adopted TIMTOWTDI
So how about a "Tim the Toady"? :)
===
Hodges' Rule of Thumb: Don't expect reasonable behavior from anything with a
thumb.
uture
release."
OK - strictly speaking that's talking about intervening nested
aggregates.
--
Paul Johnson - p...@pjcj.net
http://www.pjcj.net
--- On Thu, 7/9/09, Moritz Lenz wrote:
> . . .
> Somehow the current file test syntax, 'filename' ~~ :e, looks like a not
> well-though-out translation of Perl 5's syntax, -e 'filename'.
> Apart from totally feeling wrong to me,
Dunno about totally. I'm still trying to get a P6 mindset, but the
rts lots of
swapping activity.
Anybody have any ideas what might be happening?
Thanks,
Paul
- Original Message
> From: Carl Mäsak
> To: Paul Simon
> Cc: perl6-us...@perl.org
> Sent: Sun, November 22, 2009 11:08:45 AM
> Subject: Re: trouble building rakudo
>
> Paul (>):
> > I try building rakudo from git clone git://github.com/rakudo/rakudo.g
- Original Message
> From: Geoffrey Broadwell
> To: Paul Simon
> Cc: Carl Mäsak ; perl6-us...@perl.org
> Sent: Sun, November 22, 2009 12:35:13 PM
> Subject: Re: trouble building rakudo
>
> On Sun, 2009-11-22 at 08:15 -0800, Paul Simon wrote:
> > The syst
I'm not sure about qqx because I too am a fledgling perl6 programmer, but
the run routine returns a Proc object that has an exitcode method.
my $proc = run 'ls', 'dir!';
$proc.exitcode.say;
Right in the documentation the following is stated as wel
\d and both match Unicode characters as well.
If that's not the intention then it's best to be explicit.
die("Horribly") unless "9.b1" ~~ / <[0-9]+> % '.' /;
Typing from my phone so unable to test the above***
On Thu, Aug 2, 2018, 12:56 AM ToddAndMargo wrote:
> Hi All,
>
> If there are any l
$end_y < .start_y || $start_x > .end_x ||
$start_y > .end_y || $end_x < .start_x
}).so;
On Thu, Nov 8, 2018 at 4:27 PM Paul Procacci
wrote:
> I don't like this:
>
>
> for %!panels<>:k {
> die Some::Exception.new.throw
>unless $start_y > %
Hi Laurent,
I certainly appreciate the other potential references. I will certainly
explore them.
You got me thinking now about what would be considered the most optimal.
I'll explore that on my own and if I feel the need report any huge
descrepancies.
Thanks for the response!
~Paul
O
ts for an alternative name.
(It's quite apparent this is a very different language at the very
least syntactically & I'm inclined to join others I've read in saying
"Yes")
Paul
# New Ticket Created by "Paul Brown"
# Please include the string: [perl #117911]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org:443/rt3/Ticket/Display.html?id=117911 >
Hello,
I was wondering if it would be possible to suggest a
I was using 2015.01 star, and, yes, Virgin UK is the ISP.
The URL ( http://ecosystem-api.p6c.org/projects.json ) returns a 200 + HTML
content. The ISP form to get it unblocked says "2-3 weeks for a resolution".
Ugh!
cheers
Paul
-Original Message-
From: Steve Mynott [mailto
kudo).
BTW: doc.perl6.org is a good resource for documentation of the currently
implemented parts of the spec. The written spec has also come to mean
"speculation" rather than "specification". The specification is basically
the roast test suite at present.
Hope that helps,
Paul
===
BTW: please don't use the shortcut 'v6;': AFAIU it's been deprecated in
favour of 'use v6;'
Hope this helps a bit.
Cheers,
Paul
ns up quite a bit of info.
Cheers,
Paul
46e88 built on MoarVM version
>2015.03
>
>Best regards,
>
>-Tom
Hi Tom,
I believe what you are looking for is called $*PROGRAM_NAME. See also
http://doc.perl6.org/language/variables#Special_Variables
Cheers,
Paul
Hi Tom,
On Sat, May 30, 2015 at 09:03:17AM -0500, Tom Browder wrote:
> On Sat, May 30, 2015 at 8:30 AM, Tobias Leich wrote:
> > Please also take a look at $*EXECUTABLE, $*PROGRAM and $*PROGRAM_NAME.
>
> Tobias, I didn't find $*PROGRAM in the doc listed by Paul:
>
&
14, 7) = "jumped from";
jumped
> $s.say
The black cat jumped from the green tree
As far as I know, not all of its behaviour has been implemented yet (FWIW it
looks like it shouldn't have returned "jumped" above; my guess is that it
should have been "climbed". Nevertheless, it seems to do that which you're
looking for.
Hope that helps!
Cheers,
Paul
2/Str.html
thanks, Bruce, for the examples! I've added these to the doc.perl6.org
documentation. The entry for substr-rw should appear in roughly half an
hour.
Cheers,
Paul
println)
> Like print except with an added newline.
A way to tell if an IO-type handle (so socket, filehandle, pipe etc) is
seekable.
[Apologies in advance if it already exists & I’ve missed it]
Paul
in the last 18 months) and has the advantage of already
existing. I'm not convinced that Perl6 needs a list separate to Perl5.
--
Paul Johnson - p...@pjcj.net
http://www.pjcj.net
ere is a TPF presence in GSoC and/or
GCI next year, please raise your hand, jump around, shout and, above
all, start doing whatever is necessary to make that happen.
--
Paul Johnson - p...@pjcj.net
http://www.pjcj.net
le)" suite. It is currently at Rakudo version 2015.11 however work
is in progress to get more recent Rakudo releases packaged.
Hope that helps a bit.
Cheers,
Paul
my $number = 42;
my $ones-complement = +^$number;
my $twos-complement = +^$number + 1;
~Paul
On Sat, Jun 7, 2025 at 11:26 AM Will Coleda wrote:
>
> (You may have to manually paste that URL, gmail cut off the trailing ^ here
> when I clicked on my own link)
>
> On Sat, Jun 7,
> basic.t 2/2
> basic_2.obj : error LNK2001: unresolved external symbol
> _internal_exception
I thought I submitted a patch for this to the bug list but I guess it was
eaten or malformatted... the list of exported symbols for win32
(config/gen/libparrot_def/libparrot_def.in) only includes the emb
# New Ticket Created by "Paul Du Bois"
# Please include the string: [perl #17775]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt2/Ticket/Display.html?id=17775 >
Some of the tests in t/src fail to run in win32 because the tests
Hello,
I am writing an XSLT 2.0 processor, and I want to give users the
option to write their own message and error handling routines and the
like in their favourite scripting language. So I thought of using
parrot.
But when I look at http://www.parrotcode.org/docs/embed.html, I can
see no way of
> "Jeff" == Jeff Horwitz <[EMAIL PROTECTED]> writes:
Jeff> you'll probably want to use the Parrot_call_sub_* API to
Jeff> call individual subroutines and get return values. "perldoc
Jeff> extend.c" in the parrot source for more info. you might
Thanks - I'll take a look at that.
> "Autrijus" == Autrijus Tang <[EMAIL PROTECTED]> writes:
Autrijus> You may wish to use Parrot_call_sub's "SS" form, where
Autrijus> you pass in a string and get back a string.
I take it SS stands for String-to-String?
Which section within http://www.parrotcode.org/docs/ covers this
> "Jeff" == Jeff Horwitz <[EMAIL PROTECTED]> writes:
>> Why's that a but? Haskell's a good language.
Jeff> no argument there -- just assumed you were looking for
Jeff> examples in C! :)
Actually, examples in any language are fine.
I'm actually writing in Eiffel, but I shall use
>>>>> "Autrijus" == Autrijus Tang <[EMAIL PROTECTED]> writes:
Autrijus> On Tue, May 17, 2005 at 03:00:14PM +0100, Colin Paul
Autrijus> Adams wrote:
>> But when I look at http://www.parrotcode.org/docs/embed.html, I
>> can see n
I've nearly got my first Eiffel program with an embedded parrot VM to compile
- well, actually, it DOES compile, just one remaining link problem,
which I can't figure out:
gcc -o hello -O2 -m486 -pipe
-I/opt/Eiffel55/studio/spec/linux-glibc2.1/include -I.
-I/home/colin/parrot/include -I/home/co
> "Jeff" == Jeff Horwitz <[EMAIL PROTECTED]> writes:
Jeff> you need to link with src/parrot_config.o (a recent change).
Thanks, that did the trick.
--
Colin Adams
Preston Lancashire
This function declaration does not appear to have a definition.
I commented out the declaration, in order to get my code to compile.
Is this the right thing to do? embed.c has a reference to it commented out.
--
Colin Adams
Preston Lancashire
> "Autrijus" == Autrijus Tang <[EMAIL PROTECTED]> writes:
Autrijus> You may wish to use Parrot_call_sub's "SS" form, where
Autrijus> you pass in a string and get back a string. Something
Autrijus> like this:
Autrijus> my $interp = Parrot_new(undef);
Autrijus> # .
> "Jeff" == Jeff Horwitz <[EMAIL PROTECTED]> writes:
>> What headers do I need to read for the parrot_find_global call?
Jeff> Parrot_PMC is the public type, and behind the scenes it's
Jeff> defined as PMC *.
Jeff> all you should need to include is embed.h, extend.h and for
> "Jeff" == Jeff Horwitz <[EMAIL PROTECTED]> writes:
Jeff> all you should need to include is embed.h, extend.h and for
Jeff> now, resources.h. i'm actually working on fleshing these
Jeff> files out to be more consistent wrt the public API.
I'm getting real close now.
But I'm hav
>>>>> "Colin" == Colin Paul Adams <[EMAIL PROTECTED]> writes:
>>>>> "Jeff" == Jeff Horwitz <[EMAIL PROTECTED]> writes:
Colin> Can't make 'UTF-8' charset strings
Colin> Despite what the documentation sa
> "Leopold" == Leopold Toetsch <[EMAIL PROTECTED]> writes:
Leopold> Yeah. I'm sorry to say that: you are just hitting a part
Leopold> of Parrot labeled "under (re)construction" and the docs
Leopold> aren't all up to date.
>> So does that mean I'm limited to singlebyte string
>>>>> "Autrijus" == Autrijus Tang <[EMAIL PROTECTED]> writes:
Autrijus> On Tue, May 17, 2005 at 03:00:14PM +0100, Colin Paul
Autrijus> Adams wrote:
>> But when I look at http://www.parrotcode.org/docs/embed.html, I
>> can see n
>>>>> "Autrijus" == Autrijus Tang <[EMAIL PROTECTED]> writes:
Autrijus> On Fri, May 20, 2005 at 10:34:39AM +0100, Colin Paul
Autrijus> Adams wrote:
>> I have a problem with this - namely that the function is
>> variadic,
>>>>> "Leopold" == Leopold Toetsch <[EMAIL PROTECTED]> writes:
Leopold> Colin Paul Adams <[EMAIL PROTECTED]> wrote:
>> I have a problem with this - namely that the function is
>> variadic, and the interface generator can't cop
I am trying to work out how to compile a perl script using pugs.
(Am I on the right mailing list?)
If I do pugs -h, then it suggests to me the -C option will do the
trick, but does not say what value the backend might be.
But I'm also having trouble running the script. It runs OK with perl
5, but
> "Autrijus" == Autrijus Tang <[EMAIL PROTECTED]> writes:
Autrijus> You may wish to use Parrot_call_sub's "SS" form, where
Autrijus> you pass in a string and get back a string. Something
Autrijus> like this:
Autrijus> my $interp = Parrot_new(undef);
Autrijus> # .
>>>>> "Leopold" == Leopold Toetsch <[EMAIL PROTECTED]> writes:
Leopold> Colin Paul Adams <[EMAIL PROTECTED]> wrote:
>> I have a problem with this - namely that the function is
>> variadic, and the interface generator can't cop
> "Dan" == Dan Sugalski <[EMAIL PROTECTED]> writes:
Dan> So, I see four real options:
Dan> 1) Someone fixes the Eiffel interface generator to understand
Dan> C variadic functions. 2) We provide a function and method
Dan> call interface that assumes you've already pre-filled i
> "Leopold" == Leopold Toetsch <[EMAIL PROTECTED]> writes:
Leopold> What's the difference WRT va_list? If the interface code
Leopold> can stuff things into an array, it sould as well be able
Leopold> to prepare a va_list.
You are quite right. I'll harass the author of the interfac
>>>>> "Leopold" == Leopold Toetsch <[EMAIL PROTECTED]> writes:
Leopold> Colin Paul Adams wrote:
>>>>>>> "Leopold" == Leopold Toetsch <[EMAIL PROTECTED]> writes:
Leopold> What's the difference WRT va_list?
> "Leopold" == Leopold Toetsch <[EMAIL PROTECTED]> writes:
Leopold> BTW (again) which interface generator for which Eiffel?
Oops. I missed that last bit.
All current Eiffel compilers are supported.
--
Colin Adams
Preston Lancashire
>>>>> "Colin" == Colin Paul Adams <[EMAIL PROTECTED]> writes:
>>>>> "Leopold" == Leopold Toetsch <[EMAIL PROTECTED]> writes:
Leopold> What's the difference WRT va_list? If the interface code
Leopold> can stuff
I'm getting the following error message:
Cross-type string appending (fixed_8/ascii) (fixed_8/ascii) unsupported
Just looking at the text alone suggests an incorrect error text (at
best).
--
Colin Adams
Preston Lancashire
The advantage of Lua (at least for my project, which is a game) is that it
is quite easy to embed, and quite easy to customize. The C API is small and
easily understandable (at the expense of being a little bit of a pain to
use), and the internals are simple and quite malleable. The language itse
Jerome Quelin <[EMAIL PROTECTED]> writes:
> And the minibuffer tells me:
> Symbol's function definition is void: line-beginning-position
>
> I'm using xemacs 21.4.14
You could put something like:
(defalias 'line-beginning-position 'point-at-bol)
in your XEmacs init file.
How about defining a co
> Now it works, I can use spaces and returns. But while fontifying, I get:
>
> (5) (warning/warning) Error caught in `font-lock-pre-idle-hook':
> (invalid-regexp Invalid syntax designator)
How about this fix:
Index: pir-mode.el
===
> Works like a charm. Thanx a lot.
> Does it still works with emacs?
Yes, as far as I can tell.
> If yes, then do you have commit rights?
I don't have commit rights.
There are further changes I would like to make to pir-mode.el, mostly
simple bug-fixes and clean-ups.
> > There are further changes I would like to make to pir-mode.el, mostly
> > simple bug-fixes and clean-ups.
>
> Then, send the whole patch and I'll apply it for you.
Here you go:
--- pir-mode.el 17 Aug 2004 15:59:49 +0100 1.2
+++ pir-mode.el 03 Oct 2004 15:03:28 +0100
@@ -5,19 +5,34
I did it! Yay :-) This will hopefully reduce the noise on parrot-
porters.
Thanks, applied (only slightly modifie) as r15442.
style/settings information. If the exception to the coding standard is
accepted, I'll apply this patch, and update the
CodeLayout::UseParrotCoda policy to match.
Comments most definitely welcome,
Paul
pdd07_perl_coda.patch
Description: Binary data
On Thu Nov 16 14:00:58 2006, [EMAIL PROTECTED] wrote:
> The TODO (XXX,FIXME) items which are already associated with an RT
> ticket number in tcl need to be changed across to the
> easier-to-search-for RT#... format.
Done in r15651.
Paul
might be a good idea for
future automated searches.
Paul
perl version is 5.6.2. it's time these get be
> converted to 'use warnings;', except where the '-w' is appropriate
> (eg. one-liners)
> ~jerry
A new Perl::Critic policy has been added which checks for 'perl -
w' (TestingAndDebugging::ProhibitShebangWarningsArg). The source now
passes this test as of revisions: r15861-8
Paul
Patches applied as of revisions r15848, r15860, and r15871.
Thanks,
Paul
Resolved in r40511
On Sat Dec 16 07:56:02 2006, ptc wrote:
> Resolved in r40511
This should be: Resolved in r16122
Resolved in r16125.
On Wed Oct 11 06:47:14 2006, particle wrote:
> On 10/11/06, Paul Cochrane <[EMAIL PROTECTED]> wrote:
> > > i'm not 100% sure this is the right thing to do, either. the most
> > > recent version of "perl 6 and parrot essentials" still makes
reference
>
ly to put the "coda" at
the beginning of the file just after the shebang line?
Paul
Jerry,
Did you get around to opening the tickets you mentioned here? If so, I
think we can close this ticket. If not, do you want to sketch out the
ideas for the tickets you want opened? I can then go through the
donkey work of opening them for you if you want.
Paul
On Fri Jul 28 12:20:30
Resolving this ticket as all the todo/skip markers have been factored
out of the p5 and p6 regex test files, and the patches made as a result
of the initial patch and discussion thereafter have been applied.
Thanks for your help!
On Sat Dec 16 10:29:32 2006, [EMAIL PROTECTED] wrote:
> Ensured the makefile doesn't allow a make install and added myself to
> the CREDITS file.
Thanks! Applied in r16140 and r16141
Paul
Eric,
> Added make reallyinstall target
> Added help text for make reallyinstall target
> Fixed make install target
It seems that you've provided two different patches to do this (the
first looks like an svn diff, and the second a plain normal diff),
which one do you want applied?
Paul
Thanks! Applied in r16183.
e-dirs "
#. "-Wvariadic-macros "
#. "-Wno-discard-qual "
#. "-Wno-pointer-sign "
I was wondering if you knew which version(s) of gcc these work for so
that I can make the appropriate changes to config/auto/gcc.pm and have
them i
On Wed Jul 12 08:05:52 2006, [EMAIL PROTECTED] wrote:
> turning up the warnings levels in gcc as much as we can
Applied (mostly) in r16195 and r16196. I'll close the ticket as soon
as I know where the extra flags I mentioned earlier should go.
Thanks heaps for the patch!
Paul
don't see the warning messages you mention (other than the
extra one above). Do you still want this patch applied?
Paul
On Wed Dec 20 14:21:52 2006, coke wrote:
> Whatever you were able to apply is fine.
Applied in 16211, thanks!
by imcc maintainers, when parser
> and lexer changes are made. it's not expected that anyone other than
> these maintainers have bison or flex installed--this is why they're in
> the repository.
>
> therefore, these files should not be mentioned in MANIFEST.generated,
> and must be mentioned in MANIFEST.
> ~jerry
>
Everything should be back as of revision 16482.
Paul
enerated perl files.
I'll attack the C-language files soon.
Regards,
Paul
801 - 900 of 1010 matches
Mail list logo