utils: Move <location> and '&error-location' to (guix diagnostics).
authorLudovic Courtès <ludo@gnu.org>
Fri, 24 Jul 2020 20:58:08 +0000 (22:58 +0200)
committerLudovic Courtès <ludo@gnu.org>
Sat, 25 Jul 2020 17:11:36 +0000 (19:11 +0200)
commita5e2fc73760a2ae023f2e56bdbf8025971f90e64
tree2933826e391a889723e1db12699c74a845b7c4c5
parent07dbdbd766760ce0121c1ac96fee766135fe7320
utils: Move <location> and '&error-location' to (guix diagnostics).

* guix/utils.scm (<location>, source-properties->location)
(location->source-properties, &error-location): Move to...
* guix/diagnostics.scm: ... here.
* gnu.scm: Adjust imports accordingly.
* gnu/machine.scm: Likewise.
* gnu/system.scm: Likewise.
* gnu/tests.scm: Likewise.
* guix/inferior.scm: Likewise.
* tests/channels.scm: Likewise.
* tests/packages.scm: Likewise.
gnu.scm
gnu/machine.scm
gnu/system.scm
gnu/tests.scm
guix/diagnostics.scm
guix/inferior.scm
guix/utils.scm
tests/channels.scm
tests/packages.scm