aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2023-12-01 10:11:25 +0200
committerEfraim Flashner <efraim@flashner.co.il>2023-12-02 20:39:27 +0200
commit6897a6a48164768785d09055c7048c2bfc3745c3 (patch)
tree2f0a857563559a3ce12adf595ab6f9d095324432 /README
parentfc7db2df40840e3020a9f4954f08f744390abf62 (diff)
downloadguix-6897a6a48164768785d09055c7048c2bfc3745c3.tar.gz
guix-6897a6a48164768785d09055c7048c2bfc3745c3.zip
gnu: python-lit: Update to 17.0.6.
* gnu/packages/check.scm (python-lit): Update to 17.0.6. [native-inputs]: Remove llvm-14; add llvm. Change-Id: I45ccc5302c2481b82f26201e66994e15eeaecc9d
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions
ior.scm ("inferior-package-search-paths"): Refer to 'guile-3.0' instead of 'guile-2.2'. Ludovic Courtès 2020-03-12inferior: Distinguish inferior exceptions....This avoids ambiguities when looking at a backtrace where the exception was actually thrown by an inferior in a very different context. * guix/inferior.scm (&inferior-exception): New condition type. (read-repl-response): Add optional 'inferior' parameter. Raise '&inferior-exception' instead of rethrowing to KEY when receiving an 'exception' message. (read-inferior-response): Pass INFERIOR to 'read-repl-response'. * tests/inferior.scm ("&inferior-exception"): New test. Ludovic Courtès