quarto-dev / quarto-dev/quarto-r
quarto list extensions change in v1.9
Open
Nobody has claimed this yet.
- Dominant language
- R
- Stars
- 161
- Forks
- 29
- Avg merge
- 3h 18m
- Merged PRs (30d)
- 1
Description
> quarto_list_extensions()
Id Version Contributes
1 julia-engine 0.1.0
2 orange-book 0.1.0 formats
which makes test fail
This is due to quarto change in v1.9
❯ quarto list extensions
Id Version Contributes
julia-engine 0.1.0
orange-book 0.1.0 formats
while previously
❯ quarto list extensions
No extensions are installed in this directory.
Either this is expected change, or we need to improve this on quarto-cli side
This is impacting also
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 failing test in tests/testthat/test-list.R and comparing its expected output with the Quarto v1.9 extension listing shown in the issue. Then inspect the impacted logic in R/remove.R; done means the v1.9 behavior is handled consistently, or the issue clearly identifies the required quarto-cli change.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- r
- Domain
- cli, testing
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 50/100