Skip to content

Commit

Permalink
[chore] remove mirai dataflow analysis to try to cut down on deps (#62)
Browse files Browse the repository at this point in the history
Closes: #322
  • Loading branch information
sahithiacn authored and bors-diem committed Jan 6, 2023
1 parent 8008f8b commit b0f625d
Show file tree
Hide file tree
Showing 74 changed files with 2 additions and 4,031 deletions.
18 changes: 0 additions & 18 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 b0f625d

Please sign in to comment.