aclai-lab / aclai-lab/MultiData.jl

`Revise` is a runtime dependency

オープン
#5 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Julia
スター
5
フォーク
0
PR マージ指標
30日以内にマージされた PR はありません

説明

`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.)

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。