On 17-04-17 19:12, Zoffix Znet via RT wrote:
thanks for the link, I will look into it.
The code for which the windows implementation fails but not on linux,
can be found here;
https://github.com/MARTIMM/config-datalang-refine/blob/master/lib/Config/DataLang/Refine.pm6
the requires are at line
I understand that the symbols must be used in the same block as the
require statement. There is then still a problem, namely the difference
between linux and windows.
In the mean time I will try to get the usage of the functions to the
block where it is required.
Marcel
> On 17-04-17 19:12, Zo
Thanks very much
Marcel
On 06/03/2017 11:36 AM, Aleks-Daniel Jakimenko-Aleksejev via RT wrote:
> say IntStr ~~ Str
> say Str ~~ IntStr
False
On 06/03/2017 11:36 AM, Aleks-Daniel Jakimenko-Aleksejev via RT wrote:
> sub s (Str() :$str) {say $str.WHAT}; s(:str<1>) # IntStr
> sub s (Str :$str) {say $str.Str.WHAT}; s(:str<1>) # Str
I think the last one is coerced explicitly. Btw I didn't know about
'Str() :$str' specification. What does it
After some discussion I've understood that I have to do some homework
and that this bug can be closed. Thanks Jnhtn and Araraloren for your help
Regards,
Marcel
On 07/22/2017 12:03 PM, Aleks-Daniel Jakimenko-Aleksejev via RT wrote:
> Is there any code snippet to reproduce it?
>
> The backtrace mentions mongo-perl6-driver…
True, its in the mongodb driver project. The test is in the attachment
and it crashed around line
98 or 99. Just finished the 'Find tes
@Aleks-Daniel Jakimenko-Aleksejev
> How can I reproduce this issue? What code did you use?
>
Well,
1) Install a mongod server and start it up. Its address might be
127.0.0.1:27017 which is the default for mongod servers. Servers can be
downloaded using
$ curl -O https://fastdl.mongodb.org/linu
On 10/17/2017 09:27 PM, Timo Paulssen via RT wrote:
> if you can, please re-compile MoarVM passing the same options that were
> used before (you can find them on the first screenfuls of the Makefile
> inside moarvm's source folder) to Configure.pl but also include
> --debug=3 and --optimize=0. This
Hi @Zoffix Znet
Do you have any pointers or howto's to write thread-save code? Otherwise
I'd remove all of the promises. It gave some other problems in the past.
Regards
Marcel
> On Thu, 26 Oct 2017 06:04:51 -0700, alex.jakime...@gmail.com wrote:
>> FWIW, when toasting I observed double free or c
On 10/17/2017 08:37 PM, perl6 via RT wrote:
I've modified the BSON code quite a bit thanks to examples from Zoffix,
crashes are gone! Also I changed the parts encoding the document due to
hangups I still experienced. This was still a problem of which I thought
I had fixed it, issue #20 threadpo
11 matches
Mail list logo