tisonkun commented on issue #5: URL: https://github.com/apache/datasketches-tck/issues/5#issuecomment-5487460513
@leerho The update workflow has changed since my earlier comment. Snapshot source revisions are now managed in `config.toml`, and the `update` command updates both the pinned revision and the generated corpus: ```shell mise install mise run tck -- snapshots update java main ``` Use `go main` for Go and `cpp master` for C++, whose default branch is still `master`. I opened #8 to update C++, Go, and Java to their current default branches. For comparison, `mise run tck -- snapshots sync` only regenerates snapshots from the revisions already pinned in `config.toml`; it does not advance them. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
