Vendor minimal capnproto

This commit is contained in:
Adeeb Shihadeh
2026-09-21 20:05:46 -07:00
parent 384040e094
commit caee18aeef
114 changed files with 67532 additions and 290 deletions

View File

@@ -1,6 +1,5 @@
# capnp.pyx
# distutils: language = c++
# distutils: libraries = capnpc capnp kj
# distutils: include_dirs = .
# cython: c_string_type = str
# cython: c_string_encoding = default
@@ -1382,7 +1381,6 @@ cdef class SchemaParser:
self._last_import_array = importArray
ret = _ParsedSchema()
# TODO (HaaTa): Convert to parseFromDirectory() as per deprecation note
ret._init_child(self.thisptr.parseDiskFile(displayName, diskPath, importArray.asArrayPtr()))
return ret