András B Nagy
András B Nagy
This is the result of running `configlet fmt -uy`. This doesn't add any content, but it rearranges the existing information. Since `configlet create --practice-exercise ` formats the track config anyways,...
Using Delphi 12, my solution compiles for me and spits out an XML file with the DUnitX results. It seems I could document the location and structure of this file...
Exercism tracks generally provide a stubbed-out implementation so the students don't start from a blank page. I can go through the existing solutions and figure out what those stubs might...
See https://github.com/exercism/lfe-test-runner/pull/68. This repo's CI uses the test runner image, but that makes it a bit difficult to prep upgrading the repo. I'll open a separate PR about moving the...
Problem specification: https://github.com/exercism/problem-specifications/tree/main/exercises/all-your-base TODO: - Generate the exercise files with `./bin/fetch-configlet` && `./bin/configlet create --practice-exercise all-your-base`. - Add your GitHub username as a string to the "authors" array in `./exercises/practice/all-your-base/.meta/config.json`....
Closes #418 by removing the offending tests and adding the canonical tests from the problem-specs repo. This will break existing solutions because previously students implemented `my-fold` but now we're asking...
I'm leaving this exercise as `WIP` status so we can double-check what this looks like with the 12 extra tabs (for the input files) in the online editor. At the...