Status
People
(Reporter: bhearsum, Unassigned)
Tracking
Firefox Tracking Flags
(Not tracked)
Details
While working on bug 703040, I discovered that we have a ton of blobs that use strings for buildids and filesizes. I'd like to be able to properly type those fields in the jsonschemas as "numbers", but we have thousands of instances of these that come in as strings. For now, I intend to allow both, but I intend to make them number-only whenever the next blob version is created. We should fix the submitter tools to submit them this way in the meantime. Strangely, it seems that some things (notably Fennec l10n repacks) submit at least filesize as int. It might be worth digging into why that is before casting them to ints at a low level.
Updated•a year ago
|
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•