<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix.git/guix/scripts/edit.scm, branch master</title>
<subtitle>Personal branch of https://git.savannah.gnu.org/cgit/guix.git/ for implementing 'guix deploy'.
</subtitle>
<id>https://git.jakob.space/guix.git/atom?h=master</id>
<link rel='self' href='https://git.jakob.space/guix.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/'/>
<updated>2019-01-15T19:24:09Z</updated>
<entry>
<title>edit: Use 'specification-&gt;location' to read information from the cache.</title>
<updated>2019-01-15T19:24:09Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2019-01-13T13:27:10Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=ee8099f5b688ce5f57790db4122f0b5b91a26216'/>
<id>urn:sha1:ee8099f5b688ce5f57790db4122f0b5b91a26216</id>
<content type='text'>
That way 'guix edit' doesn't need to load any package module.

* gnu/packages.scm (find-package-locations, specification-&gt;location):
New procedures.
* guix/scripts/edit.scm (package-&gt;location-specification): Rename to...
(location-&gt;location-specification): ... this.  Expect a location object
instead of a package.
(guix-edit): Use 'specification-&gt;location' instead of
'specification-&gt;package'.
* tests/packages.scm ("find-package-locations")
("find-package-locations with cache")
("specification-&gt;location"): New tests.
</content>
</entry>
<entry>
<title>ui: Rename '_' to 'G_'.</title>
<updated>2017-05-03T14:16:17Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2017-05-03T13:57:02Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=69daee23af49aeafcb1d250c90860f9253da719e'/>
<id>urn:sha1:69daee23af49aeafcb1d250c90860f9253da719e</id>
<content type='text'>
This avoids collisions with '_' when the latter is used as a 'match'
pattern for instance.  See
&lt;https://lists.gnu.org/archive/html/guix-devel/2017-04/msg00464.html&gt;.

* guix/ui.scm: Rename '_' to 'G_'.
* po/guix/Makevars (XGETTEXT_OPTIONS): Adjust accordingly.
* build-aux/compile-all.scm (warnings): Remove 'format'.
* gnu/packages.scm,
gnu/services.scm,
gnu/services/shepherd.scm,
gnu/system.scm,
gnu/system/shadow.scm,
guix/gnupg.scm,
guix/http-client.scm,
guix/import/cpan.scm,
guix/import/elpa.scm,
guix/import/pypi.scm,
guix/nar.scm,
guix/scripts.scm,
guix/scripts/archive.scm,
guix/scripts/authenticate.scm,
guix/scripts/build.scm,
guix/scripts/challenge.scm,
guix/scripts/container.scm,
guix/scripts/container/exec.scm,
guix/scripts/copy.scm,
guix/scripts/download.scm,
guix/scripts/edit.scm,
guix/scripts/environment.scm,
guix/scripts/gc.scm,
guix/scripts/graph.scm,
guix/scripts/hash.scm,
guix/scripts/import.scm,
guix/scripts/import/cpan.scm,
guix/scripts/import/cran.scm,
guix/scripts/import/crate.scm,
guix/scripts/import/elpa.scm,
guix/scripts/import/gem.scm,
guix/scripts/import/gnu.scm,
guix/scripts/import/hackage.scm,
guix/scripts/import/nix.scm,
guix/scripts/import/pypi.scm,
guix/scripts/import/stackage.scm,
guix/scripts/lint.scm,
guix/scripts/offload.scm,
guix/scripts/pack.scm,
guix/scripts/package.scm,
guix/scripts/perform-download.scm,
guix/scripts/publish.scm,
guix/scripts/pull.scm,
guix/scripts/refresh.scm,
guix/scripts/size.scm,
guix/scripts/substitute.scm,
guix/scripts/system.scm,
guix/ssh.scm,
guix/upstream.scm: Use 'G_' instead of '_'.  Most of this change was
obtained by running: "sed -i -e's/(_ "/(G_ "/g' `find -name \*.scm`".
</content>
</entry>
<entry>
<title>edit: Do not honor 'GUIX_BUILD_OPTIONS'.</title>
<updated>2016-08-19T15:34:37Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2016-08-19T15:33:10Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=00677a7e554c79692878bbf56886689c64cd02c1'/>
<id>urn:sha1:00677a7e554c79692878bbf56886689c64cd02c1</id>
<content type='text'>
* guix/scripts/edit.scm (guix-edit)[parse-arguments]: New procedure.
Use it.
</content>
</entry>
<entry>
<title>edit: Don't assume that an emacs daemon is running.</title>
<updated>2015-12-06T16:23:25Z</updated>
<author>
<name>Mathieu Lirzin</name>
<email>mthl@gnu.org</email>
</author>
<published>2015-11-21T14:05:07Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=cd08fe4259f72815a4b096b2a5ce325e9b445da4'/>
<id>urn:sha1:cd08fe4259f72815a4b096b2a5ce325e9b445da4</id>
<content type='text'>
* guix/scripts/edit.scm (%editor): Use Emacs as a default value.
</content>
</entry>
<entry>
<title>edit: Allow command line arguments in $VISUAL and $EDITOR.</title>
<updated>2015-12-06T16:23:21Z</updated>
<author>
<name>Mathieu Lirzin</name>
<email>mthl@gnu.org</email>
</author>
<published>2015-11-21T13:37:54Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=b16dbd1311c9bd1346dcf0d490f25455e12b04cf'/>
<id>urn:sha1:b16dbd1311c9bd1346dcf0d490f25455e12b04cf</id>
<content type='text'>
* guix/scripts/edit.scm (guix-edit): Fix the assumption that %editor is
a one word command.
</content>
</entry>
<entry>
<title>edit: Honor $VISUAL.</title>
<updated>2015-11-11T22:29:20Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2015-11-11T21:59:35Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=6237b9fa39c6ab3283c50b96520b990c8612abc1'/>
<id>urn:sha1:6237b9fa39c6ab3283c50b96520b990c8612abc1</id>
<content type='text'>
Suggested by Andreas Enge &lt;andreas@enge.fr&gt;.

* guix/scripts/edit.scm (%editor): Honor 'VISUAL' before 'EDITOR'.
  (show-help): Adjust accordingly.
* doc/guix.texi (Invoking guix edit): Likewise.
</content>
</entry>
<entry>
<title>edit: Improve error reporting when $EDITOR is not found.</title>
<updated>2015-11-05T11:04:26Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2015-11-05T11:04:26Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=650f1615de325f332dbf3d993acc8a16648d795e'/>
<id>urn:sha1:650f1615de325f332dbf3d993acc8a16648d795e</id>
<content type='text'>
Reported by Benno Evers &lt;benno@bmevers.de&gt;
at &lt;https://lists.gnu.org/archive/html/guix-devel/2015-11/msg00125.html&gt;.

* guix/scripts/edit.scm (guix-edit): Wrap 'execl' call in 'catch'.
  Provide more meaningful error message.
</content>
</entry>
<entry>
<title>edit: Lift helper procedure.</title>
<updated>2015-11-05T11:01:26Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2015-11-05T11:01:26Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=67c920fa5d9a77543e0e950fdf26e2f502b656d8'/>
<id>urn:sha1:67c920fa5d9a77543e0e950fdf26e2f502b656d8</id>
<content type='text'>
* guix/scripts/edit.scm (package-&gt;location-specification): New
  procedure, with code formerly...
  (guix-edit): ... here.  Use it.
</content>
</entry>
<entry>
<title>Add (guix scripts).</title>
<updated>2015-09-18T18:42:06Z</updated>
<author>
<name>Alex Kost</name>
<email>alezost@gmail.com</email>
</author>
<published>2015-09-10T09:37:36Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=88981dd3e2b5bb3ae1ad7e54648c038226282a61'/>
<id>urn:sha1:88981dd3e2b5bb3ae1ad7e54648c038226282a61</id>
<content type='text'>
* guix/ui.scm: Add missing copyright lines.
  (args-fold*, environment-build-options, %default-argument-handler,
  parse-command-line): Move to ...
* guix/scripts.scm: ...here.  New file.
* guix/scripts/archive.scm: Use it.
* guix/scripts/build.scm: Likewise.
* guix/scripts/download.scm: Likewise.
* guix/scripts/edit.scm: Likewise.
* guix/scripts/environment.scm: Likewise.
* guix/scripts/gc.scm: Likewise.
* guix/scripts/graph.scm: Likewise.
* guix/scripts/hash.scm: Likewise.
* guix/scripts/import/cpan.scm: Likewise.
* guix/scripts/import/cran.scm: Likewise.
* guix/scripts/import/elpa.scm: Likewise.
* guix/scripts/import/gem.scm: Likewise.
* guix/scripts/import/gnu.scm: Likewise.
* guix/scripts/import/hackage.scm: Likewise.
* guix/scripts/import/nix.scm: Likewise.
* guix/scripts/import/pypi.scm: Likewise.
* guix/scripts/lint.scm: Likewise.
* guix/scripts/package.scm: Likewise.
* guix/scripts/publish.scm: Likewise.
* guix/scripts/pull.scm: Likewise.
* guix/scripts/refresh.scm: Likewise.
* guix/scripts/size.scm: Likewise.
* guix/scripts/system.scm: Likewise.
* tests/ui.scm (with-environment-variable, "parse-command-line",
  "parse-command-line and --no options"): Move to ...
* tests/scripts.scm: ...here.  New file.
* Makefile.am (MODULES): Add guix/scripts.scm.
  (SCM_TESTS): Add tests/scripts.scm.
* po/guix/POTFILES.in: Add guix/scripts.scm.
</content>
</entry>
<entry>
<title>Add 'guix edit'.</title>
<updated>2015-06-17T22:25:49Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2015-06-17T19:58:04Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=39bee8a2937ea28e74b5c807962fb8bc87fe6887'/>
<id>urn:sha1:39bee8a2937ea28e74b5c807962fb8bc87fe6887</id>
<content type='text'>
* guix/scripts/edit.scm: New file.
* Makefile.am (MODULES): Add it.
* doc.am (SUBCOMMANDS): Add 'edit'.
* doc/guix.texi (Defining Packages): Add xref to "Invoking guix edit".
  (Invoking guix edit): New node.
* po/guix/POTFILES.in: Add it.
</content>
</entry>
</feed>
