aboutsummaryrefslogtreecommitdiff
path: root/test/mocha/with.js
diff options
context:
space:
mode:
authorAlex Lam S.L <alexlamsl@gmail.com>2018-03-29 14:47:55 +0900
committerGitHub <noreply@github.com>2018-03-29 14:47:55 +0900
commit82ae95c334fdcc0a079c1dd935cd43cc97b00938 (patch)
tree86732a6f39e569d73c3a05fc6b1d296cb5ce7e0d /test/mocha/with.js
parent9a5e2052c4860256021ede7c2c5d529fa0f320ed (diff)
downloadtracifyjs-82ae95c334fdcc0a079c1dd935cd43cc97b00938.tar.gz
tracifyjs-82ae95c334fdcc0a079c1dd935cd43cc97b00938.zip
improve source map granularity (#3030)
fixes #3023
Diffstat (limited to 'test/mocha/with.js')
0 files changed, 0 insertions, 0 deletions
ludo@gnu.org> 2021-09-18import: minetest: Delete duplicate dependencies.Maxime Devos This fixes one of the issues noted in <https://issues.guix.gnu.org/50425#4>. * guix/import/minetest.scm (import-dependencies): Call 'delete-duplicates' on the resulting list. * tests/minetest.scm ("minetest->guix-package, multiple dependencies implemented by one mod"): New test. Signed-off-by: Ludovic Courtès <ludo@gnu.org> 2021-09-18tests/minetest: Fix 'test-package*' indenting.Maxime Devos * tests/minetest.scm (Local Variables)[test-package*]: Set scheme-indent-function property to 1. Signed-off-by: Ludovic Courtès <ludo@gnu.org> 2021-08-20guix: Add ContentDB importer.Maxime Devos * guix/import/contentdb.scm: New file. * guix/scripts/import/contentdb.scm: New file. * tests/contentdb.scm: New file. * Makefile.am (MODULES, SCM_TESTS): Register them. * po/guix/POTFILES.in: Likewise. * doc/guix.texi (Invoking guix import): Document it. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>