Skip to content
Snippets Groups Projects
  1. Jan 23, 2019
  2. Jan 22, 2019
  3. Jan 21, 2019
    • Ludovic Courtès's avatar
      gnu: emacs-nix-mode: Move to emacs-xyz.scm. · f896abc7
      Ludovic Courtès authored
      This removes emacs-xyz.scm from the closure of (gnu packages base).
      
      * gnu/packages/package-management.scm (emacs-nix-mode): Move back to...
      * gnu/packages/emacs-xyz.scm (emacs-nix-mode): ... here.  New variable.
      Unverified
      f896abc7
    • Ludovic Courtès's avatar
      tests: Adjust for removal of 'device' field in <bootloader-configuration>. · f61e6e52
      Ludovic Courtès authored
      This is a followup to commit 5f7467f0.
      
      * tests/guix-system.sh: For <bootloader-configuration> records, use
      'target' rather than 'device'.
      Unverified
      f61e6e52
    • Ludovic Courtès's avatar
      store: Rename '&nix-error' to '&store-error'. · f9e8a123
      Ludovic Courtès authored
      * guix/store.scm (&nix-error): Rename to...
      (&store-error): ... this, and adjust users.
      (&nix-connection-error): Rename to...
      (&store-connection-error): ... this, and adjust users.
      (&nix-protocol-error): Rename to...
      (&store-protocol-error): ... this, adjust users.
      (&nix-error, &nix-connection-error, &nix-protocol-error): Define these
      condition types and their getters as deprecrated aliases.
      * build-aux/run-system-tests.scm, guix/derivations.scm,
      guix/grafts.scm, guix/scripts/challenge.scm,
      guix/scripts/graph.scm, guix/scripts/lint.scm,
      guix/scripts/offload.scm, guix/serialization.scm,
      guix/ssh.scm, guix/tests.scm, guix/ui.scm,
      tests/derivations.scm, tests/gexp.scm, tests/guix-daemon.sh,
      tests/packages.scm, tests/store.scm, doc/guix.texi: Adjust to use the
      new names.
      Unverified
      f9e8a123
    • Ludovic Courtès's avatar
      store: Rename <nix-server> to <store-connection>. · de9fbe9c
      Ludovic Courtès authored
      * guix/store.scm (<nix-server>): Rename to...
      (<store-connection>): ... this.  Adjust users accordingly.
      (nix-server?, nix-server-major-version)
      (nix-server-minor-version, nix-server-socket)
      (nix-server-version): Define as deprecated aliases.
      * guix/inferior.scm: Adjust accordingly.
      * guix/ssh.scm: Likewise.
      Unverified
      de9fbe9c
    • Ludovic Courtès's avatar
      deprecation: Send warnings to (current-error-port) by default. · 3a0b2c6c
      Ludovic Courtès authored
      * guix/deprecation.scm (deprecation-warning-port): Default
      to (current-error-port).
      Unverified
      3a0b2c6c
Loading