You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Test cases need to be written to test the binding for both cgo and shared libraries. Also need to test the helpers that convert Go types to COM SafeArray and COM SafeArray to Go types. The more test cases, the better.
The issue is that this relies on the com package, which is still in development and hasn't yet been tested either. Also depends on the Test COM server, which is going to be used to test all packages.
The text was updated successfully, but these errors were encountered:
Test cases need to be written to test the binding for both cgo and shared libraries. Also need to test the helpers that convert Go types to COM SafeArray and COM SafeArray to Go types. The more test cases, the better.
The issue is that this relies on the
com
package, which is still in development and hasn't yet been tested either. Also depends on the Test COM server, which is going to be used to test all packages.The text was updated successfully, but these errors were encountered: