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

エントリーポイントのバリデーション #1016

Closed
mazrean opened this issue Oct 12, 2024 · 3 comments · Fixed by #1025
Closed

エントリーポイントのバリデーション #1016

mazrean opened this issue Oct 12, 2024 · 3 comments · Fixed by #1025
Assignees

Comments

@mazrean
Copy link
Member

mazrean commented Oct 12, 2024

エントリーポイントの設定ミスで正常に起動しないことがかなり多いので、バリデーションをかけたい。
単純にzip内に指定のパスが存在するか確認するだけでだいぶミスが減りそうな気がしている。
実行ファイルの形式のチェックとかまでできるとほぼ動かないことはなくなる気はする。

@mazrean
Copy link
Member Author

mazrean commented Oct 12, 2024

たぶん展開しなくてもパスの一覧までは取り出せる気がするけど、仮に展開する場合はメモリに乗せないように注意する必要がある。

@ikura-hamu ikura-hamu self-assigned this Oct 25, 2024
@ikura-hamu
Copy link
Member

標準のarchive/zip使えば展開せずにできそうだと思ったけど、io.ReaderAtが必要そうでできないかも

@ikura-hamu
Copy link
Member

ikura-hamu commented Oct 25, 2024

1回tmp fileでローカルに保存するしかない?

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

Successfully merging a pull request may close this issue.

2 participants