lua icon indicating copy to clipboard operation
lua copied to clipboard

Property test for validating combinations of data and functions

Open davydog187 opened this issue 7 months ago • 0 comments

Right now, there are a few different codepaths for setting and getting data out of Lua. We have validations that check if the data is encoded, but there could be some edge cases that are not well tested.

To this end, it would be nice to have a property test that could generate different forms of encoded and decoded values, and also generate different combinations of injected erl_func values via calls to Lua.set!/3 and deflua.

Through this, we could have more confidence in not having any not covered edge cases

davydog187 avatar May 14 '25 14:05 davydog187