Nick Furfaro

Results 61 comments of Nick Furfaro

Hey, any progress on this? I've modified the indentation of my closong parens on all my abstract functions as a workaround... but would be great if this wasn't an issue.

Thanks for the suggestion, I will do that. Good luck with this! On Sat., Nov. 30, 2019, 5:32 a.m. Raghav Dua, wrote: > @nfurfaro This is one of the issues...

I like the combination of the `contract` keword and the use of self as mentioned above: ``` // effectively a named `mod` contract MyContract { // internal impl maybe? impl...

>Maybe this would help replacing the ContractCaller type (see https://github.com/FuelLabs/sway/issues/1261) with an actual library type Contract I like this last point. Intuitively I tent to think of an instance of...

I think that adding methods to the `Contract` type makes sense for some, (but not all) of the listed functions above. i.e: getting the balance or contractId of the current...

>perhaps one alternative might be to have a msg method on self This sounds promising. I was also thinking that there maybe a place for a `Message` type with methods...

No problem. One thing that may be of help to you: In our project we use truffle to compile and test. Often, after making changes to a contract and running...

@JoranHonig Thanks for working on this so quickly! I'm unable to get it working atm, but it's a different issue. ``` Artifacts written to /var/folders/3_/f3d20vzs5z71mqh32lgkkz2m0000gq/T/test-2020120-92945-1b8b0jo.mjd1 > Compiled successfully using: -...

Yes, I get that "unset" here describes a state rather than a verb, but I still think the wording would be improved as suggested. I find it harder to parse...

It's been a while since this was opened, so I want to resurface it as it will be needed for supporting upgradeable contract patterns.