Vaivaswatha N

Results 127 comments of Vaivaswatha N

>And perhaps since my next task now is to generalise MD #1906 am I going to find other problems anyway? We will potentially have many MD tags attached to many...

> A good one to start might be "not declared as mutable... but used as mutable here ^". What do you think? Another error that might benefit from this: https://github.com/FuelLabs/sway/issues/751....

> > a flaw I discovered was that: If the intrinsics are called from a script > > We should certainly error out at compile-time if storage intrinsics are used...

> This is great! Thanks Vaivas :) > > Three small requests: > > * Do you mind creating a short issue that explains the motivation behind this change and...

> This is great! Thanks Vaivas :) > > Three small requests: > > * Do you mind creating a short issue that explains the motivation behind this change and...

I've now updated `storage.sw` to use the new intrinsics. To workaround type limitations on the arguments and return type of the intrinsics, I'm using `asm` to do type casts (this...

> Alright. Approving and then I'm out of here. Have a good weekend! Thank you and you too !

This also raises the question of, should `builtin badd` check for overflows. The return type of `bsub` is `Int256`, that needs some fix too. So we'll postpone this issue /...

> This will require support of hash for blockchain.json in the intepreter interface. @evesnow91 can you elaborate?

Committed directly to master. Closing issue.