You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(catalog): name the suffix test for what it now accepts, and pin the -1024 cost
The review is right that `isDatedVariantId matches only <alias>-YYYYMMDD` stopped
being true once MMDD was accepted. Renamed, and the MMDD case it now covers is
asserted in it rather than only elsewhere.
Also pins the cost the review asked for: a four-digit suffix that is a valid
month and day is read as one, so `model-1024` folds into `model`. Suffixes
that cannot be a date -- 2048, 4096, 8192, 0000 -- stay separate, which is what
keeps most version and size suffixes safe.
0 commit comments