-
-
Notifications
You must be signed in to change notification settings - Fork 339
[WOW64] Added more missing pieces and the interpreter works #2682
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
Conversation
Ported from AndreRH/hangover
@AndreRH I ported some more missing part from hangover, please have a look if you find the time. :^) |
First of all: I won't always be starting a review as quickly as today :) Second: I know it's very common here to have squashing and non-atomic commits, but I really don't understand why saving on the commit count would have any benefit over easy reviews, comprehensibility and easy git bisects. So having all those topics in one commit really is a mess to me: various formatting changes, syscall cleanup, signal handling, file moving, adding debug messages. I'd have liked to see at least 5 commits here. Anyway, I'll leave some comments on the code |
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.
Thanks for the quick review! I've addressed the suggestions, please check again!
No problem!
Well, I don't have opinion on the atomic commits stuff, just being lazy... But I can surely have the commits atomic next time I request a review from you.
|
Seems there's no way for me to mark my comments as resolved. |
No description provided.