Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add panicking test cases #1

Merged
merged 1 commit into from
Nov 13, 2024
Merged

Conversation

0xalpharush
Copy link
Contributor

PR'ing these panics so they can be re-used as regression tests once they're fixed

---- panic_2 stdout ----
thread 'panic_2' panicked at pade/src/primitives.rs:78:1:
range end index 3 out of range for slice of length 0

---- panic_1 stdout ----
thread 'panic_1' panicked at /Users/troysargent/pade/pade/src/decode.rs:136:9:
assertion failed: decode_slice.is_empty()
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

@Will-Smith11 Will-Smith11 mentioned this pull request Nov 13, 2024
@Will-Smith11
Copy link
Contributor

Looks like there's some conflicts now that I added Rustfmt. If you could fix those and then we can merge this.

@0xalpharush
Copy link
Contributor Author

rebased and formatted

@Will-Smith11 Will-Smith11 merged commit 8807ca6 into SorellaLabs:main Nov 13, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants