unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#68895: Difference between trace behavior in guix repl and guile
@ 2024-02-02 16:21 Adriel Dumas--Jondeau via Bug reports for GNU Guix
  0 siblings, 0 replies; only message in thread
From: Adriel Dumas--Jondeau via Bug reports for GNU Guix @ 2024-02-02 16:21 UTC (permalink / raw)
  To: 68895

[-- Attachment #1: Type: text/plain, Size: 640 bytes --]


Here's what's happening in a guix repl:

```
(guix-user)> ,use (guix scripts build)
(guix-user)> ,trace (guix-build "hello") ; doesn't output any trace for some reason
```

And here'the same for a guile repl:

```
(guile-user)> ,use (guix scripts build)
(guile-user)> ,trace (guix-build "hello") ; however it does work
trace: |  (guix-build "hello")
trace: |  |  (_ (guix scripts) #:ensure #f)
trace: |  |  (_ #<procedure 7ff4802c5000 at ice-9/boot-9.scm:3241:7 ()>)
trace: |  |  |  (lock-mutex #<mutex 7ff487d01fc0>)
...
```

This was observed during a working group on profiling during the Guix Days.

-- 
Adriel

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 686 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-02-02 16:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-02 16:21 bug#68895: Difference between trace behavior in guix repl and guile Adriel Dumas--Jondeau via Bug reports for GNU Guix

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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).