langston-barrett / tree-crasher

Easy-to-use grammar-based black-box fuzzer. Has found dozens of bugs in important targets like Clang, Deno, and rustc.
https://langston-barrett.github.io/tree-crasher/
MIT License
67 stars 10 forks source link

feat: add tree-crasher implementation for python #29

Closed Rog3rSm1th closed 1 year ago

Rog3rSm1th commented 1 year ago
langston-barrett commented 1 year ago

@Rog3rSm1th Thanks for the contribution! Can you also add this to the Github Actions workflows?

Rog3rSm1th commented 1 year ago

Done!

langston-barrett commented 1 year ago

Ah, it looks like the Python parser doesn't play nicely with static linking. Can you remove it from the executable builds, but keep it in the crates.io uploads? If that doesn't make sense, just let me know and I'm happy to do it.

Rog3rSm1th commented 1 year ago

I removed it from the executable builds, it should now pass the CI.