Skip to content
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

glib2: fix parser in MkEnums for resent GLib #1295

Merged
merged 2 commits into from Sep 8, 2019

Conversation

mtasaka
Copy link
Member

@mtasaka mtasaka commented Sep 6, 2019

GLib 2.62.0 introduced some deprecation warnings for macros in gtestutils.h with the commit https://gitlab.gnome.org/GNOME/glib/commit/40ff4759774516b7dff3b07303a98fc1626b2d0e .
This patch makes GLib::MkEnums correctly parse header files in GLib 2.62.0 again.

Fixes #1294

@kou
Copy link
Member

kou commented Sep 6, 2019

Thanks for your pull request.
I'm preparing test environment. Please wait for while.

GLib 2.62.0 introduced some deprecation warnings for macros in gtestutils.h with the commit https://gitlab.gnome.org/GNOME/glib/commit/40ff4759774516b7dff3b07303a98fc1626b2d0e .
This patch makes GLib::MkEnums correctly parse header files in GLib 2.62.0 again.
@kou kou merged commit 764b869 into ruby-gnome:master Sep 8, 2019
@kou
Copy link
Member

kou commented Sep 8, 2019

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

glib-enum-types.c generated with GLib 2.61.3 fails to compile
2 participants