log

age author description
Thu, 06 Jul 2023 11:44:30 +0200 Raphaël Gomès rust-config: add devel warning when using undeclared config items
Thu, 06 Jul 2023 12:17:20 +0200 Raphaël Gomès rhg: use default configitem in `cat`
Thu, 06 Jul 2023 11:47:41 +0200 Raphaël Gomès rhg: add config defaults to configitems.toml
Thu, 06 Jul 2023 11:17:55 +0200 Raphaël Gomès rust-blackbox: use `is_extension_enabled` config helper
Wed, 05 Jul 2023 23:59:22 +0200 Raphaël Gomès configitems: move blackbox's config items to the new configitems.toml
Mon, 13 Feb 2023 18:11:48 +0100 Raphaël Gomès rust-config: add config getters that don't fall back to defaults
Thu, 06 Jul 2023 14:32:07 +0200 Raphaël Gomès rust-config: add support for default config items
Mon, 23 Jan 2023 18:08:11 +0100 Raphaël Gomès configitems: declare items in a TOML file
Mon, 23 Jan 2023 17:11:42 +0100 Raphaël Gomès thirdparty: vendor tomli
Mon, 23 Jan 2023 18:52:05 +0100 Raphaël Gomès configitems: add `documentation` field
Mon, 23 Jan 2023 17:21:14 +0100 Raphaël Gomès configitems: use standard "dynamicdefault" approach in edge case
Tue, 17 Jan 2023 14:53:18 +0100 Raphaël Gomès configitems: fix typo in devel warning about extension overrides
Wed, 28 Jun 2023 14:23:13 +0200 Mads Kiilerich extensions: imp module is removed in Python 3.12 - use importlib to load files stable
Tue, 27 Jun 2023 13:05:03 +0200 Mads Kiilerich utils: imp module is removed in Python 3.12 - get is_frozen() from _imp stable
Tue, 27 Jun 2023 22:31:44 +0200 Mads Kiilerich extensions: address ast deprecations introduced in Python 3.12 stable