Skip to content

Build out stubs for remaining unimplemented methods #202

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

Merged
merged 2 commits into from
Feb 21, 2025

Conversation

nekevss
Copy link
Member

@nekevss nekevss commented Feb 21, 2025

Unimplemented methods not being stubbed came up today in the ICU4X call. This implements stubs for the remaining unimplemented methods that I'm currently aware of nobody working on (in order to minimize any conflicts with ongoing work).

This PR also takes a stab at adding the temporal_capi methods.

CC: @Manishearth

@@ -228,6 +228,7 @@ pub mod ffi {
}

// TODO round_with_provider (needs time zone stuff)
// TODO total_with_provider (needs time zone stuff)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for adding this, easier for me to do a big pass when I add tz stuff

Copy link
Contributor

@Manishearth Manishearth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FFI LGTM

Copy link
Member

@jedel1043 jedel1043 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@jedel1043 jedel1043 merged commit 7484b25 into main Feb 21, 2025
7 checks passed
@jedel1043 jedel1043 deleted the stub-unimplemented-methods branch February 21, 2025 19:29
@jedel1043 jedel1043 added the C-api Changes related to the public API label Feb 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-api Changes related to the public API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants