-
Notifications
You must be signed in to change notification settings - Fork 87
Add initialize flags and pReserved to CInitializeArgs #330
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?
Add initialize flags and pReserved to CInitializeArgs #330
Conversation
3abf58e to
6ff1f0a
Compare
hug-dev
left a comment
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 changes, it looks good to me! Just a small doc comment
6ff1f0a to
f429b59
Compare
I fixed it, my bad |
Signed-off-by: Alexandru Placinta <placintaalexandru1@gmail.com>
84c7d88 to
12df171
Compare
Jakuje
left a comment
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.
Change looks reasonable. Though I am not much happy about breaking the API of the initialize() function as it means all the applications will have to be changed to use the new API.
Even though it looks like one simple change, if they accumulate and they span over several dependencies that need to be updated, its something that goes from mildly annoying to quite a complex problem to solve.
That said, I would prefer to keep the old API working if at least a bit possible (even marking deprecated would be ok).
#321