GNU bug report logs - #43102
[PATCH] Fix trace-calls-to-procedure

Previous Next

Package: guile;

Reported by: Robin Green <greenrd <at> greenrd.org>

Date: Sat, 29 Aug 2020 14:38:01 UTC

Severity: normal

Tags: patch

Done: lloda <lloda <at> sarc.name>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Robin Green <greenrd <at> greenrd.org>
Subject: bug#43102: closed (Re: bug#48412: duplicate ?)
Date: Wed, 19 May 2021 19:34:01 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#43102: [PATCH] Fix trace-calls-to-procedure

which was filed against the guile package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 43102 <at> debbugs.gnu.org.

-- 
43102: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=43102
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: lloda <lloda <at> sarc.name>
To: randomlooser <at> riseup.net
Cc: 43102-done <at> debbugs.gnu.org, 48412-done <at> debbugs.gnu.org
Subject: Re: bug#48412: duplicate ?
Date: Wed, 19 May 2021 21:34:26 +0200
Patch applied in f9f55b9ce74898d1b0a77dcc9b4aa260e5cd208d. Thanks!


> On 16 May 2021, at 09:09, Adriano Peluso <randomlooser <at> riseup.net> wrote:
> 
> Il giorno ven, 14/05/2021 alle 11.13 +0200, Adriano Peluso ha scritto:
>> I just noticed someone sent a patch that seems relevant here
>> 
>> It's in #43102
>> 
>> https://debbugs.gnu.org/cgi/bugreport.cgi?bug=43102
> 
> I applied this patch
> 
> It does solve the issue, it seems
> 
> Now I can tracepoint my procedure
> 
> 
> 
> 


[Message part 3 (message/rfc822, inline)]
From: Robin Green <greenrd <at> greenrd.org>
To: bug-guile <at> gnu.org
Cc: Robin Green <greenrd <at> greenrd.org>
Subject: [PATCH] Fix trace-calls-to-procedure
Date: Sat, 29 Aug 2020 15:26:04 +0100
* 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




This bug report was last modified 4 years and 3 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.