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

Temporal API removals #4119

Merged
merged 22 commits into from
Jul 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
3fdfce4
Temporal: Remove tests for argument of TimeZone.p.getNext/PreviousTra…
ptomato May 8, 2024
f1d79a1
Temporal: Move tests for getNext/PreviousTransition into ZonedDateTime
ptomato May 8, 2024
2f4b508
Temporal: Port staging tests that use next/previousTransition
ptomato May 8, 2024
627cc39
Temporal: Add tests covering options bag argument of getTimeZoneTrans…
ptomato Jun 9, 2024
7892e98
Temporal: Remove getCalendar and getTimeZone methods
ptomato May 9, 2024
5a6e986
Temporal: Remove TimeZone.p.equals method
ptomato May 13, 2024
7a9adfe
Temporal: Remove tests directly relating to custom calendar and time …
ptomato May 16, 2024
47d9aba
Temporal: Fix tests that unnecessarily create TimeZone or Calendar in…
ptomato Jun 4, 2024
81048af
Temporal: Remove fake West Coast and Samoa time zones from TemporalHe…
ptomato Jun 4, 2024
d762c04
Temporal: Remove tests that throw on calendar or time zone method acc…
ptomato Jun 4, 2024
6b0e6fa
Temporal: Remove Calendar and TimeZone objects from "wrong-type" tests
ptomato Jun 4, 2024
d601c57
Temporal: Don't pass custom calendar in helper tests
ptomato Jun 4, 2024
58f46e8
Temporal: Edit test descriptions that refer to Calendar and TimeZone …
ptomato Jun 4, 2024
04c1e16
Temporal: Replace TemporalHelpers.specificOffsetTimeZone with offset …
ptomato Jun 4, 2024
880684d
Temporal: Remove calendar and time zone observers
ptomato Jun 4, 2024
bb7504a
Temporal: Test adjustments for removing calendar and time zone objects
ptomato Jun 4, 2024
f726932
Temporal: Move tests into intl402/ that require non-ISO calendar or n…
ptomato Jun 4, 2024
a0b352a
Temporal: Remove tests for getISOFields methods
ptomato Jun 4, 2024
1bcde46
Temporal: Don't use getISOFields() in other tests
ptomato Jun 4, 2024
5936659
Temporal: Port staging tests that require non-ISO calendar or non-UTC…
ptomato Jun 27, 2024
677c0cc
Temporal: Add staging test to check June 2024 API removals
ptomato Jun 27, 2024
b93d4bd
Temporal: Add tests for conversion of calendar and time zone IDs in c…
ptomato Jun 27, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
1,082 changes: 29 additions & 1,053 deletions harness/temporalHelpers.js

Large diffs are not rendered by default.

30 changes: 0 additions & 30 deletions test/built-ins/Temporal/Calendar/argument-wrong-type.js

This file was deleted.

27 changes: 0 additions & 27 deletions test/built-ins/Temporal/Calendar/builtin.js

This file was deleted.

12 changes: 0 additions & 12 deletions test/built-ins/Temporal/Calendar/constructor.js

This file was deleted.

30 changes: 0 additions & 30 deletions test/built-ins/Temporal/Calendar/from/builtin.js

This file was deleted.

This file was deleted.

22 changes: 0 additions & 22 deletions test/built-ins/Temporal/Calendar/from/calendar-iso-string.js

This file was deleted.

23 changes: 0 additions & 23 deletions test/built-ins/Temporal/Calendar/from/calendar-number.js

This file was deleted.

35 changes: 0 additions & 35 deletions test/built-ins/Temporal/Calendar/from/calendar-object.js

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

13 changes: 0 additions & 13 deletions test/built-ins/Temporal/Calendar/from/calendar-string.js

This file was deleted.

This file was deleted.

37 changes: 0 additions & 37 deletions test/built-ins/Temporal/Calendar/from/calendar-wrong-type.js

This file was deleted.

25 changes: 0 additions & 25 deletions test/built-ins/Temporal/Calendar/from/length.js

This file was deleted.

23 changes: 0 additions & 23 deletions test/built-ins/Temporal/Calendar/from/name.js

This file was deleted.

Loading
Loading