purescript
purescript copied to clipboard
Exercism exercises in PureScript.
Hello, is it possible to include extra dependencies while uploading solutions through CLI client? In this case I did the Acronym exercise locally using strings-extra (and it works just fine),...
I've put in some work into the switch over to Spago. One thing that has me thinking is how to deal with exercise dependencies (spago.dhall). * We have the example...
Currently https://github.com/purescript/package-sets/releases/download/psc-0.13.8-20210226/packages.dhall is being used. It's probably time to update to 0.14.x, e.g. https://github.com/purescript/package-sets/releases/download/psc-0.14.4-20210919/packages.dhall as of now.
See https://github.com/exercism/exercism/issues/6005 Co-authored-by: Colin Caine
Please check if your documentation files are still up-to-date. The key documentation files to check are: - `docs/ABOUT.md` - `docs/INSTALLATION.md` - `docs/LEARNING.md` - `docs/RESOURCES.md` - `docs/TESTS.md` - `exercises/shared/.docs/help.md` - `exercises/shared/.docs/tests.md`...
Each Concept will have to define a _blurb_, which is a short description of the exercise. In an earlier PR, a placeholder blurb has been added to the .meta/config.json file...
In Exercism v3, we are making increased use of our v2 [analyzers](https://github.com/exercism/docs/blob/main/building/tooling/analyzers/README.md). Analyzers automatically assess student's submissions and provide mentor-style commentary. They can be used to catch common mistakes and/or...
_This issue is part of the migration to v3. You can read full details about the various changes [here](https://github.com/exercism/v3-launch/)._ The [configlet tool](https://github.com/exercism/canonical-data-syncer) has a `lint` command that checks if a...
_This issue is part of the migration to v3. You can read full details about the various changes [here](https://github.com/exercism/v3-launch/)._ There are several new features in Exercism v3 for tracks to...
Each track needs a file that contains track-specific instructions on how to manually run the tests. The contents of this document are only presented to the student when using the...