Luni-4

Results 153 comments of Luni-4

@nathanielsimard Thank you for pointing me to the right directory! Yeah, we can use `burn-common` an apply the strategy described above. I agree!

Thank you @antimora! Yep, you're right, `Reshape` is already implemented

Sure! I'm going to add `tree-sitter-java` update soon

Sorry for the late reply @VladAdGad, we are trying to refactor this crate, so many things are still unstable and not implemented, but your feature would be interesting to have

@Matthias-Fauconneau What's the status of this PR?

Could you please open an issue specifying what is left to do and close this PR? In this way I can remember what we need to implement :) Thank you!

Just my opinion, but I prefer being compliant with the specification in order to have a clear and unanmbiguous implementation. Is a big effort converting bytes into UTF-8 or ASCII...

> You do not have to convert anything, you have to reject non-ascii if your target is an ascii string. Is this spec compliant? If we find an ascii string...