Shane F. Carr

Results 1856 comments of Shane F. Carr

To me, the top requirements for a logo are: 1. Clear at all sizes, including as small as a browser favicon 2. Clean lines and edges 3. Unique, memorable, self-explanatory,...

Actually I don't think this depends on the tzdb-provider crate. The struct definitions should live in the crate that uses them, i.e., the time zone arithmetic crate.

@makotokato Is this an enhancement that can be done after 1.0, or does it affect the schema of the data?

My understanding is that this is fully in the datagen crate (change the outputted rule tables, not not the code that reads from the rule tables). This is a good...

Good first issue for someone interested in coming up to speed on rule-based segmentation. CC @younies

Discussion: - @Manishearth - These are edge cases. I think saturating is fine. - @nordzilla - I like saturating things. - @Manishearth - With wraparound, you know something went wrong;...

Action for whoever takes this ticket: 1. Audit the datetime and calendar code to find integer overflows 2. Add tests for those integer overflows 3. Fix them by using saturating...

There was an unconference session about integer overflow at RustConf, which largely validated the idea that saturating operations are a reasonable approach here.

In development we've largely been supporting only one CLDR version at a time but after 1.0 we should try to support multiple CLDR versions. We should definitely support both 41...

@zbraniecki says that we should put this together when we start putting together the ICU metacrate.