-
-
Notifications
You must be signed in to change notification settings - Fork 322
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
Make exit status interpretable by CommandConfigurator #2723
Make exit status interpretable by CommandConfigurator #2723
Conversation
looks good |
can you fix the error from the windows too |
Can you help me how I can suppress doctest? Somehow that it doesn't run on windows at least. |
you can't use |
I think it is due to the doc block on top of it that doesn't build successfully on windows. The trait doesn't exist in windows but building the docs on windows makes it appear and fail the build. Maybe we should make the doc only appear on UNIX only. |
This comment was marked as outdated.
This comment was marked as outdated.
There is already one LibAFL/libafl/src/executors/mod.rs Lines 26 to 27 in 6ce447e
Do you want me to restrict it further to linux? What to do about doc ? Should I remove that so that the docs only appears in UNIX?
|
ah never mind i was not aware of that |
Sorry i didn't understand the real issue previously.
Can you do this? |
Merge diff to your branch please. It should work |
wait. i'll just open a pr to fix this... the cfgs in this file is a total mess.. |
Agreed. I pushed your changes BTW. Maybe you can apply the refactor after merging this PR. |
no what i thought was useless was necessary for macos stuff.. |
there's a bit more to fix. |
thank you. |
Anyway, I think refactoring is required for these platform-specific structures. The code is very brittle even for these minor changes. |
Closes #2718