Elektrine lite

← Feed

@pointlessone@status.pointless.one

Post #2963325

2026-05-30 07:16 UTC

@willhbr@ruby.social this is a very specific use case. I have no experience with this. The first idea I have is to use raw yaml lib to parse and expand references before giving it to serde.

Replies (1)

  • @willhbr@ruby.social 2026-06-05 12:05

    @pointlessone@status.pointless.one So I learnt today that the `<<: *foo` syntax (called a merge key) is only in YAML 1.1 (https://yaml.org/type/merge.html) and not YAML 1.2. But seemingly a bunch of YAML 1.2 parsers include it, which is why I expected it to work.

    Open ##3120533