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: delete all non-test uses of usingnamespace #118

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

robbielyman
Copy link
Contributor

this PR refactors libxev to avoid using usingnamespace in favor of manually importing the relevant decls into their corresponding structs. i believe this change involves zero changes to the public API of libxev. in particular, the same functions should be exported, and their arguments have not changed. zig build test on my mac completes successfully, but of course i can only run so many of the tests locally.

i have retained the instances of usingnamespace involving test decls, partly because it is not immediately clear to me how to do without it, and partly because they don't, for instance, make using ZLS more difficult.

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.

1 participant