Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tests for proposal-temporal#2607: Limit offset time zones to minutes precision #3862

Merged
merged 1 commit into from
Jul 18, 2023

Conversation

justingrant
Copy link
Contributor

@justingrant justingrant commented Jun 23, 2023

Tests for Temporal normative PR tc39/proposal-temporal#2607: Limit offset time zones to minutes precision. EDIT: this PR reached consensus in the July 2023 TC39 meeting.

This is a draft PR until the corresponding Temporal PR is presented at the upcoming July 2023 TC39 plenary meeting.

Copy link
Contributor

@ptomato ptomato left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. These look complete and match my understanding of the normative PR.

It's too bad that we can no longer test the matching behaviour in implementations without Intl, due to it only being supported in named time zones, but I don't see a way around that. Hopefully any implementations with named time zones but not full Intl compliance will still try to run the relevant sections of Intl tests.

@justingrant justingrant marked this pull request as ready for review July 16, 2023 05:47
@justingrant justingrant requested review from a team as code owners July 16, 2023 05:47
@ptomato
Copy link
Contributor

ptomato commented Jul 18, 2023

There was apparently a blip in CircleCI where it failed to pull the branch from GitHub. I re-ran the required job.

@ptomato ptomato merged commit 6f146e6 into tc39:main Jul 18, 2023
1 check passed
justingrant added a commit to justingrant/test262 that referenced this pull request Jul 21, 2023
This commit verifies that ISO strings with sub-minute offsets cannot
be parsed into time zone identifiers. This was a change introduced in
the recently-merged tc39/proposal-temporal#2607, but tests for this case
were missing from tc39#3862 (the tests for that PR).

I noticed in codecov results on an unrelated PR that this case wasn't
being tested, so fixing that mistake now.
justingrant added a commit to justingrant/test262 that referenced this pull request Jul 21, 2023
This commit verifies that ISO strings with sub-minute offsets cannot
be parsed into time zone identifiers. This was a change introduced in
the recently-merged tc39/proposal-temporal#2607, but tests for this case
were missing from tc39#3862 (the tests for that PR).

I noticed in codecov results on an unrelated PR that this case wasn't
being tested, so fixing that mistake now.
justingrant added a commit to justingrant/test262 that referenced this pull request Jul 21, 2023
This commit verifies that ISO strings with sub-minute offsets cannot
be parsed into time zone identifiers. This was a change introduced in
the recently-merged tc39/proposal-temporal#2607, but tests for this case
were missing from tc39#3862 (the tests for that PR).

I noticed in codecov results on an unrelated PR that this case wasn't
being tested, so fixing that mistake now.
justingrant added a commit to justingrant/test262 that referenced this pull request Jul 21, 2023
This commit verifies that ISO strings with sub-minute offsets cannot
be parsed into time zone identifiers. This was a change introduced in
the recently-merged tc39/proposal-temporal#2607, but tests for this case
were missing from tc39#3862 (the tests for that PR).

I noticed in codecov results on an unrelated PR that this case wasn't
being tested, so fixing that mistake now.
Ms2ger pushed a commit to justingrant/test262 that referenced this pull request Jul 25, 2023
This commit verifies that ISO strings with sub-minute offsets cannot
be parsed into time zone identifiers. This was a change introduced in
the recently-merged tc39/proposal-temporal#2607, but tests for this case
were missing from tc39#3862 (the tests for that PR).

I noticed in codecov results on an unrelated PR that this case wasn't
being tested, so fixing that mistake now.
ptomato pushed a commit to justingrant/test262 that referenced this pull request Aug 9, 2023
This commit verifies that ISO strings with sub-minute offsets cannot
be parsed into time zone identifiers. This was a change introduced in
the recently-merged tc39/proposal-temporal#2607, but tests for this case
were missing from tc39#3862 (the tests for that PR).

I noticed in codecov results on an unrelated PR that this case wasn't
being tested, so fixing that mistake now.
ptomato pushed a commit that referenced this pull request Aug 9, 2023
This commit verifies that ISO strings with sub-minute offsets cannot
be parsed into time zone identifiers. This was a change introduced in
the recently-merged tc39/proposal-temporal#2607, but tests for this case
were missing from #3862 (the tests for that PR).

I noticed in codecov results on an unrelated PR that this case wasn't
being tested, so fixing that mistake now.
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.

3 participants