Skip to content

Commit

Permalink
[chore] remove mirai dataflow analysis to try to cut down on deps (di…
Browse files Browse the repository at this point in the history
  • Loading branch information
sblackshear authored Apr 21, 2022
1 parent dd6295b commit 80e29d0
Show file tree
Hide file tree
Showing 74 changed files with 2 additions and 4,025 deletions.
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 comments on commit 80e29d0

Please sign in to comment.