All calls into C code should be autogenerated. This ensures that we either mess up big time (and notice it), or get it right.
In practice, this means hunting down all instances of .Call in user code and using autogenerated bindings instead. Related: #1044.
#1057 (comment)
All calls into C code should be autogenerated. This ensures that we either mess up big time (and notice it), or get it right.
In practice, this means hunting down all instances of
.Callin user code and using autogenerated bindings instead. Related: #1044.#1057 (comment)