unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#43102: [PATCH] Fix trace-calls-to-procedure
@ 2020-08-29 14:26 Robin Green
  2021-05-16  6:52 ` bug#43102: what is this about ? Adriano Peluso
  0 siblings, 1 reply; 3+ messages in thread
From: Robin Green @ 2020-08-29 14:26 UTC (permalink / raw)
  To: 43102; +Cc: Robin Green

* module/system/vm/trace.scm: Remove argument
---
 module/system/vm/trace.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/module/system/vm/trace.scm b/module/system/vm/trace.scm
index e9f17dae8..54840d8fd 100644
--- a/module/system/vm/trace.scm
+++ b/module/system/vm/trace.scm
@@ -73,7 +73,7 @@ trace-calls-to-procedure
                                    (max-indent (- width 40)))
   (define (apply-handler frame depth)
     (print-application frame depth width prefix max-indent))
-  (define (return-handler frame depth values)
+  (define (return-handler frame depth)
     (print-return frame depth width prefix max-indent))
   (trap-calls-to-procedure proc apply-handler return-handler))
 
-- 
2.27.0






^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#43102: what is this about ?
  2020-08-29 14:26 bug#43102: [PATCH] Fix trace-calls-to-procedure Robin Green
@ 2021-05-16  6:52 ` Adriano Peluso
  2021-05-16  7:35   ` Adriano Peluso
  0 siblings, 1 reply; 3+ messages in thread
From: Adriano Peluso @ 2021-05-16  6:52 UTC (permalink / raw)
  To: 43102

Hi

would you give a bit of context ?

What error is this patch supposed to fix ?

Has this anything to do with #48412 ?

https://lists.gnu.org/archive/html/bug-guile/2021-05/msg00033.html

Thanks






^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#43102: what is this about ?
  2021-05-16  6:52 ` bug#43102: what is this about ? Adriano Peluso
@ 2021-05-16  7:35   ` Adriano Peluso
  0 siblings, 0 replies; 3+ messages in thread
From: Adriano Peluso @ 2021-05-16  7:35 UTC (permalink / raw)
  To: 43102

Il giorno dom, 16/05/2021 alle 08.52 +0200, Adriano Peluso ha scritto:
> Hi
> 
> would you give a bit of context ?
> 
> What error is this patch supposed to fix ?
> 
> Has this anything to do with #48412 ?
> 
> https://lists.gnu.org/archive/html/bug-guile/2021-05/msg00033.html
> 
> Thanks


well, I tried your patch and it does fix tracepointing

Thanks !






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-05-16  7:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-29 14:26 bug#43102: [PATCH] Fix trace-calls-to-procedure Robin Green
2021-05-16  6:52 ` bug#43102: what is this about ? Adriano Peluso
2021-05-16  7:35   ` Adriano Peluso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).