You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: wire compat-test bundle from quantcli/common against crono-export (#31)
First consumer of the quantcli/common compat framework (QUA-8).
- Adds build-tag-gated compat_contract_test.go that runs
compat/dates.RunContract against the built crono-export binary.
- New CI job builds the binary, resolves github.com/quantcli/common/compat
via go mod tidy, and runs `go test -tags=compat -run TestContractDates ./...`
with CRONO_EXPORT_BIN pointed at the built binary.
- compat.Runner uses the Subcommands affordance to dispatch per-data-producing
subcommand (biometrics/exercises/nutrition/servings/notes) since crono's
--since/--until live on subcommands, not the root binary.
- require pinned to the post-merge main-rooted pseudo-version of
quantcli/common/compat (v0.0.0-20260510225630-4c588c19cd1b, = merge
commit 4c588c1).
Refs QUA-8.
Co-Authored-By: Paperclip <noreply@paperclip.ing>
0 commit comments