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

Fix compile warnings #1056

Merged
merged 17 commits into from
Apr 12, 2022
Merged

Fix compile warnings #1056

merged 17 commits into from
Apr 12, 2022

Conversation

jeremypw
Copy link
Collaborator

@jeremypw jeremypw commented Jun 1, 2021

In order to stop the warning about the deprecated function spawn_sync () it was necessary to include a hacked version of the vte-2.91.vapi as the one generated by GIR is incorrect. Whether it worth doing this is questionable.

@danirabbit danirabbit requested a review from tintou June 2, 2021 17:02
@davidmhewitt
Copy link
Member

The issue with Vala/vapigen that caused this issue with the async version of the method in the vapi has recently been fixed: https://gitlab.gnome.org/GNOME/vala/-/issues/721

I imagine it'll be a while before there's a version of Vte in the repos that contains a fixed vapi, but there will be one eventually, so it's probably better to not carry our own vapi here and just keep using the deprecated method for now. It still works after all.

You could always leave a comment above the line that's giving the warnings saying we're waiting on a fixed vapi.

@danirabbit danirabbit enabled auto-merge (squash) April 12, 2022 22:11
@danirabbit danirabbit merged commit 78c0821 into master Apr 12, 2022
@danirabbit danirabbit deleted the jpw/fix-compile-warnings branch April 12, 2022 22:11
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.

None yet

5 participants