aclai-lab / aclai-lab/MultiData.jl
`Revise` is a runtime dependency
- Lingua principale
- Julia
- Stelle
- 5
- Fork
- 0
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
`Project.toml` lists `Revise` in `[deps]`:
```toml
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
```
`Revise` is a development tool. As a runtime dependency it means every user of `MultiData` installs
and precompiles it, and it joins the resolution problem for anyone combining this package with others.
It normally lives in `[extras]` with a `test` target, or simply in the developer's own environment.
### What would close it
Moving it out of `[deps]`. If something in the package genuinely calls into `Revise` at runtime I have
missed it, and I would be glad to be corrected.
(`SoleFeatures.jl` carries the same line; reported there separately.)
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.