WillQ

Results 48 comments of WillQ

The move fmt could use the internal move parser to get the ast and do the formatting https://github.com/move-language/move/blob/07f10682c63b7b758b0c7cd6ef91af4e86d25cb4/language/move-compiler/src/parser/mod.rs#L29-L132 . In that case, move fmt could be consistent with the compiler...

> this is a good idea. I want to give this idea a try and get myself into it now. After we get the ast, the move fmt could do...

The comments could be retrieved from [MatchedFileCommentMap](https://github.com/move-language/move/blob/main/language/move-compiler/src/parser/comments.rs#L12). It is explained in https://github.com/move-language/move/blob/main/language/move-compiler/src/parser/lexer.rs#L346-L349 although I am not quite sure whether it works in the correct way. Anyway, I agree that the...

> hi @zsluedem is this ready for review? @michaelsproul There is one thing which I am not sure. Do you need the tests `deserialization_G1`, `deserialization_G2` and `hash_to_G2`. If you don't...

@michaelsproul Hello. I am looking around and trying to take this one. But I am not sure if this issue is obsolete or not. Currently, the BLS_tests are using the...

> But then, if you repeat 2 or more times with a sep that is non-empty you get a `Parser` not a `Parser0`, so maybe you want to retain that,...

The meeting is not only for Chinese members so it is going to be English as well.

@Viraculous @allancto Actually @ottermagically and I want people from as many countries in Asia as possible so English is still the priority.That's the only way to communicate with each other...

@dckc What is the handle of @justinc667 in discord? Or email? Can you make a small introduction of him?