Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Remove useless cyclic dependency #2387

Merged
merged 3 commits into from
Oct 31, 2023
Merged

Conversation

marc0246
Copy link
Contributor

Iirc I added this dependency to vulkano-macros because I intended to use it in unit-tests, but then realized I can put those inside vulkano. In other words, this dependency was never used and exists by accident.

@marc0246
Copy link
Contributor Author

Oh I see, it actually is needed as it stands, because even in the unit tests that don't use the derive macro itself, a call to proc-macro-crate is made. Easy fix though.

@Rua Rua merged commit 4e79d5d into vulkano-rs:master Oct 31, 2023
@marc0246 marc0246 deleted the cyclic-dependency branch October 31, 2023 18:43
hakolao pushed a commit to hakolao/vulkano that referenced this pull request Feb 20, 2024
* Remove useless cyclic dependency

* Move the call to `crate_ident` outside of the derive functions
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants