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

Utilize Async IO #29

Merged
merged 29 commits into from
Oct 19, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
c4e099d
refactor: rewrite in async rust, part 1
rami3l Oct 16, 2020
63346ef
refactor: rewrite in async rust, part 2
rami3l Oct 16, 2020
8a4f994
refactor: add async main (unfinished)
rami3l Oct 17, 2020
22b0e1d
refactor: try to rewrite `PackageManager` in async Rust (failed)
rami3l Oct 17, 2020
eef8b95
refactor: try to rewrite `PackageManager` in async Rust, take 2 (failed)
rami3l Oct 17, 2020
3377877
refactor: try to rewrite `PackageManager` in async Rust, take 3 (failed)
rami3l Oct 17, 2020
dc1d917
refactor: try to rewrite `PackageManager` in async Rust, take 4
rami3l Oct 18, 2020
de4ca08
chore: clean the clutters
rami3l Oct 18, 2020
70b5bac
refactor: optimize error messages
rami3l Oct 18, 2020
85dde21
test: add another test for output testing
rami3l Oct 18, 2020
392dfe6
fix: fix exec_checkall and exec_checkerr
rami3l Oct 18, 2020
72afa2a
refactor: activate `homebrew` (failed)
rami3l Oct 18, 2020
5f9567f
refactor: try to rewrite `PackageManager` in async Rust, take 5
rami3l Oct 18, 2020
9df694e
refactor: finish `homebrew` (experimental)
rami3l Oct 18, 2020
54f35b0
fix: fix `exec_checkerr`
rami3l Oct 18, 2020
54410bb
fix: fix #25
rami3l Oct 19, 2020
41bd609
fix: fix non-zero return code when using `--dryrun`
rami3l Oct 19, 2020
47d6b28
refactor: finish `choco`
rami3l Oct 19, 2020
2e7ccff
refactor: finish `apk`
rami3l Oct 19, 2020
dce8a20
refactor: finish `apt`
rami3l Oct 19, 2020
1dcbb68
refactor: finish `conda`
rami3l Oct 19, 2020
2495f28
fix: fix behavior of `homebrew_Qs`
rami3l Oct 19, 2020
c7b93b3
refactor: finish `dnf` and `zypper`
rami3l Oct 19, 2020
1d0e9e3
refactor: finish `pip` and `tlmgr`
rami3l Oct 19, 2020
e02d402
refactor: finish `macports`
rami3l Oct 19, 2020
f03cb05
refactor: finish `linuxbrew`
rami3l Oct 19, 2020
63e7a38
chore(test): enable CI tests on PR
rami3l Oct 19, 2020
c50c7dd
Merge branch 'master' into async
rami3l Oct 19, 2020
e0008a4
test: fix async test
rami3l Oct 19, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
"nuget",
"nupkg",
"pacaptr",
"printf",
"proto",
"rdepends",
"repoquery",
"rmtree",
Expand Down
294 changes: 284 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading