Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

`io_uring_scheduler` can `throw` in `noexcept` functions causing termination

オープン
#1,265 コメント 0 件 リアクション 0 件 担当者 1 名 GitHub で見る

@maikel がすでに取り組んでいます。

2024年2月28日 から。

評価

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

説明

clang-tidy found these:

/home/eniebler/Code/stdexec/include/exec/linux/io_uring_context.hpp:528:14: warning: an exception may be thrown in function 'operator()' which should not throw exceptions [bugprone-exception-escape]
  528 |         void operator()() const noexcept {
      |              ^
/home/eniebler/Code/stdexec/include/exec/linux/io_uring_context.hpp:696:19: warning: an exception may be thrown in function 'tag_invoke' which should not throw exceptions [bugprone-exception-escape]
  696 |       friend void tag_invoke(stdexec::start_t, __io_task_facade& __self) noexcept {
      |                   ^

I notice there is another one in __stop_operation::__t::__start().

主要言語
C++
スター
2.4k
フォーク
270
平均マージ
2日 17時間
マージ済み PR(30日)
37

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

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

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

NVIDIA/stdexec のほかの issue

NVIDIA/stdexec の issue をすべて見る

似ている issue

C++ の issue をもっと見る

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

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