1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-28 21:20:29 +02:00
Files
guix/guix
Ludovic Courtès 2b8d612f4e ui: ‘display-hint’ checks column number for the right port.
This fixes (rather: works around) something like:

  $ guix import pypi nipype -r >/dev/null
  […]
  hint: Backtrace:
  […]
     344:42  3 (display-hint "This indicates that the\npackage is a…" . #)
  In ice-9/boot-9.scm:
    1747:15  2 (with-exception-handler #<procedure 7f9ee8e5f120 at ic…> …)
  In guix/build/syscalls.scm:
    2334:35  1 (_)
     2323:8  0 (terminal-window-size _)

  guix/build/syscalls.scm:2323:8: In procedure terminal-window-size:
  In procedure terminal-window-size: Inappropriate ioctl for device

* guix/ui.scm (display-hint): Pass PORT to ‘terminal-columns’.

Change-Id: Ica0096aee5e6b2c19814ae5d71de9ffe9ab32430
2024-11-23 16:01:44 +01:00
..
2024-11-20 18:01:35 +08:00
2023-03-13 15:08:33 +01:00
2023-09-26 17:36:58 +02:00
2024-09-30 13:38:33 +03:00
2024-04-15 22:36:42 +02:00
2024-01-08 21:04:44 +03:00
2023-08-25 14:24:43 +02:00
2023-03-13 15:08:33 +01:00
2024-11-20 18:01:35 +08:00
2024-09-29 14:38:57 +03:00
2024-04-15 22:36:42 +02:00
2023-03-13 15:08:33 +01:00
2023-03-13 15:08:33 +01:00
2024-04-15 22:36:42 +02:00
2024-07-02 10:19:52 +02:00