Wolfgang Grieskamp
Wolfgang Grieskamp
> Error: values must be emitted before table This is a serious issue with toml. May need to move fields which represent collections at the end of the underlying Rust...
I think all this sounds like a good start, but we may need to think a bit more what is the right approach for a blockchain package repo. - Even...
@lwsinclair it would be great and beneficial for every individual network if we have a unified package landing page. However, we aren't yet in a position to formulate requirements how...
Can you please explain closer why you want to do this? It is problematic to just change the semantics of the underlying Move program. If you want to prevent propagating...
I wonder what we think how important this feature is. I would like to have it in the language (also in the context of our discussion of structs allowed as...
So what is the issue and what is the workaround?
@bmwill Awesome, CI seems to work.
> Overall, I like where this is going. Big fan of the `|T, T, T|T` syntax! I like syntax where the type is matches the expression like this! (I was,...
I ported one of my comments on your original PR to issue #40 . The other ones can be still found in the older PR. Basically, those comment were around...
Like for the prover, if the right tool is not found (i.e. SOLC_EXE is undefined), we should have a graceful error message pointing to hat `dev_setup,sh -dp` should be run....