-
Notifications
You must be signed in to change notification settings - Fork 32
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
BlockStatement not migrated #208
Comments
Wooo a new bug to squash. I’ll try to take a look at it this weekend. |
@tylerturdenpants this was on https://github.com/rust-lang/crates.io btw |
@Turbo87 I spoke too soon. Deleting previous comment. |
Ok, so I was right, because |
hmm, good point. I'm not sure in which scenario I tried to run the codemod, because I do have a branch that updates the project to 3.15 😅 |
hold on, this is a block statement, can that be anything other than a component invocation? (except for if/each) |
I can give you the DEBUG info in a few hours to show you that although the module for the component is there, evaluating it causes an error, and therefore never makes it to the component types array in the telemetry |
Plus the telemetry code doesn't certify a particular block mustache statement as valid component invocation even though it is. I'd have to enhance the codemod to apply these heuristics. A PR such as this would be awesome from a skilled programmer such as yourself... 😁 |
yeah, I think we only should rely on the telemetry data in ambiguous cases :) |
Agree. |
@rwjblue I agree too... but I'm trying to find the time! 😄 Busy holiday stuff, work, and family. |
I don't know why, but the following snippet was not converted correctly. The code lived inside another block that was correctly converted.
The text was updated successfully, but these errors were encountered: