Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Add AllowUnsupportedFields to ignore interface/etc fields and not panic #68

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

tzachshabtay
Copy link

Description

This adds a new property to the fuzzer: AllowUnsupportedFields.
If used, when the fuzzer sees an unsupported field (like an interface, func or a channel) it will ignore it instead of panic.
This resolves #27

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

presence of an interface value always panics
1 participant