Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor fixes #1

Merged
merged 3 commits into from
Nov 13, 2024
Merged

Minor fixes #1

merged 3 commits into from
Nov 13, 2024

Conversation

carlopi
Copy link
Contributor

@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
Contributor 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