RFC #48: Split 'assert_precondition' into optional and non-optional variants#48
Conversation
|
Nit: I think we want to match the RFC number with the PR number, i.e. 48 for this one. |
Oh is that how that works? (I could not figure out how the RFC numbers were chosen other than incrementing.) We should document that. Which will require a PR. Which will cause RFCs to be skipped. Hrm. |
|
Skipping numbers isn't a problem, we won't run out ;) The point is not to know the order of RFCs being submitted, or have a simple mechanism to count RFCs, but to have a simple relationship between the RFC document and the associated discussion. |
|
PR numbers are not consecutive anyways because of issues. |
|
Both very good points :). I'll send out a PR to document this, and update the text here. |
|
With two approvals and no dissenting comments in the last 7 days, I am merging this per the RFC process. |
See web-platform-tests/rfcs#48 and #21971. Note that this PR only implements the new methods; it does not port any tests to use it or remove `assert_precondition` - that will be done in follow-up PRs.
See web-platform-tests/rfcs#48 and #21971. Note that this PR only implements the new methods; it does not port any tests to use it or remove `assert_precondition` - that will be done in follow-up PRs.
…mplements_optional, a=testonly Automatic update from web-platform-tests Implement assert_implements and assert_implements_optional (#22699) See web-platform-tests/rfcs#48 and web-platform-tests/wpt#21971. Note that this PR only implements the new methods; it does not port any tests to use it or remove `assert_precondition` - that will be done in follow-up PRs. -- wpt-commits: d97d993e1c3977da9fe88ca2c867cd4466582eee wpt-pr: 22699
…mplements_optional, a=testonly Automatic update from web-platform-tests Implement assert_implements and assert_implements_optional (#22699) See web-platform-tests/rfcs#48 and web-platform-tests/wpt#21971. Note that this PR only implements the new methods; it does not port any tests to use it or remove `assert_precondition` - that will be done in follow-up PRs. -- wpt-commits: d97d993e1c3977da9fe88ca2c867cd4466582eee wpt-pr: 22699
…mplements_optional, a=testonly Automatic update from web-platform-tests Implement assert_implements and assert_implements_optional (#22699) See web-platform-tests/rfcs#48 and web-platform-tests/wpt#21971. Note that this PR only implements the new methods; it does not port any tests to use it or remove `assert_precondition` - that will be done in follow-up PRs. -- wpt-commits: d97d993e1c3977da9fe88ca2c867cd4466582eee wpt-pr: 22699 UltraBlame original commit: fde21009ea5a2a3aeb672f7342b47e70984f2f2e
…mplements_optional, a=testonly Automatic update from web-platform-tests Implement assert_implements and assert_implements_optional (#22699) See web-platform-tests/rfcs#48 and web-platform-tests/wpt#21971. Note that this PR only implements the new methods; it does not port any tests to use it or remove `assert_precondition` - that will be done in follow-up PRs. -- wpt-commits: d97d993e1c3977da9fe88ca2c867cd4466582eee wpt-pr: 22699 UltraBlame original commit: fde21009ea5a2a3aeb672f7342b47e70984f2f2e
…mplements_optional, a=testonly Automatic update from web-platform-tests Implement assert_implements and assert_implements_optional (#22699) See web-platform-tests/rfcs#48 and web-platform-tests/wpt#21971. Note that this PR only implements the new methods; it does not port any tests to use it or remove `assert_precondition` - that will be done in follow-up PRs. -- wpt-commits: d97d993e1c3977da9fe88ca2c867cd4466582eee wpt-pr: 22699 UltraBlame original commit: fde21009ea5a2a3aeb672f7342b47e70984f2f2e
…mplements_optional, a=testonly Automatic update from web-platform-tests Implement assert_implements and assert_implements_optional (#22699) See web-platform-tests/rfcs#48 and web-platform-tests/wpt#21971. Note that this PR only implements the new methods; it does not port any tests to use it or remove `assert_precondition` - that will be done in follow-up PRs. -- wpt-commits: d97d993e1c3977da9fe88ca2c867cd4466582eee wpt-pr: 22699

See web-platform-tests/wpt#21971 for background information