Skip to content

Remove redundant finite check for credit values#470

Merged
apasel422 merged 1 commit into
w3c:mainfrom
apasel422:redundant
Jul 16, 2026
Merged

Remove redundant finite check for credit values#470
apasel422 merged 1 commit into
w3c:mainfrom
apasel422:redundant

Conversation

@apasel422

@apasel422 apasel422 commented Jul 16, 2026

Copy link
Copy Markdown
Collaborator

The AttributionConversionOptions.credit field is defined as a sequence<double>, which is already guaranteed to be finite per WebIDL.

The equivalent check is already properly represented as an assertion in the simulator.

https://webidl.spec.whatwg.org/#idl-double


Preview | Diff

The AttributionConversionOptions.credit field is defined as a
sequence<double>, which is already guaranteed to be finite per WebIDL.

The equivalent check is already properly represented as an assertion in
the simulator.

https://webidl.spec.whatwg.org/#idl-double
@apasel422
apasel422 marked this pull request as ready for review July 16, 2026 14:32
@apasel422
apasel422 requested a review from csharrison July 16, 2026 14:33
@apasel422
apasel422 merged commit de9139c into w3c:main Jul 16, 2026
2 checks passed
@apasel422
apasel422 deleted the redundant branch July 16, 2026 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants