aboutsummaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2021-11-20 01:12:45 +0100
committerJulien Lepiller <julien@lepiller.eu>2021-11-20 03:47:56 +0100
commit718700cc95c1d17dbbde45af8c115a361edacb0e (patch)
tree6ae687a1ed6f29c29a205e840da993713048ede7 /.dir-locals.el
parent27c701a17bd86b8fee5196013d3d17b401476be5 (diff)
downloadguix-718700cc95c1d17dbbde45af8c115a361edacb0e.tar.gz
guix-718700cc95c1d17dbbde45af8c115a361edacb0e.zip
gnu: ocaml-bitsring: Update to 4.1.0.
* gnu/packages/ocaml.scm (ocaml-bitstring): Update to 4.1.0. (ocaml4.07-bitstring): New variable.
Diffstat (limited to '.dir-locals.el')
0 files changed, 0 insertions, 0 deletions
provides the --color-tests argument to the driver. This change defaults the --color-tests argument to true when the test driver is run on its own (not via Automake). * build-aux/test-driver.scm (main): Set the default value of the --color-tests argument to true when it's not explicitly provided. Maxim Cournoyer 2021-01-31build: test-driver.scm: Make output redirection optional....This makes it easier (and less surprising) for users to experiment with the custom Scheme test driver directly. The behavior is unchanged from Automake's point of view. * build-aux/test-driver.scm (main): Make the --log-file and --trs-file arguments optional and update doc. Only open, redirect and close a port to a log file when the --log-file option is provided. Only open and close a port to a trs file when the --trs-file option is provided. (test-runner-gnu): Set OUT-PORT parameter default value to the current output port. Set the TRS-PORT parameter default value to a void port. Update doc. Maxim Cournoyer