shakacode / re-formality

Form validation tool for reason-react
https://re-formality.now.sh
MIT License
244 stars 36 forks source link

Fix stack overflow #87

Closed johnhaley81 closed 4 years ago

johnhaley81 commented 4 years ago

Forms that have a large number of fields were causing stack overflows if warning 4 was enabled (related).

There was other issues with stack overflows that were fixed previously and the fix for this was to further disable that warning on all Ast_helper.Exp.match calls throughout the library.

alex35mil commented 4 years ago

Sorry for the delay, merging!