🏁
Skip-fudge added in https://github.com/perl6/roast/commit/a047d78ac9
🏁
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
> 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
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
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
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
# 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
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/
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