Path to this page:
Subject: CVS commit: pkgsrc/devel/task
From: Iku Iwasa
Date: 2025-04-06 06:22:16
Message id: 20250406042216.3C40DFBE1@cvs.NetBSD.org
Log Message:
devel/task: update to 3.42.1
v3.42.1
* Fixed a bug where some special variables caused a type error when used in
global variables.
v3.42.0
* Made --init less verbose by default and respect --silent and --verbose
flags.
* --init now accepts a file name or directory as an argument.
* Fix a bug where an HTTP node's location was being mutated incorrectly.
* Fixed a bug where allowed values didn't work with dynamic var.
* Use only the relevant checker (timestamp or checksum) to improve
performance.
* Print warnings when attempting to enable an inactive experiment or an
active experiment with an invalid value.
* Refactored the experiments package and added tests.
* Show allowed values when a variable with an enum is missing.
* Refactored how snippets in error work and added tests.
* Fixed a bug where errors decoding commands were sometimes unhelpful.
* Fixed a bug in the Taskfile schema where defer statements in the
shorthand cmds syntax were not considered valid.
* Refactored how task sorting functions work.
* Added a new .taskrc.yml (or .taskrc.yaml) file to let users enable
experiments (similar to .env).
* Added new Getting Started docs.
* Allow matrix to use references to other variables.
* Fixed a bug where, when a dynamic variable is provided, even if it is not
used, all other variables become unavailable in the templating system
within the include.
Files: