Skip to content

Add generate-cbor CLI tool#5762

Draft
Lucsanszky wants to merge 2 commits into
masterfrom
ldan/generate-cbor-exec
Draft

Add generate-cbor CLI tool#5762
Lucsanszky wants to merge 2 commits into
masterfrom
ldan/generate-cbor-exec

Conversation

@Lucsanszky
Copy link
Copy Markdown
Contributor

Description

Checklist

  • Commits in meaningful sequence and with useful messages.
  • Tests added or updated when needed.
  • CHANGELOG.md files updated for packages with externally visible changes.
    NOTE: New section is never added with the code changes. (See RELEASING.md).
  • Versions updated in .cabal and CHANGELOG.md files when necessary, according to the
    versioning process.
  • Version bounds in .cabal files updated when necessary.
    NOTE: If bounds change in a cabal file, that package itself must have a version increase. (See RELEASING.md).
  • Code formatted (use scripts/fourmolize.sh).
  • Cabal files formatted (use scripts/cabal-format.sh).
  • CDDL files are up to date (use scripts/gen-cddl.sh)
  • hie.yaml updated (use scripts/gen-hie.sh).
  • Self-reviewed the diff.

@Soupstraw
Copy link
Copy Markdown
Contributor

Soupstraw commented Apr 24, 2026

FYI, the cuddle CLI tool can already generate CBOR from CDDL files with cuddle gen. But since we have custom generators for some of our definitions, then generating from Huddle directly might indeed be a good idea, since the custom generators are not carried over into the CDDL.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants