-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
uucore: support cygwin #9535
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
base: main
Are you sure you want to change the base?
uucore: support cygwin #9535
Conversation
|
please format the code! thanks |
60fbc3e to
6b40a7c
Compare
I'm in hurry a bit. done |
well, i am not :) so, please take your time :) |
|
GNU testsuite comparison: |
|
I started to test it, and it seems that signals handling is broken... needs investigation :( |
|
Please use LANG=C makepkg .
I started to test it, and it seems that signals handling is broken...
I think buildable is enough at a moment.
|
6b40a7c to
e3550ad
Compare
messages in Russian are printed by makepkg, so it doesn't matter much edit: but yeah, chmod is missing |
6113cda to
6747b40
Compare
|
ctor doesn't support Cygwin so I have to leave it without UNIX_PROGS for now |
6747b40 to
1ef4fc4
Compare
|
GNU testsuite comparison: |
for reference they're defined here: https://cygwin.com/cgit/newlib-cygwin/tree/winsup/cygwin/include/cygwin/signal.h#n425 |
This comment was marked as resolved.
This comment was marked as resolved.
Is different PR to bump |
no, these deps must update mio first |
0406678 to
31fbcbc
Compare
CodSpeed Performance ReportMerging #9535 will not alter performanceComparing Summary
Footnotes
|
requires [libc patch](rust-lang/libc@a3bb40e), mio v1.1.0 and [nix patch](nix-rust/nix#\2708). behavior is mostly matched with Linux
31fbcbc to
fa71913
Compare
|
GNU testsuite comparison: |
1 similar comment
|
GNU testsuite comparison: |
requires libc patch, mio v1.1.0 and nix patch. behavior is mostly matched with Linux. UNIX_PROGS are currently not supported due to missing ctor/dtor support of cygwin (and possibly a bit more issues)
fixes #5417