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
FFI support for versions and alternate tokio runtimes (#13937)
* Add optional reference to tokio runtime for table providers
* Add function to return the library version over FFI
* Resolve clippy warnings
* Function does not need to be defined as unsafe
* Add integration test for FFI table provider
* Add version call on FFI integration test
* Making use explicit on crate to try to get CI to ensure it builds first
* Add license text
* Fix unit test to find deps in ci profile
* Remove ffitest crate and put test lib behind a feature flag
* Add integation-tests feature to ci tests
* Add integration-tests feature to CI run
* Add clarifying text
* Update CI to only run integration tests for certain checks
* When the feature integtation-tests is enabled, we get conflicting library entries for the example table provider and integration test, so disable the example during CI run
* Remove typo
* Specify each excluded crate separately
* Doc tests did not need the exclusion
* Integration tests shouldn't need doc test
0 commit comments