Skip to content

Commit 2850656

Browse files
authored
remove the revive-explorer (#450)
Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
1 parent a1a4f8e commit 2850656

File tree

12 files changed

+4
-642
lines changed

12 files changed

+4
-642
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ This is a development pre-release.
66

77
Supported `polkadot-sdk` rev: `unstable2507`
88

9+
### Changed
10+
- Removed the `revive-explorer` utility.
11+
912
### Fixed
1013
- OOB access in `calldataload` and `calldatacopy` should always produce zero values instead of consuming all gas.
1114

Cargo.lock

Lines changed: 0 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ revive-build-utils = { version = "0.2.0", path = "crates/build-utils" }
2121
revive-builtins = { version = "0.1.0", path = "crates/builtins" }
2222
revive-common = { version = "0.3.0", path = "crates/common" }
2323
revive-differential = { version = "0.3.0", path = "crates/differential" }
24-
revive-explorer = { version = "0.1.0", path = "crates/explore" }
2524
revive-integration = { version = "0.4.0", path = "crates/integration" }
2625
revive-linker = { version = "0.3.0", path = "crates/linker" }
2726
revive-llvm-context = { version = "0.6.0", path = "crates/llvm-context" }

Makefile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
install-llvm-builder \
77
install-llvm \
88
install-revive-runner \
9-
install-revive-explorer \
109
format \
1110
clippy \
1211
doc \
@@ -49,9 +48,6 @@ install-llvm: install-llvm-builder
4948
install-revive-runner:
5049
cargo install --locked --force --path crates/runner --no-default-features
5150

52-
install-revive-explorer:
53-
cargo install --locked --force --path crates/explorer --no-default-features
54-
5551
format:
5652
cargo fmt --all --check
5753

@@ -68,7 +64,7 @@ machete:
6864
cargo install cargo-machete
6965
cargo machete
7066

71-
test: format clippy machete test-workspace install-revive-runner install-revive-explorer doc test-book
67+
test: format clippy machete test-workspace install-revive-runner doc test-book
7268

7369
test-integration: install-bin
7470
cargo test --package revive-integration

crates/explorer/Cargo.toml

Lines changed: 0 additions & 20 deletions
This file was deleted.

crates/explorer/README.md

Lines changed: 0 additions & 49 deletions
This file was deleted.

crates/explorer/src/dwarfdump.rs

Lines changed: 0 additions & 68 deletions
This file was deleted.

0 commit comments

Comments
 (0)