Actions
Task #6941
openlua: review and document lua rule return types
Description
The documentation, and S-V test cover Lua rules returning 0 and 1. However, it looks like the code has support to handle a return value of key/value pairs, or at least the intention to do so but its not actually happening.
Perhaps it might be best to just allow 0 and 1, and consider any other return value/type an error?
Updated by Victor Julien 19 days ago
- Target version changed from 8.0.0-beta1 to 8.0.0-rc1
Actions