smokytheangel0

Results 11 comments of smokytheangel0

You are quick, sir. I will do that and let you know.

I have a minimal example which gives the same error, https://github.com/smokytheangel0/frb_minimal. I have not created a repo in a long time, so if I did something wrong please let me...

ok thanks for the internal info, I will try and manually implement IntoDartExceptPrimative and I will try and install a newer version of codegen from cargo. I will look at...

after looking through the codegen, I can see where it adds the impl support::IntoDartExceptPrimitive to the generated_bridge lines in impl_intodart() in ty_enum.rs and the format isn't conditional, maybe later the...

its also missing the newline (or String::new()) in the generated output, so the very next thing in generated_bridge lines is the next item presumably from the map operation near the...

The only thing I have found so far is an explicit newline in the format when structs are generated, but no such newline in the enum version of the format....

for both this one and 1904, it seems like we could modify the body and the result of uploader.rs/verify_tarball() so that it could check for naming inconsistencies (in Cargo.toml) as...

I would be honoured to help clean up now, but this is not my house so suggestions are neccessary from the team. I have alot of time to work on...

Is there another issue to add the logging before this feature is implemented, or should I do a metadata size logging PR before a check and error response can be...