-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
LibWebView: Port to Windows #3002
Conversation
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.
A general comment on your PRs lately: it'd be helpful if the commit message explained why you made the changes you did. Specifically here the removal of the static asserts. If someone in future wonders why they're gone, (presumably they were added for a reason originally,) and the git blame just tells them "Port to Windows", it doesn't explain why Windows doesn't like these, or the trade offs you made, etc.
I've had a skim of a few of your PRs and generally the commits are clear, but the final "LibFoo: Port to Windows" commits tend to have changes that could use more explanation, especially for someone like me who doesn't know about Windows' differences.
These static asserts were placed by @ADKaster just to mark places that might need attention when porting to Windows. They don't even compile - not because the assert fails, but because there is no such type IPC::TransportSocket on Windows (IPC::TransportSocketWindows is used instead). They are essentially elaborate FIXMEs. |
They are fixmes yes. But they do need attention when Mach IPC is a thing as well, not just windows |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions! |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions! |
257aaab
to
f4747c0
Compare
Your pull request has conflicts that need to be resolved before it can be reviewed and merged. Make sure to rebase your branch on top of the latest |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions! |
Your pull request has conflicts that need to be resolved before it can be reviewed and merged. Make sure to rebase your branch on top of the latest |
12c649f
to
758a893
Compare
No description provided.