Open caraitto opened 6 months ago
In the spec, perSlotSizeQueryParam never gets initialized.
perSlotSizeQueryParam
Also, this line looks suspect: https://wicg.github.io/turtledove/#:~:text=Let%20perSlotSizeQueryParam%20be%20perBuyerGenerator%5BsignalsUrl
It's assigning a dictionary to another dictionary with different types. (That wouldn't compile if this were C++)
Here's a permalink to the suspect line in source: https://github.com/WICG/turtledove/blob/c69e08cf2576c1d7981b6c7e4f2ccde334806ea2/spec.bs#L1422
@MattMenke2
In the spec,
perSlotSizeQueryParam
never gets initialized.Also, this line looks suspect: https://wicg.github.io/turtledove/#:~:text=Let%20perSlotSizeQueryParam%20be%20perBuyerGenerator%5BsignalsUrl
It's assigning a dictionary to another dictionary with different types. (That wouldn't compile if this were C++)