-
-
Notifications
You must be signed in to change notification settings - Fork 413
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] - Allow creating object with true/false property names #2028
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2028 +/- ##
==========================================
- Coverage 44.15% 44.14% -0.01%
==========================================
Files 210 210
Lines 18596 18599 +3
==========================================
Hits 8211 8211
- Misses 10385 10388 +3
Continue to review full report at Codecov.
|
VM implementation
Fixed tests (6):
|
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.
Good find :)
bors r+ |
This Pull Request allows "true"/"false" as property names when instantiating objects. This should make some additional tests in the test suite pass.
Pull request successfully merged into main. Build succeeded: |
This Pull Request allows "true"/"false" as property names when instantiating objects. This should make some additional tests in the test suite pass.
This Pull Request allows "true"/"false" as property names when instantiating objects. This should make some additional tests in the test suite pass.