JuliaDebug / JuliaDebug/Debugger.jl
Syntax highlighting warning
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 514
- Forks
- 50
- Avg merge
- 9d 9h
- Merged PRs (30d)
- 1
Description
During precompilation of Debugger.jl and transiently during debugging, I see multiple warnings of this form:
failed to highlight code, ErrorException("Language 'julia' requires package 'tree_sitter_julia_jll'. Install with: Pkg.add(\"tree_sitter_julia_jll\")")
Is this something that should have been installed automatically? If it's intended to be optional, perhaps the README's installation section should describe it.
Contributor guide
No contributing guide indexed for this repository
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 with the README's installation section and the package setup for Debugger.jl. Check whether tree_sitter_julia_jll is expected to be installed automatically or is optional; done means the warning's intended behavior is clear and either the dependency setup or installation documentation reflects it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- documentation, tooling
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100