Adam Welc
Adam Welc
@code-eren - any more feedback on this?
> The `use` case is not supported currently. > > ```move > moduel A::m{ > use B::m::Somestruct; > > fun test(a: SomeStruct){} > } > ``` > > the `Somestruct`...
Please provide a more detailed information on how to repro, in particular what code you are trying to compiler, otherwise I can only offer a guess. It looks like you...
> @awelc is there any TODOs here, otherwise shall we close this one? I don't know exactly what needs to be done on the user side (SDKs? anything else), that...
> Note that I've answered a question about this on [Stack Overflow](https://stackoverflow.com/questions/73958046/local-dependency-cannot-be-resolved/73959597#73959597) which may be relevant. Thank you for linking it here! It's super useful for testing on-chain but I...
> Is this talking about the Move prover? (not the bytecode verifier or anything) I would assume so (@bwann52?)
OK, now I have a better idea of what this is about. We have discussed it in the past and it's captured as one of Move devex tasks (https://github.com/MystenLabs/sui/issues/1109). The...
@oxade, any update on this?
> So for now I can at most add a couple lines in the docs saying how to use dry run approach. I think it would be worthwhile. If possible,...
> In my experience, the main reason this happens is if you are building a package with git dependencies and need to download the appropriate repos for the first time...