Merged
Conversation
Bidirectional integration letting other languages both provide plugins (decoders, simulators) and use PECOS engines. Includes C ABI vtables with version checking, PyO3 wrappers for Python, Go/Julia interfaces, universal shared library (libpecos_ffi.so), conformance test suite, runtime plugin discovery, pecos-neo integration, and shared Selene adapter.
…vtables - ForeignDecoder::new and ForeignSimulator::new return Option instead of panicking on version mismatch (panic across FFI is UB) - C header set_seed uses uint64_t instead of size_t (32-bit safety) - Derive Clone, Copy on vtable structs, eliminating manual field copies - Fix Julia doc comments that said "Go" - Fix error_ptr doc (not null-terminated) - Remove unused thiserror dependency
- Delete Go/Julia FFI bridge files that duplicated pecos-foreign/ffi.rs (same symbol names, same types, caused compile errors and symbol collisions) - Remove unsafe impl Sync for ForeignSimulator (only Send is justified) - Add checked_mul for num_pairs*2 in engine circuit builders - Use ManuallyDrop instead of mem::forget in conformance tests
…selene-core to crates/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.