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

Test multiple attribute-like macros used on the same function - especially order #4

Open
loredanacirstea opened this issue Jan 18, 2020 · 0 comments

Comments

@loredanacirstea
Copy link
Member

E.g. using #[wasm_bindgen] #[dtypei_attr] results in the dtypei macro being called two times for the same function. First time with the actual function code, the second time with the post-wasm_bindgen processing.

If order is reversed, then the dtypei macro is called with the processed code, once. We do not want this.

Further digging into the problem is needed & testing with multiple macros & various ordering.

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

No branches or pull requests

1 participant