-
Notifications
You must be signed in to change notification settings - Fork 185
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
2.0 cleanup list #2856
Labels
2.0-breaking
Changes that are breaking API changes
C-meta
Component: Relating to ICU4X as a whole
S-medium
Size: Less than a week (larger bug fix or enhancement)
Milestone
Comments
This was referenced Dec 1, 2022
Properties cleanups: We should remove all of the free functions:
|
This was referenced Jun 22, 2023
This was referenced Jun 19, 2024
Merged
robertbastian
added a commit
that referenced
this issue
Jun 20, 2024
robertbastian
added a commit
that referenced
this issue
Nov 3, 2024
This was referenced Jan 22, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
2.0-breaking
Changes that are breaking API changes
C-meta
Component: Relating to ICU4X as a whole
S-medium
Size: Less than a week (larger bug fix or enhancement)
sv_reformed_meta.toml
)any.rs
from databake provider generated codeBakedDataProvider
, instead favoring direct invocation of the macros (may need discussion)icu_datagen/legacy_api
CPT::get_ranges_for_value
should beiter_ranges_for_value
TrieValue::to_u32()
should not be default-impl'dicu_datetime_experimental
feature from theicu
metacrate (Address features in metacrate #3094)ordinal
or using something else.try_new_date/time()
should have a_with_calendar()
and another baked version should be added that doesn't need the calendar parameter.#[deprecated]
functions and remove themEthiopic
, potentially split calendar types Remove mutable era style #6026[email protected]
#5130)icu4x-datagen
CLI--fallback
default toAuto
DataKeyMetadata::{fallback_priority, extension_key, fallback_supplement}
in aDataKeyMetadata::fallback_config
DateTimeError::UnsupportedField
DateTimeError
that are unused, such as Formaticu_datetime::CldrCalendar
or mark it as "not intended to be implemented"strict_cmp_iter
andSubtagOrderingResult
in icu_locid (and any other deprecated APIs)The text was updated successfully, but these errors were encountered: