bug#57948: [PATCH] Avoid 'frame-local-ref' errors when printing backtrace.

2022-10-12 Thread Ludovic Courtès
Hi Andrew, Andrew Whatson skribis: > Workaround for . > > * module/system/vm/frame.scm (frame-call-representation): Treat a > binding as "unspecified" if its slot exceeds 'frame-num-locals'. Yay, great to see that fixed (or almost)! It would be great if you could ad

bug#58109: simple-format vs (ice-9 format) bug in 3.0.7?

2022-10-12 Thread Ludovic Courtès
Hi, Jean Abou Samra skribis: > OK, understood. How about adding comments and documentation? That’s a good idea. Applied with minor tweaks and a commit log. Thanks! Ludo’.

bug#57948: [PATCH] Avoid 'frame-local-ref' errors when printing backtrace.

2022-10-12 Thread Andrew Whatson
Ludovic Courtès wrote: > > It would be great if you could add a simple test case though, so that > the bug doesn’t eventually come back to haunt us. > > Could you send an updated patch? Ah yes, getting this covered in a test is on my list. I had trouble writing a reproducer previously, I think t