CTAN update: expltools
Date: January 17, 2025 11:07:35 AM CET
Vít Starý Novotný submitted an update to the
expltools
package.
Version number: 2025-01-16
License type: lppl1.3c gpl2+
Summary description: Development tools for expl3 programmers
Announcement text:
## expltools 2025-01-16 ### explcheck v0.6.0 #### Development - Add support for TOML configuration files. (#24) You may configure the tool by placing a configuration file named `.explcheckrc` in the current working directory. For example, the following configuration file would increase the maximum line length before the warning S103 (Line too long) is produced from 80 to 120 characters and also disable the warnings W100 (No standard delimiters) and S206 (Missing stylistic whitespaces): ``` toml [options] max_line_length = 120 ignored_issues = ["w100", "s206"] ``` #### Fixes - Do not require lower-case identifiers in the command-line option `--ignored-issues`. (f394d38c) #### Distribution - Add Lua library `lfs` to Docker image `ghcr.io/witiko/expltools/explcheck`. (4f9f26f) This enables additional functionality, such as suggesting which `.ins` file the user should process with TeX to extract expl3 code from a `.dtx` archive.
This package is located at https://mirrors.ctan.org/support/expltools More information is at https://www.ctan.org/pkg/expltools
Thanks for the upload. For the CTAN Team Erik Braun
CTAN is run entirely by volunteers and supported by TeX user groups. Please join a user group or donate to one, see https://ctan.org/lugs
## expltools 2025-01-16 ### explcheck v0.6.0 #### Development - Add support for TOML configuration files. (#24) You may configure the tool by placing a configuration file named `.explcheckrc` in the current working directory. For example, the following configuration file would increase the maximum line length before the warning S103 (Line too long) is produced from 80 to 120 characters and also disable the warnings W100 (No standard delimiters) and S206 (Missing stylistic whitespaces): ``` toml [options] max_line_length = 120 ignored_issues = ["w100", "s206"] ``` #### Fixes - Do not require lower-case identifiers in the command-line option `--ignored-issues`. (f394d38c) #### Distribution - Add Lua library `lfs` to Docker image `ghcr.io/witiko/expltools/explcheck`. (4f9f26f) This enables additional functionality, such as suggesting which `.ins` file the user should process with TeX to extract expl3 code from a `.dtx` archive.
This package is located at https://mirrors.ctan.org/support/expltools More information is at https://www.ctan.org/pkg/expltools
Thanks for the upload. For the CTAN Team Erik Braun
CTAN is run entirely by volunteers and supported by TeX user groups. Please join a user group or donate to one, see https://ctan.org/lugs
expltools – Development tools for expl3 programmers
This bundle introduces explcheck, a static analysis tool for developers working with expl3 code. Currently in its initial release, explcheck aims to help developers identify potential issues and improve code quality. In the future, this bundle may expand to include additional development tools for expl3.
Package | expltools |
Version | 2025-01-16 |
Copyright | 2024–2025 Vít Starý Novotný |
Maintainer | Vít Starý Novotný |