Adam Welc

Results 120 comments of Adam Welc
trafficstars

I looked into core Move side of things real quick and the output (that this type of info could be part of) is done via an explicit write passed as...

I don't know if it's @sblackshear's recent update or another change, but we now have the same output as core Move when using `sui move build`: ``` ~/sui/target/debug/sui move -p...

> If the build needs to pull stdlib or sui framework, will it pause after the relevant INCLUDING DEPENDENCY line? Sadly no.. As per my conversation with @tnowacki on Slack:...

Modified core Move to print additional diagnostics before un-cached dependencies are retrieved from a remote Git repository in https://github.com/move-language/move/pull/643 Will land in Sui once we update the Move version, which...

Addressed in https://github.com/move-language/move/pull/643 and merged (by @oxade) in https://github.com/MystenLabs/sui/pull/5910

Since, per @patrickkuo's comment above, the fix was provided in #5751, I am closing this issue.

Thank you for the comments and suggestions @amnn and @randall-Mysten. And sorry for the sloppy writing (among other things, started thinking that there would be more things to pay attention...

> Is there anything more concrete? This issue won't be actionable, unless we at least have some logs/object ids that we could look into. As I mentioned in the issue...

@lxfind, it does not look like this is happening still, and you also mentioned that some fixes have been put in for this. Could you please list PRs for these...

@Jordan-Mysten, this is still a problem. Could you please look into it?