summaryrefslogtreecommitdiff
path: root/guix/deprecation.scm
AgeCommit message (Collapse)Author
2019-01-21deprecation: Send warnings to (current-error-port) by default.Ludovic Courtès
* guix/deprecation.scm (deprecation-warning-port): Default to (current-error-port).
2019-01-21deprecation: Add 'define-deprecated/alias'.Ludovic Courtès
* guix/deprecation.scm (define-deprecated/alias): New macro.
2019-01-10Add (guix deprecation).Ludovic Courtès
* guix/deprecation.scm: New file. * Makefile.am (MODULES): Add it. * po/guix/POTFILES.in: Add it.