!aGqRytqbCECitOFhbt:nixos.org

Release Management

345 Members
25.11 "Xantusia" | https://nixos.github.io/release-wiki/Home.html94 Servers

Load older messages


SenderMessageTime
7 Nov 2024
@rosscomputerguy:matrix.orgTristan Ross
In reply to @emilazy:matrix.org
https://github.com/NixOS/nixpkgs/pull/352603 is pending a decision for 24.11
Oh, I didn't see this one on my feed lol. I'll take a look.
16:35:14
8 Nov 2024
@hexa:lossy.networkhexapkgs.formats.yaml was migrated to yaml 1.2 output in the last remarshal update18:01:28
@hexa:lossy.networkhexathe output now unquotes certain outputs, that previously needed to be quoted in yaml 1.118:02:08
@hexa:lossy.networkhexawhich otoh means that when parsed by a yaml 1.1 parser will lead to unexpected results18:02:23
@hexa:lossy.networkhexa
$ cat test.json 
{
  "time": "22:30:00"
}
$ json2yaml test.json test.yaml
$ cat test.yaml
time: 22:30:00
$ python3
Python 3.12.7 (main, Oct  1 2024, 02:05:46) [GCC 13.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import yaml
>>> yaml.safe_load(open("test.yaml"))
{'time': 81000}
>>> 
18:02:34
@hexa:lossy.networkhexa
$ cat test.json
{
  "enable": "on",
  "disable": "off"
}
$ json2yaml test.json test.yaml
$ cat test.yaml
enable: on
disable: off
$ python3
Python 3.12.7 (main, Oct  1 2024, 02:05:46) [GCC 13.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import yaml
>>> yaml.safe_load(open("test.yaml"))
{'enable': True, 'disable': False}
18:02:50
@emilazy:matrix.orgemilyIIRC YAML 1.2 isn't that widely-adopted (though maybe that's changed?). is there a remarshal flag to use 1.1?18:03:31
@hexa:lossy.networkhexaI'm contemplating whether to provide the remarshal package in an old version for yaml 1.1 support18:03:44
@hexa:lossy.networkhexaand have a toggle for the formatter that switches the package around18:03:56
@emilazy:matrix.orgemily I think we shouldn't change the output of those kinds of things in general except for clear bugfixes. even making escapeShellArg omit quotes when unnecessary broke tons of stuff across the entire ecosystem in and out of tree 18:04:12
@hexa:lossy.networkhexano, they switched from pyyaml to ruamel-yaml, which is a clean 1.1 to 1.2 swap18:04:13
@emilazy:matrix.orgemilyah18:04:21
@emilazy:matrix.orgemilyhttps://github.com/remarshal-project/remarshal/commit/ee9a5b5d5ed82d90223a1d5fc74a4d546a03483018:04:40
@emilazy:matrix.orgemilylooks like they endorse your plan18:04:45
@hexa:lossy.networkhexathat is the outcome of https://github.com/remarshal-project/remarshal/issues/5218:05:16
@emilazy:matrix.orgemily I would be inclined to just introduce pkgs.formats.yaml12 for the new version even 18:06:22
@hexa:lossy.networkhexaor that, yeah18:07:00
9 Nov 2024
@hexa:lossy.networkhexahttps://github.com/NixOS/nixpkgs/pull/35468705:36:07
11 Nov 2024
@jiashuaixu:matrix.orgJesse joined the room.03:50:08
12 Nov 2024
@pfhuh:matrix.orgpfhuh joined the room.05:55:18
@nienormalnie:matrix.orgnienormalnie joined the room.06:27:26
@azahi:azahi.cc@azahi:azahi.cc changed their profile picture.18:51:18
13 Nov 2024
@jan:smittie.de@jan:smittie.de joined the room.15:55:12
@inayet:matrix.orgInayet joined the room.22:16:48
14 Nov 2024
@vcunat:matrix.orgVladimír Čunátstaging-next merged. I'm not aware of any blocker.07:38:07
@vcunat:matrix.orgVladimír Čunát Merge blocker at least. I expect that nixStatic and perhaps some other regressions are desirable to fix before releasing. 07:39:20
@rosscomputerguy:matrix.orgTristan RossOh fun, tomorrow is branch off07:41:21
@vcunat:matrix.orgVladimír ČunátI have Nov 14th for quite some time already 😉07:42:07
@rosscomputerguy:matrix.orgTristan RossYeah, I think it'll be time to pick the 25.05 codename now heh07:44:42
@scrumplex:duckhub.ioScrumplexIf Kubernetes can have Kuwubernetes, can we have something cute too? Like an Axolotl?07:48:31

Show newer messages


Back to Room ListRoom Version: 6