<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix.git/tests/ui.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>2017-05-10T20:05:21Z</updated>
<entry>
<title>ui: 'string-&gt;duration' correctly handles hours.</title>
<updated>2017-05-10T20:05:21Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2017-05-10T13:25:07Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=30d2397f73d6fa9e77eed70ec6df8afd3b9f5f5e'/>
<id>urn:sha1:30d2397f73d6fa9e77eed70ec6df8afd3b9f5f5e</id>
<content type='text'>
* guix/ui.scm (string-&gt;duration): Add missing '=&gt;' for hours.
* tests/ui.scm ("duration, 2 hours"): New test.
</content>
</entry>
<entry>
<title>ui: Don't use '%default-port-encoding' to set the encoding of string ports.</title>
<updated>2017-03-08T22:42:53Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2017-03-08T21:21:31Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=1062063a65036f32a061c54866d33ffe079ec44e'/>
<id>urn:sha1:1062063a65036f32a061c54866d33ffe079ec44e</id>
<content type='text'>
* guix/ui.scm (right-arrow): Call 'set-port-encoding!' to set PORT's
encoding; remove use of 'with-fluids'.  This is for compatibility with
Guile 2.2 where the encoding of string ports is not influenced by
%DEFAULT-PORT-ENCODING.
* tests/ui.scm ("show-manifest-transaction"): Likewise.
</content>
</entry>
<entry>
<title>ui: 'string-&gt;duration' supports hours and seconds.</title>
<updated>2016-06-09T21:34:56Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2016-06-09T21:28:17Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=638c5b79397aba92ab3211a1ea3b3418e112ec66'/>
<id>urn:sha1:638c5b79397aba92ab3211a1ea3b3418e112ec66</id>
<content type='text'>
* guix/ui.scm (string-&gt;duration): Add seconds and hours.
* tests/ui.scm ("duration, 1 second"): New test.
</content>
</entry>
<entry>
<title>build: Add a Guile custom test driver using SRFI-64.</title>
<updated>2016-04-03T12:19:09Z</updated>
<author>
<name>Mathieu Lirzin</name>
<email>mthl@gnu.org</email>
</author>
<published>2015-10-26T22:47:24Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=a9edb211e733b8b34e67ec3b4450567e9376986f'/>
<id>urn:sha1:a9edb211e733b8b34e67ec3b4450567e9376986f</id>
<content type='text'>
Before that '.log' files for scheme tests were fragmented and not
included in test-suite.log.  This unifies the semantics of SRFI-64 API
with Automake test suite.

* build-aux/test-driver.scm: New file.
* Makefile.am (SCM_LOG_DRIVER, AM_SCM_LOG_DRIVER_FLAGS): New variables.
(SCM_LOG_COMPILER, AM_SCM_LOG_FLAGS): Delete variables.
(AM_TESTS_ENVIRONMENT): Set GUILE_AUTO_COMPILE to 0.
* test-env.in: Silence guix-daemon.
* doc/guix.texi (Running the Test Suite): Describe how to display the
detailed results.  Bug reports require only 'test-suite.log' file.
* tests/base32.scm, tests/build-utils.scm, tests/builders.scm,
tests/challenge.scm, tests/cpan.scm, tests/cpio.scm, tests/cran.scm,
tests/cve.scm, tests/derivations.scm, tests/elpa.scm,
tests/file-systems.scm, tests/gem.scm, tests/gexp.scm,
tests/gnu-maintenance.scm, tests/grafts.scm, tests/graph.scm,
tests/gremlin.scm, tests/hackage.scm, tests/hash.scm,
tests/import-utils.scm, tests/lint.scm, tests/monads.scm, tests/nar.scm,
tests/packages.scm, tests/pk-crypto.scm, tests/pki.scm,
tests/profiles.scm, tests/publish.scm, tests/pypi.scm,
tests/records.scm, tests/scripts-build.scm, tests/scripts.scm,
tests/services.scm, tests/sets.scm, tests/size.scm, tests/snix.scm,
tests/store.scm, tests/substitute.scm, tests/syscalls.scm,
tests/system.scm, tests/ui.scm, tests/union.scm, tests/upstream.scm,
tests/utils.scm: Don't exit at the end of test groups.
* tests/containers.scm: Likewise.  Use 'test-skip' instead of exiting
with error code 77.
</content>
</entry>
<entry>
<title>utils: Use '@' for separating package names and version numbers.</title>
<updated>2016-03-02T20:41:41Z</updated>
<author>
<name>Mathieu Lirzin</name>
<email>mthl@gnu.org</email>
</author>
<published>2016-02-28T22:11:36Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=1b846da8c372bee78851439fd9e72b2499115e5a'/>
<id>urn:sha1:1b846da8c372bee78851439fd9e72b2499115e5a</id>
<content type='text'>
This provides the ability to use numbers in package names.

Fixes &lt;http://bugs.gnu.org/19219&gt;.

* guix/utils.scm (package-name-&gt;name+version): New procedure.
* gnu/packages.scm (%find-package): Add a FALLBACK? keyword argument.
Use the previous method when no package is found.
(specification-&gt;package+output, specification-&gt;package): Adapt
documentation to new syntax.
* doc/guix.texi (Invoking guix package, Invoking guix import): Likewise.
* guix/ui.scm (package-specification-&gt;name+version+output): Likewise.
* guix/scripts/import/hackage.scm (show-help): Likewise.
* tests/guix-build.sh: Adapt to new syntax.
* tests/guix-lint.sh: Likewise.
* tests/guix-package.sh: Likewise.
* tests/ui.scm ("package-specification-&gt;name+version+output"): Likewise.
* tests/utils.scm ("package-name-&gt;name+version"): Likewise.
* NEWS: Mention new syntax.
</content>
</entry>
<entry>
<title>ui: Gracefully handle Unicode description strings.</title>
<updated>2015-09-24T20:04:51Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2015-09-24T19:56:42Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=08d7e3592faa93f508cd7f0c30199fe53c87892b'/>
<id>urn:sha1:08d7e3592faa93f508cd7f0c30199fe53c87892b</id>
<content type='text'>
Fixes &lt;http://bugs.gnu.org/21536&gt;.
Reported by Alex Kost &lt;alezost@gmail.com&gt;.

* guix/ui.scm (texi-&gt;plain-text): Wrap body in 'with-fluids'.
* tests/ui.scm ("package-description-string vs. Unicode"): New test.
</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>ui: Honor --no-* options passed via $GUIX_BUILD_OPTIONS.</title>
<updated>2015-02-25T23:04:36Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2015-02-25T23:00:04Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=cf6ce3e6ef96abc36a40293b2d9f732d462d2a94'/>
<id>urn:sha1:cf6ce3e6ef96abc36a40293b2d9f732d462d2a94</id>
<content type='text'>
Reported by Alex Kost &lt;alezost@gmail.com&gt;
at &lt;http://lists.gnu.org/archive/html/guix-devel/2015-02/msg00702.html&gt;.

* guix/ui.scm (parse-command-line)[parse-options-from]: Add 'seeds'
  parameter.
  Thread the result of the first 'parse-options-from' call to the
  second.
</content>
</entry>
<entry>
<title>ui: Factorize command-line + env. var. option parsing.</title>
<updated>2015-02-25T23:04:36Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2015-02-25T22:31:51Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=b3f213893b67620840597213b8f46af1ddfb4934'/>
<id>urn:sha1:b3f213893b67620840597213b8f46af1ddfb4934</id>
<content type='text'>
* guix/ui.scm (%default-argument-handler, parse-command-line): New
  procedures.
  (environment-build-options): Make private.
* guix/scripts/archive.scm (guix-archive)[parse-options,
  parse-options-from]: Remove.  Use 'parse-command-line' instead.
* guix/scripts/build.scm (guix-build): Likewise.
* guix/scripts/environment.scm (guix-environment): Likewise.
* guix/scripts/package.scm (guix-package): Likewise.
* guix/scripts/system.scm (guix-system): Likewise.
* tests/ui.scm (with-environment-variable): New macro.
  ("parse-command-line"): New test.
</content>
</entry>
<entry>
<title>ui: Simplify 'show-manifest-transaction' test.</title>
<updated>2015-02-08T18:00:39Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2015-02-08T17:33:15Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=77ee4a96f4a128d2a139a1908f7b8c5d0d97d9a8'/>
<id>urn:sha1:77ee4a96f4a128d2a139a1908f7b8c5d0d97d9a8</id>
<content type='text'>
* tests/ui.scm ("show-manifest-transaction"): Remove useless call to
  'manifest-transaction-effects'.
</content>
</entry>
</feed>
