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
Change CelExtension definition to return cel::CompilerLibrary.
This change updates the CelExtension interface in cel-python to return a cel::CompilerLibrary instead of implementing a ConfigureCompiler method. This
simplifies the integration of C++ extensions, allowing the temporary adapter classes used to bridge the old interface to be removed.
PiperOrigin-RevId: 893162656
0 commit comments