julia
julia copied to clipboard
Exercism exercises in Julia.
Bumps [julia-actions/cache](https://github.com/julia-actions/cache) from 1.1.2 to 1.1.4. Release notes Sourced from julia-actions/cache's releases. v1.1.4: Dependency updates What's Changed Bump actions/cache from 3.0.7 to 3.0.8 by @dependabot in julia-actions/cache#23 Full Changelog: https://github.com/julia-actions/cache/compare/v1.1.3...v1.1.4...
Bumps [julia-actions/setup-julia](https://github.com/julia-actions/setup-julia) from 1.6.1 to 1.8.2. Release notes Sourced from julia-actions/setup-julia's releases. v1.8.1: Use tarballs on macOS when available What's Changed On macOS, first try to find a tarball (.tar.gz)...
The Panagram exercise's instructions say that the tests will only input ASCII characters, this is wrong. Test 14 specifically tests the solution on its handling of non ASCII characters.
I noticed this edge case (contractions with more than one letter after the apostrophe) while mentoring. Happy to use different/more examples or incorporate them into the original test if that...
Since not all tests did pass, I cannot ask for help - mentoring is supposed to be for improvements only? So how to proceed? Possible constraints are not clear. I...
links in contributing guide redirect to non-existent docs files are now under legacy-docs folder for instance: https://github.com/exercism/docs/blob/main/contributing/git-basics.md is here: https://github.com/exercism/legacy-docs/blob/main/contributing/git-basics.md
When running the tests via ``` julia runtests.jl ``` we get the error ``` ERROR: LoadError: UndefVarError: ISBN not defined Stacktrace: [1] top-level scope at /home/user/dev/exercism/julia/isbn-verifier/runtests.jl:5 [2] include(::Function, ::Module, ::String)...
This exercise has never been used as part of the research experiment but it would still make for an interesting practice exercise. You can find it here: https://github.com/exercism/research_experiment_1/pull/140
See https://github.com/exercism/configlet for docs on how to fix this.
Fix CI
This repository's `main` branch currently does not pass all CI checks. This makes detecting issues in PRs harder and might result in a broken track, and so is an important...