Michael Coblenz
Michael Coblenz
I'm running into this problem regularly too.
I get the same error on VSCode 1.34.0 on macOS, so this issue appears to be cross-platform. It's a showstopper for me; I can't seem to run any Solidity code...
Okay. Thank you for your work on this!
I had tried to do that, but when I tested it, it didn't seem to have any effect; it still used the system's default version of the toolchain. Can you...
Thanks for this report. I posted on the forum, but I'll paste my reply here too: The Bronze project is exploring the usability costs of the restrictions that Rust imposes....
Updating the readme is a great idea, thanks; I did so. I guess I was sort of expecting that the lack of any kind of meaningful instructions in the README...
I'll copy my forum post reply here for convenience: Indeed, this is language design research. But I view this as an early-stage step toward compatibility with Rust, not with the...
Sachi did part of this to add support for printing.
We should look at the code we've written so far and quantify what fraction of arguments use each permission.
You've encountered an unfortunate temporary special case in the compiler. We don't really have support for static transactions as you're asking for them.