Trying to understand where your head is at with the bigger purpose of this lib. Feel free to close as not planned.
I'm thinking about some classes of textual input bugs that are not caught with the current const ALPHANUMERIC characterset. Null characters, spaces at ends of inputs, weird unicode, etc etc etc.
From what I understand that's not the goal of Bombadil - you seem to be more focussed on fuzzing the interaction graph rather than the wider input (nav, text, otherwise) space.
I'd like to explore this if you think it's within scope.
Trying to understand where your head is at with the bigger purpose of this lib. Feel free to close as not planned.
I'm thinking about some classes of textual input bugs that are not caught with the current
const ALPHANUMERICcharacterset. Null characters, spaces at ends of inputs, weird unicode, etc etc etc.From what I understand that's not the goal of Bombadil - you seem to be more focussed on fuzzing the interaction graph rather than the wider input (nav, text, otherwise) space.
I'd like to explore this if you think it's within scope.