8000 [chore] remove mirai dataflow analysis to try to cut down on deps by sblackshear · Pull Request #62 · move-language/move · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on May 4, 2024. It is now read-only.

[chore] remove mirai dataflow analysis to try to cut down on deps #62

Merged
merged 1 commit into from
Apr 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ members = [
"language/testing-infra/module-generation",
"language/testing-infra/test-generation",
"language/testing-infra/transactional-test-runner",
"language/tools/mirai-dataflow-analysis",
"language/tools/move-bytecode-utils",
"language/tools/move-bytecode-viewer",
"language/tools/move-cli",
Expand Down
3 changes: 1 addition & 2 deletions language/tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ The `move-resource-viewer`, and `read-write-set` similarly are library
crates that are used by and exposed by the Move CLI, but not through the
`package` subcommand.

The `mirai-dataflow-analysis` and `move-bytecode-utils` crates are separate
crates that are either experimental in nature, or libraries holding general
The `move-bytecode-utils` crates holds general
utilities for working with Move bytecode, e.g., computing the dependency
order for modules.
2 changes: 0 additions & 2 deletions language/tools/mirai-dataflow-analysis/.gitignore

This file was deleted.

18 changes: 0 additions & 18 deletions language/tools/mirai-dataflow-analysis/Cargo.toml

This file was deleted.

229 changes: 0 additions & 229 deletions language/tools/mirai-dataflow-analysis/README.md

This file was deleted.

Loading
0