Skip to content

fix: align native namespaces with Nitro - #350

Draft
chrispader wants to merge 2 commits into
mainfrom
codex/align-native-namespaces
Draft

fix: align native namespaces with Nitro#350
chrispader wants to merge 2 commits into
mainfrom
codex/align-native-namespaces

Conversation

@chrispader

Copy link
Copy Markdown
Member

Handwritten SQLite helpers use margelo::rnnitrosqlite, while Nitrogen puts generated specs and types in margelo::nitro::rnnitrosqlite. Hybrid-object sources also depend on broad header search paths to find headers from the parent C++ directory. This PR aligns the handwritten code with the generated namespace and makes those parent-directory includes explicit. It removes the now-unused broad namespace directives without changing query serialization, ArrayBuffer copying, or declared-type comparison behavior.

Extracted from #298.

Fixes #349

Related #332

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Align handwritten SQLite C++ helpers with generated Nitro namespaces

2 participants