Closed sbinet closed 4 years ago
before the migration to pybindgen, we could detect that arguments to a function or a method where of the expected type:
pybindgen
package pkg func Foo(s string) { ... }
import "pkg" pkg.Foo(42) ## raises an Exception
it seems this feature has been lost and wasn't caught by our testing infrastructure.
before the migration to
pybindgen
, we could detect that arguments to a function or a method where of the expected type:it seems this feature has been lost and wasn't caught by our testing infrastructure.