Re: Is the cosine page wrong?

2020-12-23 Thread Matthias Peng
May I ask if there is any practical perl6 project running? For example, homebrew by ruby, k8s by go, flask by python etc. Thanks.

Re: I need help understanding ".contains" method construction

2020-12-23 Thread Todd Chester via perl6-users
On 12/23/20 4:39 PM, Ralph Mellor wrote: 1) why is it "$needle" and not "$!needle" on line 338? Is this because it is an internal variable and not a variable from the class declaration? Got it It's a parameter from line 337. If that's what you mean by "an internal variable", then

Re: Is the cosine page wrong?

2020-12-23 Thread Todd Chester via perl6-users
Going back to the original question, should not the doc page say? method cos( Cool:D: --> Cool:D ) On 12/23/20 4:28 PM, Ralph Mellor wrote: > If a method does not explicitly specify its invocant type, it is set > to the type of the enclosing class. But it does not specify an

Re: I need help understanding ".contains" method construction

2020-12-23 Thread Ralph Mellor
>1) why is it "$needle" and not "$!needle" on line 338? >Is this because it is an internal variable and not >a variable from the class declaration? It's a parameter from line 337. If that's what you mean by "an internal variable", then yes. :) >2) where is variable ".value" defined on

Re: Is the cosine page wrong?

2020-12-23 Thread Ralph Mellor
If a method does not explicitly specify its invocant type, it is set to the type of the enclosing class. The `cos` method is declared in the `Cool` class, so that is its invocant type. The doc shows that it's declared in the `Cool` class. So, the doc is fine as is for the invocant. The

Re: Continuous testing

2020-12-23 Thread JJ Merelo
You can probably use AppVeyor. It's got good support for Windows, although you'll have to write for it specifically. This one seems to use it, for instance https://github.com/MARTIMM/gnome-native El mié, 23 dic 2020 a las 16:35, Richard Hainsworth () escribió: > Hi to everyone. > > Hope you all

Re: Multiline/embedded comments

2020-12-23 Thread Parrot Raiser
> On 12/22/20, Vadim Belman wrote: >> >> You interpret it incorrectly. The problem is in your '#`{' comment On 12/23/20, Parrot Raiser <1parr...@gmail.com> wrote: > Removing the space between the #` and { changes the error message to: > > ===SORRY!=== Error while compiling

Continuous testing

2020-12-23 Thread Richard Hainsworth
Hi to everyone. Hope you all have a happy holiday time at the end of the year - different countries different celebrations, but good will to all. Hope 2021 is properous for you all too. About continuous testing. I have recently taken on the maintenance of GTK::Simple. The Travis-CI setup