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

Limit the dot single-character wildcard to ASCII in the example fuzzer #271

Merged
merged 1 commit into from
Jan 26, 2025

Conversation

akosthekiss
Copy link
Collaborator

Allowing any Unicode character makes the fuzzer depend on the machine where the fuzzer is generated (i.e., on the version of its Unicode library). As the development happens on multiple machines, this can cause too much unnecessary churn in the code base.

Moreover, having long Unicode code point ranges in the example is not helping the presentation purposes.

Allowing any Unicode character makes the fuzzer depend on the
machine where the fuzzer is generated (i.e., on the version of its
Unicode library). As the development happens on multiple machines,
this can cause too much unnecessary churn in the code base.

Moreover, having long Unicode code point ranges in the example is
not helping the presentation purposes.
@coveralls
Copy link

Coverage Status

coverage: 83.833% (-0.3%) from 84.12%
when pulling d678256 on akosthekiss:example-ascii
into 294f927 on renatahodovan:master.

Copy link
Owner

@renatahodovan renatahodovan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm.

@renatahodovan renatahodovan merged commit bf348a0 into renatahodovan:master Jan 26, 2025
26 checks passed
@akosthekiss akosthekiss deleted the example-ascii branch January 26, 2025 18:37
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.

3 participants