-
Notifications
You must be signed in to change notification settings - Fork 46
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
Duplicate filename, but what? #127
Comments
Fixing this will require that |
Started work on a solution, but running into some macro errors that I either don't know or have forgotten how to solve. |
I ran into this issue as well. I'd really like to know what the duplicate is or how to avoid this.
I think the error you're getting is because you're expanding the argument list into a tuple rather than just letting it expand as arguments to the |
Hi, I'm interested in solving this. After spending some time digging through the code in commit 4185739, I believe that I can solve the macro issue. If it's OK, I would like to open a PR. However, there are a few things I want to address:
Lines 17 to 38 in 4185739
Lines 410 to 417 in 4185739
Lines 266 to 267 in e074e09
|
Sure, a PR would be great. Do whatever makes the |
I've opened a draft PR, but I noticed an issue with the CI. Currently, the CI only runs |
Sure, sounds good. |
PR opened (#283). I ran into some clippy problems, so it took longer than expected... |
I'm getting this error:
but I cannot understand what is the file duplicated.
Is it possible to write the filename in the error?
The text was updated successfully, but these errors were encountered: