Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add JSON dump command #24

Merged
merged 3 commits into from
Jan 4, 2022
Merged

Conversation

kubukoz
Copy link
Member

@kubukoz kubukoz commented Jan 4, 2022

Closes #20. Probably incomplete, I'm not sure if the output is all that's necessary to read a model.

"com.monovore" %% "decline" % "2.2.0",
Dependencies.Weaver.cats.value % Test
),
testFrameworks += new TestFramework("weaver.framework.CatsEffect")
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At this point we should try to get Weaver as a default test framework in sbt...

@Baccata
Copy link
Contributor

Baccata commented Jan 4, 2022

Probably incomplete, I'm not sure if the output is all that's necessary to read a model.

The output is an exhaustive view of the model, minus the standard library. So it should be enough 👍

@Baccata Baccata merged commit 4d733be into disneystreaming:main Jan 4, 2022
@kubukoz kubukoz deleted the json-dump-command branch January 4, 2022 16:13
Baccata added a commit that referenced this pull request May 10, 2022
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.

Add command to cli to dump json views of the models.
2 participants