Go async #730

Fermé
igalic veut fusionner 46 révision(s) depuis go/async vers master
igalic a commenté il y a 4 ans (Migré de 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] a commenté il y a 4 ans (Migré de 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 (Migré de github.com) révisé il y a 4 ans
igalic (Migré de github.com) a commenté il y a 4 ans

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

this std::fs::read could (should?) be async.
elegaanz (Migré de github.com) révisé il y a 4 ans
elegaanz (Migré de github.com) a commenté il y a 4 ans

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 a fermé cette pull request il y a 3 ans
Cette demande d'ajout ne peut pas être rouverte car la branche a été supprimée.
Vous pouvez également voir les instructions en ligne de commande.

Étape 1:

Depuis le dépôt de votre projet, sélectionnez une nouvelle branche et testez les modifications.
git checkout -b go/async master
git pull origin go/async

Étape 2:

Fusionner les modifications et mettre à jour sur Forgejo.
git checkout master
git merge --no-ff go/async
git push origin master
Connectez-vous pour rejoindre cette conversation.
Aucune évaluation
Aucun jalon
Pas d'assignataires
1 participants
Notifications
Échéance
La date d’échéance est invalide ou hors plage. Veuillez utiliser le format 'aaaa-mm-dd'.

Aucune échéance n'a été définie.

Dépendances

No dependencies set.

Reference: Plume/Plume#730
Chargement…
Il n'existe pas encore de contenu.