-
-
Notifications
You must be signed in to change notification settings - Fork 411
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
[Merged by Bors] - Partial implementation for Intl.DateTimeFormat #2025
[Merged by Bors] - Partial implementation for Intl.DateTimeFormat #2025
Conversation
afad01b
to
a68edde
Compare
Codecov Report
@@ Coverage Diff @@
## main #2025 +/- ##
==========================================
- Coverage 43.94% 43.90% -0.04%
==========================================
Files 211 212 +1
Lines 18704 18734 +30
==========================================
+ Hits 8220 8226 +6
- Misses 10484 10508 +24
Continue to review full report at Codecov.
|
VM implementation
Fixed tests (50):
Broken tests (6):
|
@HalidOdat it seems to me that 6 failing tests were previously passing because
In order to fix that I need to either implement Thanks. |
Sorry for late response
You can leave it as is, just put a |
181dd42
to
eddb5d4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me :) thank you for the implementation!!
bors r+ |
<!--- Thank you for contributing to Boa! Please fill out the template below, and remove or add any information as you feel neccesary. ---> This Pull Request provides initial implementation for DateTimeFormat constructor. It relates to #1562. It changes the following: - Adds `Intl.DateTimeFormat` property - Partially implements `DateTimeFormat` constructor (`InitializeDateTimeFormat` step is postponed). - Introduces `ObjectData::DateTimeFormat`
Pull request successfully merged into main. Build succeeded: |
<!--- Thank you for contributing to Boa! Please fill out the template below, and remove or add any information as you feel neccesary. ---> This Pull Request provides initial implementation for DateTimeFormat constructor. It relates to #1562. It changes the following: - Adds `Intl.DateTimeFormat` property - Partially implements `DateTimeFormat` constructor (`InitializeDateTimeFormat` step is postponed). - Introduces `ObjectData::DateTimeFormat`
This Pull Request provides initial implementation for DateTimeFormat constructor. It relates to #1562.
It changes the following:
Intl.DateTimeFormat
propertyDateTimeFormat
constructor (InitializeDateTimeFormat
step is postponed).ObjectData::DateTimeFormat