Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tynes/to-string-panic
https://github.com/tynes/to-string-panic
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tynes/to-string-panic
- Owner: tynes
- Created: 2022-07-11T21:03:47.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-11T21:04:10.000Z (over 2 years ago)
- Last Synced: 2024-11-06T18:01:09.892Z (about 2 months ago)
- Language: Solidity
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `vm.toString` panic
```
forge 0.2.0 (7941935 2022-07-11T00:09:05.617669537Z)
``````
$ forge test
[⠰] Compiling...
No files changed, compilation skipped
The application panicked (crashed).
Message: called `Result::unwrap()` on an `Err` value: Utf8Error { valid_up_to: 0, error_len: Some(1) }
Location: common/src/fmt.rs:67This is a bug. Consider reporting it at https://github.com/foundry-rs/foundry
Backtrace omitted. Run with RUST_BACKTRACE=1 environment variable to display it.
Run with RUST_BACKTRACE=full to include source snippets.
Aborted (core dumped)
```