Skip to content

Conversation

carlopi
Copy link
Collaborator

@carlopi carlopi commented Nov 13, 2024

Fix warning connected to function name not being snake-case.

Fix package name to be the same as extension name (this I somehow need on Wasm side, and I think it's just cleaner).

I experimented with having the name also inherited in src/lib.rs, and one of the two occurrences I managed, for the other it might require adapting the other create, I haven't found a proper way.

@carlopi carlopi mentioned this pull request Nov 13, 2024
@samansmink
Copy link
Collaborator

have the other fixed in duckdb/duckdb-rs#392, so looks good to me

@samansmink samansmink merged commit 5bc26eb into duckdb:main Nov 13, 2024
8 checks passed
@carlopi
Copy link
Collaborator Author

carlopi commented Nov 13, 2024

Cool, then if in the dukdb-rs PR the env variable checked is DUCKDB_EXTENSION_NAME this can also be changed to do so (so they stay consistent).

@samansmink
Copy link
Collaborator

Yea perhaps it makes sense to use the DUCKDB_EXTENSION_NAME, the crate name should probably be independent of the extension name anyway

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.

2 participants