Victor Gao

Results 41 comments of Victor Gao

@movekevin let me know if you have any concerns. Otherwise I'll try to land it soon.

@movekevin I made some of the changes you requested to gas_schedule.move. Let me know if those changes look good to you and if I have answered all of your questions!...

Yeah looks pretty reasonable to me. > if (cond) { s1 } else { s2 }.f looks like it should be parsed as (if (cond) s1 else s2).f but it...

I think this is a great topic to discuss! I think what you said could be broken down into two separate yet related questions: 1. Whether we want to allow...

Regarding (1), @sblackshear it would be great if you could share a more detailed description of your uses, so that we can better understand what's really driving this and make...

Yeah, I think your understanding of `execution_function` is correct. Just to be clear that if we do end up implementing this, we'll likely just create the bootstrap stack via some...

Let's still check the tool in. It's better than having nothing.

Update: there's been more discussions on this issue recently, and here's what we plan to do to address this issue - Setting up a mirror repo that serves only the...

@gregnazario No I didn't have any time (or plan) to work on this, so I'd assume they are still broken unless someone else already took care of it.

@fzgem18 thanks for putting up the feature request! I see that you are trying to add two things with this proposal: 1. String formatting: this is definitely something Move currently...