if the property is realy set,
but I don't know how to do that.
Best regards
Gerd Pokorra
Hello!
Why is the do {...} literal added in Pugs 6.2.5?
It would be better that
loop {...} while EXPR;
loop {...} until EXPR;
would work, like it is written in Synopsis 4: Blocks and Statements
Gerd Pokorra
Hello,
I am using pugs 6.2.7. Is it already possible to find out if a
subroutine
was called in a void context. Does the want function provide this
feature.
Gerd Pokorra
For tests I want to add a new opcode to Parrot. I created a file
ops/my.ops and do the configuration and make again, but I don't find my
opcode in the file lib/Parrot/OpLib/core.pm. How to add a new opcode?
Can you give me an example.
Gerd Pokorra
pokorra[at]uni-siegen.de
Hello,
by executing the command "perl6 --tree" there is to seen the following
error message:
[EMAIL PROTECTED] perl6]$ perl ./perl6 --tree -e 'print "alf"';
Can't call method "tree" on an undefined value at ./perl6 line 418.
[EMAIL PROTECTED] perl6]$
The problem is that the function $par
The link to 'https://rakudo.org/files/rakudo' at the web-page
https://rakudo.org/files for 'Compiler Only Installation' is broken.
Clicking at the bottom 'Compiler Only Installation' due to:
500 - Server Error
-- Gerd
"parrot-config" in
parrot.spec should be changed to "parrot_config" or removed so that the
file parrot_config goes in the package with the name "parrot".
Gerd Pokorra
Hello,
I am sorry for the late response. I was some days offline. The patch is
now in a single patch file (generated with svn diff) and extended a
little bit.
Gerd Pokorra
patch.tar
Description: Unix tar archive
be changed.
for example:
$icushared = qq{-licui18n -lalpha\n};
to
$icushared = qq{-lalpha\n};
Gerd Pokorra
>
> Looks perfectly normal to me. Are you concerned because you got a
> stacktrace, and aren't used to getting one with Perl 5?
Yes, that is the reason why I am concerned. To see a stacktrace is not
what I am expecting by using the "die" function.
Gerd Pokorra
Hello,
here is some more information. I hope the added command output is
useful.
Gerd Pokorra
[EMAIL PROTECTED] tge]# ../../parrot
-g ../../runtime/parrot/library/PGE/Perl6Grammar
.pbc --output=TGE/Parser.pir TGE/Parser.pg
Segmentation fault
[EMAIL PROTECTED] tge]# ../../parrot
-t ../../runtime
Hello,
now a new information with backtrace.
Gerd Pokorra
[EMAIL PROTECTED] tge]$ gdb ../../parrot
GNU gdb Fedora (6.8-22.fc9)
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>
This is free software: you are f
e topic "Packages" at the link "FedoraCore".
Under the FTP-space "ftp://ftp.uni-siegen.de/pub/parrot.rpms/fedora"; I
put some parrot-RPMs for i386 and Fedora releases 7, 8 and 9.
Gerd Pokorra
Hello,
building pugs under Fedora 9 doesn't work. With every revision I get the
following error by executing the command "make":
Gerd Pokorra
[EMAIL PROTECTED] pugs]$ make
.
.
.
[1 of 1] Compiling Main ( src/Main.hs, src/Main.o )
Linking pugs.new ...
/us
Hello,
I suggest the little attached patch (diff -u) for the file
"languages/perl6/src/parser/grammar.pg", so that the following code
my $a = .2;
will also be accepted from Rakudo.
Gerd Pokorra
patch.tar
Description: Unix tar archive
he third with Perl 5
[EMAIL PROTECTED] parrot]$ perl -e 'my $a = E+3; print "$a\n"'
3
[EMAIL PROTECTED] parrot]$
I think E+3 = 3 make no sense.
Gerd Pokorra
Am Donnerstag, den 03.07.2008, 23:09 -0500 schrieb Patrick R. Michaud:
> On Fri, Jul 04, 2008 at 12:15:24AM +0200
There is a problem with the Rakudo "open" function. A else tree will
never be executed if the open fails. Here is the output from executing
the code snippet:
[gz...@vgerd2 IO]$ ./open_report.p6
Unable to open filehandle from path '/sdfasfda/asfda/asdfa/Ausgabe.txt'
in Main (file , line )
[gz...@v
Hi Neil,
there exists already packages in cygwin for rakudo and parrot. Reini
Urban put them in. I don't not know about the current version number.
But rakudo and parrot should build out of the box under Windows.
You don't need cygwin.
The last time I build Rakudo under Windows I installed:
MinG
"Truth is what stands the test of experience."
- Albert Einstein
On behalf of the Parrot team, I'm proud to announce Parrot 2.3.0 "Samoan
Lory." Parrot (http://parrot.org/) is a virtual machine aimed at running
all dynamic languages.
Parrot 2.3.0 is available on Parrot's FTP site, or follo
Here is a simple example that works.
#!/usr/bin/perl6
Q:PIR {
load_bytecode 'Digest/MD5.pbc'
.local pmc md5sum, md5print
md5sum = get_root_global ['parrot'; 'Digest'], '_md5sum'
$P0 = md5sum('foo')
md5print = get_root_global ['parrot'; 'Digest'], '_md5_print'
md5print($P0)
d
Am Mittwoch, den 09.06.2010, 16:24 +0200 schrieb Cosimo Streppone:
> On Wed, 09 Jun 2010 16:00:42 +0200, Gerd Pokorra
> wrote:
>
> > Here is a simple example that works.
> >
> > #!/usr/bin/perl6
> >
> > Q:PIR {
> > load_bytecode 'Digest/MD5.pbc
arrot'; 'Digest'], '_md5sum'
$P0 = md5sum('foo')
md5_sum_get = get_root_global ['parrot'; 'Digest'], '_md5_hex'
$S0 = md5_sum_get($P0)
say $S0
}
-- Gerd
Am Donnerstag, den 10.06.2010, 08:48 +0200 schrieb Gerd Pokorra:
> I t
On behalf of the Parrot team, I'm proud to announce Parrot 2.5.0
"Cheops". Parrot (http://parrot.org/) is a virtual machine aimed
at running all dynamic languages.
Parrot 2.5.0 is available on Parrot's FTP site, or follow the
download instructions at http://parrot.org/download. For those who
woul
On behalf of the Parrot team, I'm proud to announce Parrot 2.5.0
"Cheops". Parrot (http://parrot.org/) is a virtual machine aimed
at running all dynamic languages.
Parrot 2.5.0 is available on Parrot's FTP site, or follow the
download instructions at http://parrot.org/download. For those who
woul
The RPM "rakudo-star" is a replacement of the package "rakudo".
You will be able to install it on Fedora 13 or newer with:
> yum install rakudo-star
the next seven days it is in the updates-testing repository and you have
to use the option "enablerepo" for installing it from there:
> yum instal
The RPM "rakudo-star" is a replacement of the package "rakudo".
You will be able to install it on Fedora 13 or newer with:
> yum install rakudo-star
the next seven days it is in the updates-testing repository and you have
to use the option "enablerepo" for installing it from there:
> yum instal
On behalf of the Parrot team, I'm proud to announce Parrot 2.8.0
"Tui Parakeet". Parrot [0] is a virtual machine aimed
at running all dynamic languages.
Parrot 2.8.0 is available on Parrot's FTP site, or follow the
download instructions [1].
For those who would like to develop on Parrot, or help
On behalf of the Parrot team, I'm proud to announce Parrot 2.8.0 "Tui
Parakeet". Parrot [0] is a virtual machine aimed at running all dynamic
languages.
Parrot 2.8.0 is available on Parrot's FTP site, or follow the
download instructions [1].
For those who would like to develop on Parrot, or help
On behalf of the Parrot team, I'm proud to announce Parrot 2.9.0
"Red-masked".
Parrot [0] is a virtual machine aimed at running all dynamic languages.
Parrot 2.9.0 is available on Parrot's FTP site, or follow the
download instructions [1]. For those who would like to develop on
Parrot, or help dev
On behalf of the Parrot team, I'm proud to announce Parrot 2.9.0
"Red-masked".
Parrot [0] is a virtual machine aimed at running all dynamic languages.
Parrot 2.9.0 is available on Parrot's FTP site, or follow the
download instructions [1]. For those who would like to develop on
Parrot, or help dev
On behalf of the Parrot team, I'm proud to announce Parrot 2.10.1
"(bugfix release)." Parrot (http://parrot.org/) is a virtual machine
aimed at running all dynamic languages.
Parrot 2.10.1 is available on Parrot's FTP site, or by following the
download instructions at http://parrot.org/download.
On behalf of the Parrot team, I'm proud to announce Parrot 2.10.1
"(bugfix release)." Parrot (http://parrot.org/) is a virtual machine
aimed at running all dynamic languages.
Parrot 2.10.1 is available on Parrot's FTP site, or by following the
download instructions at http://parrot.org/download.
On behalf of the Parrot team, I'm proud to announce Parrot 3.2.0, also
known as "Nanday Parakeet". Parrot (http://parrot.org/) is a virtual
machine aimed at running all dynamic languages.
Parrot 3.2.0 is available on Parrot's FTP site
(ftp://ftp.parrot.org/pub/parrot/releases/devel/3.2.0/), or by
On behalf of the Parrot team, I'm proud to announce Parrot 3.4.0, also
known as "Pacific Parakeet". Parrot (http://parrot.org/) is a virtual
machine aimed at running all dynamic languages.
Parrot 3.4.0 is available on Parrot's FTP site
(ftp://ftp.parrot.org/pub/parrot/releases/devel/3.4.0/), or b
new.git]$
It is a rather beefy server. Should I try it with another Java?
Gerd Pokorra
Am Freitag, den 17.05.2013, 08:28 +0100 schrieb Nicholas Clark:
> So I can build Rakudo for the JVM no problem on a rather beefy server.
> When I tried it on a desktop with 2GB it fails:
>
> $ java
&
ge1/gen/QAST.nqp
java.lang.RuntimeException: java.lang.RuntimeException: Method code too
large!
in
in compile
in eval
in evalfiles
in command_eval
in command_line
in MAIN
in
in
Gerd Pokorra
Am Samstag, den 18.05.2013, 18:14 +0100 schrieb Nicholas Clark:
> On Sat, May 18, 2
n Nicholas.
-- Gerd Pokorra
Am Samstag, den 18.05.2013, 20:17 +0100 schrieb Nicholas Clark:
> On Sat, May 18, 2013 at 09:03:35PM +0200, Gerd Pokorra wrote:
> > Hello,
> >
> > I get the same error with the -Xmx1024m flag.
> >
> > > java -Xmx1024m -cp
> >
[rakudo.git]$ ./perl6 --version
This is perl6 version 2013.04-225-g7d2e5b4 built on JVM
[rakudo.git]$ time ./perl6 -e 'say "A simple test"'
A simple test
real0m5.161s
user0m9.387s
sys 0m0.799s
[rakudo.git]$ perl6 --version
This is perl6 version 2013.05 built on parrot 5.2.0 revision 0
star
Geladene Plugins: langpacks, refresh-packagekit
Installierte Pakete
rakudo-star.x86_64 0.0.2014.04_6.1.0-1.fc20
installed
[gz016@vgerd2 ~]$ perl6 --version
This is perl6 version 2014.04 built on MoarVM version 2014.04
[gz016@vgerd2 ~]$ perl6-p --version
This is perl6 version 2014.04 built on parrot 6.1.0 revision 0
[gz016@vgerd2 ~]$
Gerd Pokorra
Hello,
there is a problem to build the nqp Java backend on i686. I use openjdk
1.8. I try to build nqp-2015.04. The error do not occur at a 64 bit
system.
Gerd
[gz016@vlogin2 nqp]$ make
/usr/bin/perl -MExtUtils::Command -e mkpath gen/jvm/stage1
/usr/bin/perl tools/build/gen-cat.pl jvm src/QRege
:
> I too see this error when I try to build with Puppy Linux x86 using Java 8.
> But with Java 7 it builds fine.
>
> Sent from my iPhone
>
> > On May 16, 2015, at 6:09 AM, Gerd Pokorra wrote:
> >
> > Hello,
> >
> > there is a problem to build the nqp J
gh, lysdexsik, Kiran Kumar M., Jerry MacClure,
> > Noel Maddy, Christopher J. Madsen, Abhijit A. Mahabal,
> > Max Maischein, Peter Makholm, Ujwal Reddy Malipeddi, malon,
> > Christopher Malon, Dagfinn Ilmari Mannsåker, Michael Maraist,
> > Roie Marianer רועי מריאנר, markmont, Simon M
Done! URL: https://rt.perl.org/Ticket/Display.html?id=127040
-- Gerd
Am Sonntag, den 27.12.2015, 00:56 -0500 schrieb Will Coleda:
> Please send a bug report to rakudo...@perl.org; Thanks!
>
> On Sun, Dec 27, 2015 at 12:28 AM, Gerd Pokorra
> wrote:
> > The installation of
This bug is a duplicate of 127032.
At a more recent git checkout (commit
b5cb0054585a5ed2d61723d197923cb1e8a7f0ec) the command
./perl6-m tools/build/install-core-dist.pl <$(DESTDIR)$(PERL6_LANG_DIR)>
already works.
The command for the JVM backend fails:
./perl6-j tools/build/install-core-dist.pl
Hello,
was already someone successful to build a package (rpm) with the new
rakudo 2016.07.1 release?
I built and installed system packages for moarvm and nqp
(--prefix=/usr).
By building the rakudo package on top of it I have the following problem
with the new perl6 install-core-dist.pl script:
Hello,
sorry for the issue. By really using 2016.07.1 in place of 2016.07 it
works fine.
--Gerd
Am Dienstag, den 19.07.2016, 00:51 +0200 schrieb Gerd Pokorra:
> Hello,
>
> was already someone successful to build a package (rpm) with the new
> rakudo 2016.07.1 release?
>
Hello,
could you make it perfekt?
For building the package I have do disable the check of the BUILDROOT in
the spec file:
QA_SKIP_BUILD_ROOT=1
export QA_SKIP_BUILD_ROOT
Otherwise I get the following error message:
chmod --
755
/home/gz016/rpmbuild/BUILDROOT/rakudo-star-0.0.2016.07.1-1.fc23.x
47 matches
Mail list logo