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

Refactor Extension Interface #604

Merged

Conversation

konczg
Copy link
Contributor

@konczg konczg commented Nov 14, 2024

These changes refactor the extension interface into a single protocol that provides access to the library handle and the getProcAddr function, giving the implementation more flexibility in providing these to the bindings.

These changes refactor the extension interface into a single protocol that provides access to the library handle and the getProcAddr function, giving the implementation more flexibility in providing these to the bindings.
@migueldeicaza migueldeicaza merged commit cd9821f into migueldeicaza:main Nov 15, 2024
1 of 2 checks passed
migueldeicaza added a commit that referenced this pull request Nov 15, 2024
@migueldeicaza
Copy link
Owner

This broke the build, but the other problem is that it introduced an "import GDExtension" when we use "@_implementationOnly import GDExtension" everywhere else.

@migueldeicaza migueldeicaza mentioned this pull request Nov 15, 2024
@konczg
Copy link
Contributor Author

konczg commented Nov 18, 2024

I have recreated the PR with the necessary changes: #611

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.

2 participants