-
Notifications
You must be signed in to change notification settings - Fork 61
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
id "idea"
gets converted to id("ea")
#54
Comments
Uh oh, let me check my favorite maintainer. @WhosNickDoglio do you have any idea? |
Can you share a build.gradle snippet that can reproduce the issue? I tried adding tests for it in #55 and it converts the blocks correctly. |
@WhosNickDoglio Here is the file I used. There are several issues that came out of it, not just this one. Some of them took me a good minute to find. Some examples:
I'm sure there are more, for example the entire loom section I had to manually convert. Anyways, this script helped me get part way there so thanks for the help and the script! :) |
Messing around with the file provided above and I can't reproduce the I'll start working through them this week to see how feasible it is to fix them, like it's called out in the script intro this is a helper tool and not meant to be perfect so as of right now I'm unsure if I'll get to all of them but I'll certainly try. 👍 |
Yup, no rush or anything, I got my build script converted. I just figured I would post the things I had to manually fix in case you want to try and handle them in the script. :) When I did the conversion, I used the "clipboard" method. I don't know if that makes a difference or not for the "idea" issue. Thanks for the script! :) |
When running the script,
id "idea"
gets converted toid("ea")
in the plugin section. It looks like a regex is looking inside of quoted strings when it shouldn't be.Thanks for the script! :)
The text was updated successfully, but these errors were encountered: