-
-
Notifications
You must be signed in to change notification settings - Fork 340
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Introduce ProcessRefreshKind::tasks #1436
Conversation
A lot of extra docs to explain what this |
Also: the new setting is still disabled by default. |
No its not. In default we have |
@GuillaumeGomez do you know why this task consistently fails? https://github.com/GuillaumeGomez/sysinfo/pull/1436/checks?check_run_id=36373553137 Doesnt seem to be related to my code change. its failing in rust setup. |
Well, don't trust me, trust the code. Try: let x = ProcessRefreshKind::new();
assert!(x.tasks()); ExplanationsIt's because you need to implement by hand the Please add a unit test with the code above too please.
Yes, it's "normal". Rust's freebsd support is not great and there are often random failures depending on the nightly. |
I see what you mean but ProcessRefreshKind does not have a
Bummer :( This shouldnt block me from merging this PR thought right? |
I actually wanted to write
Nah, not an issue. MacOS CI also randomly fails on |
@GuillaumeGomez can i get an approval on this if everything looks good. This is blocking us from going into production in its current state. |
Well, neither you or your company is sponsoring my work so I have to admit it's not really one of my priorities. ^^' |
Co-authored-by: Guillaume Gomez <guillaume1.gomez@gmail.com>
Co-authored-by: Guillaume Gomez <guillaume1.gomez@gmail.com>
Going through your page, looks like my company was a previous sponsor. DM me and i would like to find out how you got sponsored before and see if I can re-engage the same path. Apologies, I'm super new to OS contributions. |
I think this is the last review round before merging (if I didn't forget anything hopefully). |
Co-authored-by: Guillaume Gomez <guillaume1.gomez@gmail.com>
Co-authored-by: Guillaume Gomez <guillaume1.gomez@gmail.com>
Okay, hopefully this time it's the last review round. 😆 |
Co-authored-by: Guillaume Gomez <guillaume1.gomez@gmail.com>
Thanks! |
No description provided.