1. Euphoria on Exercism
- Posted by axtens_bruce in April
- 836 views
We are live. https://exercism.org/tracks/euphoria/ I'm hoping to see an uptick in memberships here and students there. Having extra eyes and fingers on the language itself would be good too though that'll take longer to achieve. Let's see how we go with mentoring. I may be back here asking for volunteers.
-Bruce
2. Re: Euphoria on Exercism
- Posted by petelomax in April
- 737 views
If you have a moment, could you give me a birds-eye view of what I need to know to test things in docker?
I'm not asking for a detailed tutorial, just a (5 or 6?) bullet-point list of the commands I need to be able to run and perhaps a few words about what I should expect to see.
I'm planning on doing this in Windows, so my setup will be different to yours, if I should be doing it online or somewhere, that's something else I need to be told.
3. Re: Euphoria on Exercism
- Posted by axtens_bruce in April
- 754 views
- Fork https://github.com/exercism/euphoria-test-runner
- Adapt https://github.com/exercism/euphoria-test-runner/blob/main/Dockerfile to your needs (likely changing your ENTRYPOINT)
- Look at what https://github.com/exercism/euphoria-test-runner/blob/main/bin/run-in-docker.sh and https://github.com/exercism/euphoria-test-runner/blob/main/bin/run-tests-in-docker.sh are doing
I am not particularly au fait with docker. Erik Schierboom on the Exercism Forum is my go to person for help in this regard.
-Bruce