julia icon indicating copy to clipboard operation
julia copied to clipboard

Exercism exercises in Julia.

Results 128 julia issues
Sort by recently updated
recently updated
newest added

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...

dependencies :arrow_up_small:

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)...

dependencies :arrow_up_small:

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)...

enhancement :unicorn:
documentation :book:

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

good first issue
new exercise :sparkles:
x:action/create
x:knowledge/elementary
x:module/practice-exercise
x:type/content
x:size/medium

See https://github.com/exercism/configlet for docs on how to fix this.

good first issue
hacktoberfest-accepted
x:action/fix
x:knowledge/elementary
x:module/practice-exercise
x:size/small

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...

x:action/fix
x:knowledge/intermediate
x:type/ci
x:size/medium