Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

過去バージョンを読み込むユーザーディレクトリを作る #457

Closed
Hiroshiba opened this issue Aug 27, 2022 · 0 comments · Fixed by #458
Closed

過去バージョンを読み込むユーザーディレクトリを作る #457

Hiroshiba opened this issue Aug 27, 2022 · 0 comments · Fixed by #458
Labels

Comments

@Hiroshiba
Copy link
Member

内容

の件です。
今はrun.pyにコマンド引数として過去バージョンのコアのディレクトリを指定すれ過去のコアを利用できますが、この処理をサードパーティアプリに行ってもらうのは若干難しいのかなと思います。

そこで、ユーザー辞書が保存されているユーザーディレクトリ辺りに、過去バージョンのコアを保存しておけるディレクトリを配置して、毎回そこのファイルも読もうとするようにしたいです。

Pros 良くなる点

保存先が明確になり、保守やサードパーティアプリからの利用が簡単になる

Cons 悪くなる点

舐めるディレクトリの数が増える

実現方法

user_dir/core_librariesディレクトリを作って、そこにcore.dllなどを配置できるようにする。
また、複数バージョンがあることも想定して、さらに子ディレクトリを作ってそこも探索する。

その他

という仕様はどうでしょうか・・・?
ご意見頂けると・・・! @PickledChair @takana-v

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant