You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 4, 2024. It is now read-only.
Fresh clone of move repository (the main branch) after installing all the tools. cargo build passes.
To reproduce
cargo test
Stack trace/error message
FETCHING GIT DEPENDENCY https://github.com/move-language/move.git
UPDATING GIT DEPENDENCY https://github.com/move-language/move.git
UPDATING GIT DEPENDENCY https://github.com/move-language/move.git
INCLUDING DEPENDENCY MoveStdlib
BUILDING Foo
Command `docgen --template template.md --exclude-impl --exclude-private-fun --exclude-specs --include-call-diagrams --include-dep-diagrams --independent-specs --no-collapsed-sections --output-directory doc --references-file template.md --section-level-start 3 --toc-depth 3`:
Generated "doc/template.md"
Generated "doc/Foo.md"
Documentation generation successful!
External Command `grep documentation doc/Foo.md`:
Test documentation comment
External Command `cat doc/template.md`:
This is a test template
This is a test template
Run with `env UB=1` (or `env UPDATE_BASELINE=1`) to save the current output as the new expected output
test run_all::include_exclude_stdlib/args.txt ... ok