aclai-lab / aclai-lab/MultiData.jl
`Revise` is a runtime dependency
- Lenguaje dominante
- Julia
- Estrellas
- 5
- Forks
- 0
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
`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.)
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.