[perl #128469] [BUG] sometimes done() does not work and the program freezes

2016-07-13 Thread Zoffix Znet via RT
🏁 Skip-fudge added in https://github.com/perl6/roast/commit/a047d78ac9 🏁

[perl #128469] [BUG] sometimes done() does not work and the program freezes

2016-07-13 Thread Zoffix Znet via RT
Did a bit more experimenting, it seems to freeze only SOME of the time: zoffix@VirtualBox:~$ perl6 -e 'react { whenever Supply.interval: 1 { say "Run $_"; done } }' Run 0 zoffix@VirtualBox:~$ perl6 -e 'react { whenever Supply.interval: 1 { say "Run $_"; done } }' Run 0 ^C zoffix@VirtualBox:~$ pe

Re: Nativecall ability to set wheter given symbol is to be mangled or not

2016-07-13 Thread Vladimir Marek
> Could you please turn this into a PR on > https://github.com/rakudo/rakudo ? That would make it easier for more > people to look at and much easier to merge. Ah, at least it made me to learn git a bit. https://github.com/rakudo/rakudo/pull/826 Thank you -- Vlad

Re: Nativecall ability to set wheter given symbol is to be mangled or not

2016-07-13 Thread Elizabeth Mattijsen
Hi Vladimir, > On 13 Jul 2016, at 22:40, Vladimir Marek wrote: > In order to play with perl I wanted to do a gui. I decided to try to > bind qt libraries via nativecall[1]. Nativecall contains logic for g++ > or msvc which tries to guess mangled name. I found that it does not work > that well for

Nativecall ability to set wheter given symbol is to be mangled or not

2016-07-13 Thread Vladimir Marek
Hi, In order to play with perl I wanted to do a gui. I decided to try to bind qt libraries via nativecall[1]. Nativecall contains logic for g++ or msvc which tries to guess mangled name. I found that it does not work that well for qt libraries. Especially on windows the actual symbols are far from

Re: [perl #128615] [LTA] .samemark with empty string complains about a type object (‘a’.samemark: ‘’)

2016-07-13 Thread Elizabeth Mattijsen
Fixed with ce4734fd4fed21a5e322 , tests needed > On 13 Jul 2016, at 18:36, Aleks-Daniel Jakimenko-Aleksejev (via RT) > wrote: > > # New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev > # Please include the string: [perl #128615] > # in the subject line of all future correspondence about

[perl #128615] [LTA] .samemark with empty string complains about a type object (‘a’.samemark: ‘’)

2016-07-13 Thread via RT
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev # Please include the string: [perl #128615] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128615 > Code: - say ‘a’.samemark: ‘’ Result: --- Cannot unbox a t

Re: Inline::Python panda installation fails

2016-07-13 Thread Moritz Lenz
Hi, On 07/13/2016 11:01 AM, The Holy Ghost wrote: On linux 2016.04 and windows 2016.01 : ==> Fetching Inline::Python ==> Building Inline::Python gcc pyhelper.c -Wall -I"/usr/include/python2.7" -L"/usr/lib/python2.7/config" -lpython2.7 -shared -o /home/erana/.panda-work/1468400277_1/resources/

Inline::Python panda installation fails

2016-07-13 Thread The Holy Ghost
On linux 2016.04 and windows 2016.01 : ==> Fetching Inline::Python ==> Building Inline::Python gcc pyhelper.c -Wall -I"/usr/include/python2.7" -L"/usr/lib/python2.7/config" -lpython2.7 -shared -o /home/erana/.panda-work/1468400277_1/resources/libraries/libpyhelper.so -fPIC -g pyhelper.c:1:20: f