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 name collisions #81

Merged
merged 2 commits into from
Sep 27, 2024
Merged

Fix name collisions #81

merged 2 commits into from
Sep 27, 2024

Conversation

Kolos65
Copy link
Owner

@Kolos65 Kolos65 commented Sep 27, 2024

To avoid any future name collisions, this PR updates the macro to use fully qualified identifiers in macro generated code. In order to avoid name collision between the module Mockable and the existing Mockable protocol, it was renamed to Mocked.

Thanks @wvteijlingen-npo for the issue and the solution idea. 🎉

@Kolos65 Kolos65 linked an issue Sep 27, 2024 that may be closed by this pull request
@Kolos65 Kolos65 force-pushed the fix-name-collisions branch from cabf04a to 5617b6f Compare September 27, 2024 12:59
@Kolos65 Kolos65 force-pushed the fix-name-collisions branch from 5617b6f to c774d42 Compare September 27, 2024 13:12
@Kolos65 Kolos65 merged commit de5fecd into main Sep 27, 2024
2 checks passed
@wvteijlingen-npo
Copy link

Thanks for the quick response and implementation! 👍

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.

Use fully qualified identifiers in macro generated code
2 participants