-
- Downloads
Relax defsetting precondition for descriptions
Previously the code would only allow a string literal for a description. This poses problems for i18n strings, i.e. `(tru "my string")`, which evaluates to a string, but at macro expansion time is not a string. This removes that precondition. The string is still validated at runtime via schema.
Please register or sign in to comment