-
Notifications
You must be signed in to change notification settings - Fork 193
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
Test examples and solutions in CI #103
Comments
Thinking more about requirements and weighing some trade-offs of the original solutions-as-branch plan versus alternatives. Nothing seems to meet the requirements in a nice way. Requirements
Solutions as branch:
Solutions as hidden directory:
Contents of
Then use Solutions as tracked patch file
No need to settle on a particular strategy now, and we can pivot from one strategy to another as we learn more about the ergonomics of each. |
Edit (May 26 2020): This is simpler now with #154.
Also, see notes on how examples should be tested: #158 (comment)
We can ensure all tests and solutions are in good working order by adding them to our Travis CI job.
I'm envisioning the following steps in the job config:
spago test
in all chapters and monitor error statusSolutions PRs for a few chapters are in #101 and #102, and anyone is free to start working on this issue. Just post your status here so we don't duplicate efforts.
The text was updated successfully, but these errors were encountered: