Constructor function should be the metatable __call
function #54
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is an error from the implementation of #32.
For most of the generated
Record
s, the constructor function should be declared as the metatable__call
function.