alnoki
alnoki
> @alnoki Could you re-push the commit? @lightmark per your request 15583e45ab5e9c0bcacbb36db599ce8cae2b1bb5 has been pushed.
@lightmark the branch has been rebased onto `main` per your request.
@lightmark the rebase has been squashed per your request.
@lightmark the rebase duplicate error has been resolved per your request.
> Did you ensure that all existing instances of DocgenOptions still choose the same values as before? @wrwg Are you referring to instances in other files, like `aptos-move/framework/src/aptos.rs`? Here, I...
@wrwg @alinush @davidiw @gregnazario
@junkil-park After `brew` installing graphviz I'm pleased to report that the command from the issue description now runs. I see that the generated forward- and backward-dependency SVG diagrams are only...
> @alnoki , thank you. Move's docgen can generate and incorporate the function call diagrams. For example, https://github.com/aptos-labs/aptos-core/blob/doc-with-diagrams/aptos-move/framework/aptos-framework/doc/account.md#function-rotate_authentication_key_internal. However, Aptos CLI does not expose the feature to users currently. I...
> @alnoki, yes, it does. In this diagram, different boxes represent different modules: https://raw.githubusercontent.com/aptos-labs/aptos-core/doc-with-diagrams/aptos-move/framework/aptos-framework/doc/img/account_rotate_authentication_key_internal_forward_call_graph.svg @junkil-park awesome, thanks!
> We are actually planning to make `#[view]` functions a supported feature (perhaps to some extend in Q4 already), as this is a highly desired feature. Would this make this...