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

Feat/improvements #183

Merged
merged 5 commits into from
Nov 20, 2024
Merged

Feat/improvements #183

merged 5 commits into from
Nov 20, 2024

Conversation

neithanmo
Copy link
Collaborator

@neithanmo neithanmo commented Nov 19, 2024

Important changes are:

  • fix a bug found with our fuzzer
  • Add fuzzing to our CI in flavors
  • Add clang format and analyzer to CI
  • Update fuzzer setup
  • Some minor bug fixes in parser
  • Add cargo linting in CI

🔗 zboto Link

Add lexical core to fuzzer deps

Update lock

Increate max number of arguments

Update instruction son fuzzing

Minor updates

Remove fuzzing artifact from this as it is handle in a different Cargo.toml

Cargo fmt

Use nom::sequence::tuple instead of permutation to ensure fields ordering

Use fuzzing in CI with some time configuration

Update lint ci job

Apply linter for formatting

remove unused import

Add clang settings

Fix some lint errors

Use honggfuzz built-in timing configs

Use our runners for fuzzing

fix linter

Fix running time for fuzzer

Use timeout and preserve status to control fuzzer execution
@neithanmo neithanmo merged commit fda3410 into dev Nov 20, 2024
42 checks passed
@neithanmo neithanmo deleted the feat/improvements branch November 20, 2024 17:51
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.

1 participant