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
This PR removes the global static string cache that stores `CString` in
MLIR (C++) for each corresponding `&str` in Rust. Instead, we have a
cache in each context. And, that forces users to pass around the new
`Context` type accordingly.
Close#54.
This change is also the base of #271, #23, and #348.
Context
type and disallow the use ofContextRef<'c>
?&Context
and turn everything intoContextRef<'c>
as discussed in the following issues in Inkwell?The text was updated successfully, but these errors were encountered: