Re: Memory leak with NativeCall

2018-01-21 Thread Michael Stemle
I believe that this is actually a result of Perl 6 delegating responsibility of memory management for arguments passed to callbacks from native code to the native code. I wonder if the issue is that you're sending a constant which is being reallocated and recreated and never cleared out from th

Re: Module wishlist priorities

2017-12-29 Thread Michael Stemle
https://github.com/perl6/perl6-most-wanted/blob/master/most-wanted/modules.md ~ Michael D. Stemle, Jr. > On Dec 29, 2017, at 15:22, Simon Proctor wrote: > > Where is the wishlist? > >> On Fri, 29 Dec 2017 at 20:12 Michael Stemle wrote: >> I just finished a module fro

Module wishlist priorities

2017-12-29 Thread Michael Stemle
I just finished a module from the wishlist. I’d like to pick up another. Is this a good place to discuss priorities for the existing wishlist, or in general? I didn’t see an obvious list for this topic. Many thanks. ~ Michael D. Stemle, Jr.