quarto-dev / quarto-dev/quarto-cli
there are no tests for Julia
Open
Nobody has claimed this yet.
engines-julia
enhancement
- Dominant language
- JavaScript
- Stars
- 6k
- Forks
- 458
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 41
Description
Bug description
As far as I can tell, there are no tests of rendering .qmd files with Julia code. E.g.
paul@pts2 tests [main] $ grep -rnw . -e "{julia}" | wc -l
0
paul@pts2 tests [main] $ grep -rnw . -e "{python}" | wc -l
15
paul@pts2 tests [main] $ grep -rnw . -e "{r}" | wc -l
130
Checklist
- Please include a minimal, fully reproducible example in a single .qmd file? Please provide the whole file rather than the snippet you believe is causing the issue.
- Please format your issue so it is easier for us to read the bug report.
- Please document the RStudio IDE version you're running (if applicable), by providing the value displayed in the "About RStudio" main menu dialog?
- Please document the operating system you're running. If on Linux, please provide the specific distribution.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by running the issue's grep searches in the tests tree to compare {julia} coverage with {python} and {r}. Add a minimal .qmd rendering test for Julia code, and consider the work done when Julia rendering has test coverage comparable to the existing language tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- testing-qa
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100