-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
#28: non-zero exit codes for 'list' and 'search' not found: initial commit #29
Conversation
Hey, thanks for the kind words :) thanks for the MR too, it's always great to get some contributors in here! I'm out right now, but I'll be home in a few hours and then I can get this looked over |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey! Sorry for the delay, I crashed right after I got home earlier and just now woke up :p
…ependency to 'main' branch
651acd6
to
31d2d69
Compare
Sorry for the delayed comments on all that, looks like I forgot to submit my review and they all remained in a pending state on GitHub :p |
4c6f419
to
32f2e2f
Compare
I just pushed some changes to remove that hanging issue you experienced, I also added a Justfile so the Let me know if you're having any trouble with my changes either, I'll be available to help |
We no longer maintain 'CachePackage' structs, as these seemed to have slowed down our code a lot.
32f2e2f
to
dd58ee2
Compare
9f585f1
to
6a1928b
Compare
Sorry for all these dummy commits, I can't do much local testing atm - I'm just doing one last test and then this should all be ready to merge though - lmk if you have any questions or comments about anything, I'll get it merged after that. |
dceb933
to
f1569ac
Compare
I'm gonna go ahead and get this merged @tonky, we can get things changed still as you need though, just let me know. Thanks a ton for the contribution! :) |
Thanks for seeing this though, Hunter! |
Not a problem, there isn't too much of a rush for any of this. Thanks for letting me know though! |
Hey Hunter, saw you post on
mist
in/r/linux
yesterday!As a fan of Arch/AUR(though using PopOS atm) i gave it a try and installed
nodejs
andnpm
fromMPR
- good stuff, i'd say!Then i checked out the
mist
repo - and bam, it's in rust!Well, i have some time on my hands and some rust experience, so why not contribute to a good project?!
Here's the initial draft of #28.
Given that there are a lot of hidden assumptions here(expected test structure?
exitcode::USAGE
for missing 'package base'? rest of subcommands?), i'd like to have some input from you on structure/tests/overall picture.Feel free to comment on PR, so it can be improved as you see fit.