icu4x icon indicating copy to clipboard operation
icu4x copied to clipboard

Have a way to regen bakeddata for a single key or a key prefix

Open Manishearth opened this issue 2 years ago • 2 comments
trafficstars

cargo make bakeddata <component> is slow for many components (especially datetime), but usually you know which keys you've actually changed. Would be nice if you could run cargo make bakeddata datetime datetime/symbols/ to generate all symbols keys.

The main thing that is tricky is that you can't simply regen those keys.

Triage suggestion: some form of backlog, very much a "nice to have internal improvement"

Manishearth avatar Oct 26 '23 18:10 Manishearth

This will be annoying to do, because make-bakeddata (and baked exporter) works on a data crate at a time.

robertbastian avatar Jul 24 '24 16:07 robertbastian

Yeah I expect so, this is an extremely aspirational issue. It would involve some refactoring.

Manishearth avatar Jul 26 '24 04:07 Manishearth