jyn514 opened Issue #1597:
ObjectProduct::emit
returns the typeobject::write::Error
. However, sinceobject
is not re-exported bycranelift_object
, there is no way to name this type without adding a new dependency on object, which must keep the version explicitly in sync with that used by cranelift_object. It would be better to exposeobject
directly.cc @philipc
sunfishcode closed Issue #1597:
ObjectProduct::emit
returns the typeobject::write::Error
. However, sinceobject
is not re-exported bycranelift_object
, there is no way to name this type without adding a new dependency on object, which must keep the version explicitly in sync with that used by cranelift_object. It would be better to exposeobject
directly.cc @philipc
Last updated: Dec 23 2024 at 12:05 UTC