wirefilter icon indicating copy to clipboard operation
wirefilter copied to clipboard

Don't panic on missing subexpressions

Open jefftt opened this issue 2 years ago • 0 comments

Hi! Thanks for the project, currently Filter#execute will panic with thread 'main' panicked at 'Field xxx was registered but not given a value', if a field in the Scheme is not set on the ExecutionContext. This PR changes it so that instead it will not match the ExecutionContext (i think).

jefftt avatar Aug 06 '21 13:08 jefftt