We will also need to convert ids in the input, so this diff marks the ids for conversion inside existing input validators. tID should behave the same as t.String so there should be no runtime difference.
Depends on D7712
Differential D7713
[keyserver] Mark ids in input validators michal on May 4 2023, 7:55 AM. Authored by Tags None Referenced Files
Details
We will also need to convert ids in the input, so this diff marks the ids for conversion inside existing input validators. tID should behave the same as t.String so there should be no runtime difference. Depends on D7712 Went through all existing input validators and sub-validators and changed t.String to tID in places where ids should be updated.
Diff Detail
Event TimelineComment Actions In diffs like this a test plan has to contain a description of what you have done to make sure that all the necessary changes were made. Without this it is impossible to verify that all the changes are there. Comment Actions
|