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
Just an FYI that the recommended install route does not work:
% go install github.com/grafana/thema/cmd/thema@latest
go: downloading github.com/grafana/thema v0.0.0-20230926104747-067284b336bb
thema
go: github.com/grafana/thema/cmd/thema@latest (in github.com/grafana/[email protected]):
The go.mod file for the module providing named packages contains one or
more replace directives. It must not contain directives that would cause
it to be interpreted differently than if it were the main module.
@jamietanna If you are adventurous, I added some stuff to hof that forms the building block to implementing similar capabilities. Notably, the ability to checkpoint, diff, and produce the entire history of a data model as a json object. My plan is to build on top of this to generate the code that would implement the ideas here.
Just an FYI that the recommended install route does not work:
Related: https://www.jvt.me/posts/2023/09/20/go-mod-fork-gotcha/
This should be straightforward enough to fix by updating https://github.com/grafana/cue/blob/971951014e3ffb3787af98614f57977d2365f104/go.mod#L1 to be the new module import path (but may require code changes as we're no longer using the Cue imports)
The text was updated successfully, but these errors were encountered: