Go async #730

クローズ
igalic が go/async から master への 46 コミットのマージを希望しています
igalic がコメント 4年前 (github.comから移行)

update rocket and its dependencies to their async branch.
update our code to use rocket's async APIs

update rocket and its dependencies to their `async` branch. update our code to use rocket's async APIs
codecov[bot] がコメント 4年前 (github.comから移行)

Codecov Report

Merging #730 into master will increase coverage by 0.03%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #730      +/-   ##
==========================================
+ Coverage   39.08%   39.11%   +0.03%     
==========================================
  Files          73       73              
  Lines        9736     9643      -93     
  Branches     2227     2183      -44     
==========================================
- Hits         3805     3772      -33     
+ Misses       4879     4819      -60     
  Partials     1052     1052              
# [Codecov](https://codecov.io/gh/Plume-org/Plume/pull/730?src=pr&el=h1) Report > Merging [#730](https://codecov.io/gh/Plume-org/Plume/pull/730?src=pr&el=desc) into [master](https://codecov.io/gh/Plume-org/Plume/commit/ef70cb93e6d9457355bce4f6dae485c700bb07c6&el=desc) will **increase** coverage by `0.03%`. > The diff coverage is `100.00%`. ```diff @@ Coverage Diff @@ ## master #730 +/- ## ========================================== + Coverage 39.08% 39.11% +0.03% ========================================== Files 73 73 Lines 9736 9643 -93 Branches 2227 2183 -44 ========================================== - Hits 3805 3772 -33 + Misses 4879 4819 -60 Partials 1052 1052 ```
igalic (github.comから移行) がレビュー 4年前
igalic (github.comから移行) がコメント 4年前

this std::fs::read could (should?) be async.

this std::fs::read could (should?) be async.
elegaanz (github.comから移行) がレビュー 4年前
elegaanz (github.comから移行) がコメント 4年前

It could with something like async-std, yes. But maybe add a todo and leave it for a future PR?

It could with something like async-std, yes. But maybe add a todo and leave it for a future PR?
KitaitiMakoto がプルリクエストをクローズ 3年前
このプルリクエストはブランチが削除されているため、再オープンできません。
コマンドラインの手順も確認できます。

ステップ 1:

あなたのプロジェクトリポジトリで新しいブランチをチェックアウトし、変更内容をテストします。
git checkout -b go/async master
git pull origin go/async

ステップ 2:

変更内容をマージして、Forgejoに反映します。
git checkout master
git merge --no-ff go/async
git push origin master
サインインしてこの会話に参加。
レビューアなし
マイルストーンなし
担当者なし
1 人の参加者
通知
期日
期日が正しくないか範囲を超えています。 'yyyy-mm-dd' の形式で入力してください。

期日は未設定です。

依存関係

依存関係が設定されていません。

リファレンス: Plume/Plume#730
読み込み中…
まだ内容がありません