- python-tree-sitter is packaged to the version, higher than 0.22 (where
breaking changes happened), therefore we enable tests for each Python
binding for tree-sitter library.
* gnu/packages/tree-sitter.scm (python-tree-sitter-rust): Enable tests.
Change-Id: I9f68544875c90062025509b56a8b00424032282f
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
- python-tree-sitter is packaged to the version, higher than 0.22 (where
breaking changes happened), therefore we enable tests for each Python
binding for tree-sitter library.
* gnu/packages/tree-sitter.scm (python-tree-sitter-python): Enable tests.
Change-Id: Ife0b7aa9a3b10a86bd45f3006f9578ef95ab9510
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
- python-tree-sitter is packaged to the version, higher than 0.22 (where
breaking changes happened), therefore we enable tests for each Python
binding for tree-sitter library.
* gnu/packages/tree-sitter.scm (python-tree-sitter-json): Enable tests.
Change-Id: I8d574f6a836a033aa49264b5bbabcde857b52802
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
- python-tree-sitter is packaged to the version, higher than 0.22 (where
breaking changes happened), therefore we enable tests for each Python
binding for tree-sitter library.
* gnu/packages/tree-sitter.scm (python-tree-sitter-javascript): Enable tests.
Change-Id: Ia3eff6f8c73dc5c0a6f73b9d60096cca6a4219e0
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
- python-tree-sitter is packaged to the version, higher than 0.22 (where
breaking changes happened), therefore we enable tests for each Python
binding for tree-sitter library.
* gnu/packages/tree-sitter.scm (python-tree-sitter-html): Enable tests.
Change-Id: Ia199ea4789cdf78fb99269a1e7a998a6ec2e04dd
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
- Add default value for tests? argument.
- Remove python-wheel from native-inputs, it's no longer required.
* gnu/packages/tree-sitter.scm (python-tree-sitter-grammar): Enable tests by default.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
- Remove set-test-lib-paths phase, due to the upstream change in how grammars
are loaded. Previosly, one had to provide path to the grammar file, now each
grammar is built in it's own package.
- In native-inputs, replace tree-sitter grammars with python bindings for
these grammars.
* gnu/packages/tree-sitter.scm (python-tree-sitter): Update to 0.25.2.
Change-Id: I2ba183ab2a32c473f4e2bc0e616946193df850d7
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu/packages/tree-sitter.scm (tree-sitter-starlark): Adjust grammar to
changes made in dependency (tree-sitter-python).
tree-sitter-starlark inherits tree-sitter-python, so a change made there broke
generation of Starlark's grammar. This patch applies the minimal change
necessary until the issue is fixed upstream [1].
[1] https://github.com/tree-sitter-grammars/tree-sitter-starlark/issues/9
Change-Id: Ie999f1506947f17a3b26209ae12046597fc5dc44
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* guix/build/renpy-build-system.scm: Use (json) rather than (guix build json).
(install, install-desktop-file): Replace ‘read-json’ with ‘json->scm’.
* guix/build-system/renpy.scm (default-guile-json): New variable.
(%renpy-build-system-modules): Adjust accordingly.
(renpy-build): Add guile-json argument and use it as extension.
Fixesguix/guix#2618.
* tests/style.scm ("url-fetch->git-fetch, preserved field"):
The 9th line of origin, where the patches field is located,
was never read. (broken test since a1b0fde434)
This change suppresses warning output that interfere
and break nar signing procedures in guix resp. their
authenticationAgent communication.
* guix/diagnostics.scm
This fixes a regression introduced with commit 7752580a33 ("guix: lint: Check
end of sentences for a period.").
* guix/lint.scm (check-description-style): Do not emit warning when the
description is empty or ends with trailing whitespace.
* tests/lint.scm ("description: invalid Texinfo markup")
("description: may start with texinfo markup")
("description: may not contain trademark signs: ™")
("description: may not contain trademark signs: ®"): Add period.
Fixes: #4222
Change-Id: Ib10bcf324cb55b39a88c0c67875a40a59c1d4c18
* gnu/system/linux-container.scm (container-script): Accept pid-file command
line option to write out the container's process ID.
* doc/guix.texi (Invoking guix system): Document new option.
Change-Id: I93e8a99b39c1dd831f116104bf92c723d96c9965
Signed-off-by: Ludovic Courtès <ludo@gnu.org>