2024-05-16 kernel meeting notes #207
zachschuermann
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
summary
duckdb repo public! lots of PRs. ryan contributing to cbindgen.
action items
PRs in flight:
attendees
@nicklan @zachschuermann @hntd187 @scovich @roeap
notes stream
Handle
which allows us to attach functionality and prevents raw pointer stuff from being available. (i.e. disallow pointer usage and only our interface) - bindgen makes this typedef correctly.const SharedSnapshot *
and you will match typedef - TLDR we don't have to use typedef (it's an alias)inspect-table
work? some copypasta.Beta Was this translation helpful? Give feedback.
All reactions