-
Notifications
You must be signed in to change notification settings - Fork 34
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
インタプリタのエラーハンドリングhookでabortしないようにしたい #710
Comments
5 tasks
「一箇所がエラー出てるのに他の所が動きっぱなしだとなんかややこしいことになりそう?」という感じでabortをつけた覚えがありますが、まあやり過ぎでしたね。 オプトインでabortする設定にできるようにするくらいはしたいかもです。 |
この挙動に頼っている実装(そんなものあるのか?)が壊れる可能性があるので逆でもいい気がした |
仕様のデザインとしては、より一般的であろうユースケースの方をデフォルトにしたい気持ちはあるんですよね |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
AiScriptのコードがエラーで停止しても同じインタプリタを使いまわす処理があるが、err hookが設定されている場合に限ってabortが呼ばれてしまい、以降に別のAiScriptコードを実行させる際にも全く動作しなくなる問題を回避したい
Related to misskey-dev/misskey#14117, misskey-dev/misskey#14050
The text was updated successfully, but these errors were encountered: