aboutsummaryrefslogtreecommitdiff
path: root/nix/COPYING
diff options
context:
space:
mode:
authorAmin Bandali <mab@gnu.org>2020-01-24 21:24:27 -0500
committerArun Isaac <arunisaac@systemreboot.net>2020-01-25 20:54:41 +0530
commitdf6ce9fcb455ac59372f1025e450005ea3190614 (patch)
tree014a7f6e255ab662e4ca15a08d384be83033b891 /nix/COPYING
parentf52fe7c3f29dfd0804c9d1f297b91287eabcdfb2 (diff)
downloadguix-df6ce9fcb455ac59372f1025e450005ea3190614.tar.gz
guix-df6ce9fcb455ac59372f1025e450005ea3190614.zip
gnu: youtube-dl: Update to 2020.01.24.
* gnu/packages/video.scm (youtube-dl): Update to 2020.01.24. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
Diffstat (limited to 'nix/COPYING')
0 files changed, 0 insertions, 0 deletions
mit/tests/inferior.scm?id=d19b14c8349ce8cacb62619ab68953265daeeca7'>Merge branch 'master' into core-updatesMarius Bakke 2020-03-19inferior: '&inferior-exception' includes a stack trace....* guix/inferior.scm (port->inferior): Bump protocol to (0 1 1). (&inferior-exception)[stack]: New field. (read-repl-response): Recognize 'exception' form for protocol (0 1 1). * tests/inferior.scm ("&inferior-exception"): Check the value returned by 'inferior-exception-stack'. Ludovic Courtès 2020-03-17tests: Fix up reference to 'guile-2.2'....This is a followup to b6bee63bed4f013064c0d902e7c8b83ed7514ade. * tests/inferior.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