Skip to content

Simplify use of configuration hashes in ledgersmb.yaml - #9742

Open
ehuelsmann wants to merge 1 commit into
ledgersmb:masterfrom
ehuelsmann:cleanup/simpler-config
Open

Simplify use of configuration hashes in ledgersmb.yaml#9742
ehuelsmann wants to merge 1 commit into
ledgersmb:masterfrom
ehuelsmann:cleanup/simpler-config

Conversation

@ehuelsmann

Copy link
Copy Markdown
Member

Beam::Wire 1.031 supports traversal of bare hashes using $ref, eliminating the need to instantiate a Beam::Wire object on every intermediate level being traversed. (Yes, this was possible with $path, but (a) that's deprecated now and (b) using that keyword would add a slew of extra dependencies -- which is why we didn't use either. The old config is fully forward compatible; this is just simpler.

Beam::Wire 1.031 supports traversal of bare hashes using $ref,
eliminating the need to instantiate a Beam::Wire object on every
intermediate level being traversed. (Yes, this was possible with
$path, but (a) that's deprecated now and (b) using that keyword
would add a slew of extra dependencies -- which is why we didn't
use either. The old config is fully forward compatible; this is
just simpler.
@ehuelsmann

Copy link
Copy Markdown
Member Author

Thanks to preaction/Beam-Wire#93

@ehuelsmann
ehuelsmann enabled auto-merge July 23, 2026 08:29
@ehuelsmann

ehuelsmann commented Jul 23, 2026

Copy link
Copy Markdown
Member Author

Filed preaction/Beam-Wire#97 about this failure.

@ehuelsmann ehuelsmann added the waiting-for-upstream Issue is waiting for or dependent on upstream changes label Jul 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

waiting-for-upstream Issue is waiting for or dependent on upstream changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant