Re: [Chicken-hackers] [PATCH][5][RESEND] Teach the heap dumper about the numeric tower types

2017-08-30 Thread Peter Bex
On Wed, Aug 30, 2017 at 01:53:10PM +0200, lemonboy wrote: > Hello hackers, > here's a small patch that prevents `##sys#dump-heap-state` to segfault when > the > heap contains one of those newfangled numeric types. Thanks, pushed (it's trivial enough not to require double signoff, IMO). Cheers,

[Chicken-hackers] [PATCH][5][RESEND] Teach the heap dumper about the numeric tower types

2017-08-30 Thread lemonboy
;; resending because I'm stupid and I forgot to attach the patch (and I can't ;; figure how to reply to my own message) Hello hackers, here's a small patch that prevents `##sys#dump-heap-state` to segfault when the heap contains one of those newfangled numeric types. Cheers, LemonBoy >From