forked from paf31/purescript-book
-
Notifications
You must be signed in to change notification settings - Fork 197
Closed
Description
There are lots of maintenance benefits to tracking solutions in the master branch. I'll make that conversion after #140 and #144 are merged, and if there are no objections.
The plan is to:
- Keep solutions in
test/no-peeking/Solutions.purs - Track a blank
test/MySolutions.purs - In
test/Main.purs:- Import both
Test.NoPeeking.SolutionsandTest.MySolutions - Start with all exercises uncommented
- This will enable easy CI
- Import both
Then instruct readers to:
- Delete the
import module Test.NoPeeking.Solutionsline - Block-comment all tests
- Add their solutions to
Test.MySolutions.purs - Uncomment tests as they solve each exercise
This new process makes things a bit more annoying for readers by adding steps 1 and 2.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels