Re: Are sigils required?

2017-05-25 Thread Gabor Szabo
thanks! Gabor "impatient" Szabo On Fri, May 26, 2017 at 9:27 AM, Brent Laabs wrote: > You didn't keep reading far enough. > >> For information on variables without sigils, see sigilless variables. >> https://docs.perl6.org/language/variables#Sigilless_variables > > On Thu, May 25, 2017 at 11:10

Re: Are sigils required?

2017-05-25 Thread Brent Laabs
You didn't keep reading far enough. > For information on variables without sigils, see sigilless variables . > https://docs.perl6.org/language/variables#Sigilless_variables On Thu, May 25, 2017 at 11:10 PM, Gabor Szabo wrote: > http

Are sigils required?

2017-05-25 Thread Gabor Szabo
https://docs.perl6.org/language/variables says: "Variable names can start with or without a special character called a sigil," But then in the examples all 3 have sigils. How can a variable have no sigil? Gabor

Re: Compiling Rakudo in parallel

2017-05-25 Thread Gabor Szabo
That just confuses me :( Do I need to type make -j 4 and hope for some concurrency? or export MAKEFLAGS="-j2 --load-average=2" make as I was pointed to off-list? Would someone update the README that comes with Rakudo Star with this information, please? regards Gabor On Fri, May 26, 201

Re: Compiling Rakudo in parallel

2017-05-25 Thread Timo Paulssen
Sadly, the majority of rakudo's and nqp's compilation is serialized (due to the dependencies between the individual pieces). If you build more than one backend at the same time, i.e. moar + jvm, you can build both in parallel. On the other hand, the biggest chunk of time is spent compiling the co

[perl #131361] [LTA] error message about numbers starting with 0 talks about octal, but that's not what I meant (say 02)

2017-05-25 Thread Zoffix Znet via RT
On Thu, 25 May 2017 05:35:42 -0700, alex.jakime...@gmail.com wrote: > Code: > say 02 > > Result: > Potential difficulties: > Leading 0 does not indicate octal in Perl 6. Please use 0o2 if you > mean that. > at -e:1 > --> say 02⏏ > 2 > > > To see the problem with this error messag

[perl #131361] [LTA] error message about numbers starting with 0 talks about octal, but that's not what I meant (say 02)

2017-05-25 Thread Zoffix Znet via RT
On Thu, 25 May 2017 05:35:42 -0700, alex.jakime...@gmail.com wrote: > Code: > say 02 > > Result: > Potential difficulties: > Leading 0 does not indicate octal in Perl 6. Please use 0o2 if you > mean that. > at -e:1 > --> say 02⏏ > 2 > > > To see the problem with this error messag

[perl #131363] [LTA] Using dot instead of a semicolon as a statement end (say ‘hello’.)

2017-05-25 Thread Zoffix Znet via RT
On Thu, 25 May 2017 05:58:39 -0700, alex.jakime...@gmail.com wrote: > Code: > say ‘hello’. > say 42 > > Result: > ===SORRY!=== Error while compiling -e > Two terms in a row > at -e:2 > --> say⏏ 42 > expecting any of: > infix > infix stopper > postfix > state

[perl #131363] [LTA] Using dot instead of a semicolon as a statement end (say ‘hello’.)

2017-05-25 Thread Zoffix Znet via RT
On Thu, 25 May 2017 05:58:39 -0700, alex.jakime...@gmail.com wrote: > Code: > say ‘hello’. > say 42 > > Result: > ===SORRY!=== Error while compiling -e > Two terms in a row > at -e:2 > --> say⏏ 42 > expecting any of: > infix > infix stopper > postfix > state

Re: [perl #131363] [LTA] Using dot instead of a semicolon as a statement end (say ‘hello’.)

2017-05-25 Thread Brandon Allbery
On Thu, May 25, 2017 at 8:58 AM, Aleks-Daniel Jakimenko-Aleksejev < perl6-bugs-follo...@perl.org> wrote: > Arguably, it can probably figure out that . was used instead of ;. The > problem is that . is interpreted as an infix, and therefore it only blows > up when it sees the next occurrence of two

[perl #131367] [LTA] .splice method candidate error

2017-05-25 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #131367] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=131367 > Something's fishy going on with .splice. It feels like a multi without any candidates. I

Compiling Rakudo in parallel

2017-05-25 Thread Gabor Szabo
Hi, is it possible to run any of the compilation and installation phases of Rakudo in parallel? (eg. so the "make" will use all the cores in my Linux machine) Gabor

[perl #131366] [BUG] Mixining in Blob role gives "P6opaque: missing attribute protocol in compose"

2017-05-25 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #131366] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=131366 > IRC: https://irclog.perlgeek.de/perl6-dev/2017-05-25#i_14636647 16:02 Zoffix m: class

[perl #131365] [IO] IO::Handle.getc returns too-many chars at the end of file

2017-05-25 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #131365] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=131365 > IRC: https://irclog.perlgeek.de/perl6-dev/2017-05-25#i_14636375 Note how the last item in

Re: [perl #131363] [LTA] Using dot instead of a semicolon as a statement end (say ‘hello’.)

2017-05-25 Thread Parrot Raiser
My apologies for accidental top-posting; I forgot to uncheck the "include quoted" box.

Re: [perl #131363] [LTA] Using dot instead of a semicolon as a statement end (say ‘hello’.)

2017-05-25 Thread Parrot Raiser
"Warning; old COBOL programmer has escaped" :-)* On 5/25/17, Aleks-Daniel Jakimenko-Aleksejev wrote: > # New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev > # Please include the string: [perl #131363] > # in the subject line of all future correspondence about this issue. > # https://rt.per

Re: [perl #131362] [LTA] Can “Cannot modify an immutable X” error message also include the value? (42 = $x)

2017-05-25 Thread Parrot Raiser
"I think a good error message would be “Cannot modify an immutable Int (42)”, or whatever else which includes the value itself." Agree. Wherever possible, error messages should show exactly what upset them. The authors of the message generator know what they're complaining about, but that doesn't

[perl #131363] [LTA] Using dot instead of a semicolon as a statement end (say ‘hello’.)

2017-05-25 Thread via RT
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev # Please include the string: [perl #131363] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=131363 > Code: say ‘hello’. say 42 Result: ===SORRY!=== Error while compiling

[perl #131362] [LTA] Can “Cannot modify an immutable X” error message also include the value? (42 = $x)

2017-05-25 Thread via RT
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev # Please include the string: [perl #131362] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=131362 > Code: my $x; $x = 50; 42 = $x Result: Cannot modify an immutable Int

[perl #131361] [LTA] error message about numbers starting with 0 talks about octal, but that's not what I meant (say 02)

2017-05-25 Thread via RT
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev # Please include the string: [perl #131361] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=131361 > Code: say 02 Result: Potential difficulties: Leading 0 does not

[perl #131360] [LTA] error message when forgetting the initial curly quote (say hello world’)

2017-05-25 Thread via RT
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev # Please include the string: [perl #131360] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=131360 > Code: say hello world’ Result: ===SORRY!=== Error while compiling -e

Task::Popular was Re: Task::Star and Panda

2017-05-25 Thread Richard Hainsworth
On the IRC channel, Zoffix raised a very valid point: currently some of the "popular" modules overlap. I don't want to have any curation, or human intervention in the selection. But Zoffix is right, both JSON::Tiny and JSON::Fast are "popular" but J::Fast is a drop-in replacement for J::Tiny,

Re: Task::Star and Panda

2017-05-25 Thread Gabor Szabo
On Thu, May 25, 2017 at 11:59 AM, Richard Hainsworth wrote: > However, for someone new to the Perl6 world, there needs to be some form of > recommendation about useful "first" modules. Agree, but would go further: Someone new to Perl 6 should not need to make any decision regarding modules and

Re: Task::Star and Panda

2017-05-25 Thread Steve Mynott
On 25 May 2017 at 09:59, Richard Hainsworth wrote: > I have just suggested a Task::Popular module on the IRC channel, and > feedback so far is positive. > > I will work on it at the weekend. Hopefully have a module ready soon. > > Basically, I will use my work on the most recursively cited module

Re: Task::Star and Panda

2017-05-25 Thread Richard Hainsworth
Hi Steve, Thanks. I read perl6.vip - very interesting and useful. However, for someone new to the Perl6 world, there needs to be some form of recommendation about useful "first" modules. I have just suggested a Task::Popular module on the IRC channel, and feedback so far is positive. I wi

Re: Task::Star and Panda

2017-05-25 Thread Steve Mynott
On 25 May 2017 at 08:00, Richard Hainsworth wrote: > I have not seen a discussion on this Forum about removing Task::Star. It > seems to me to be a bad idea. The discussion is at https://github.com/tadzik/Task-Star/issues/13 > There is the distribution for Rakudo Star and it is useful to have a

Re: Possible zef addition

2017-05-25 Thread Simon Proctor
Sort of, except you really want it to be done at the end of the current request. (auto-cleanup doesn't seem to do that, setting it to 0 turns it off). When you're building a docker image you really want to make sure the end of every command only the things the NEED are in the filesystem as a snaps

Re: Possible zef addition

2017-05-25 Thread Ahmad Zawawi
Something like cpanm's work directory auto-cleanup mechanism? https://metacpan.org/pod/distribution/App-cpanminus/ lib/App/cpanminus/fatscript.pm#-auto-cleanup On Thu, May 25, 2017 at 7:20 AM, Simon Proctor wrote: > So I'm playing around with Docker files (Perl 5 ATM) and one thing I'm > gettin

Re: Task::Star and Panda

2017-05-25 Thread Richard Hainsworth
The reference is indeed gone on the Rakudo site. It seems that you removed the reference after I wrote my first post (bear in mind I am in Hong Kong, so before most of the USA) because I wrote when I discovered I was getting an error from zef. In addition, I download the projects file quite regu