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

fix(android): don't copy Ti.Buffer properties not set during #clone() #10670

Merged
merged 2 commits into from Mar 15, 2019

Conversation

sgtcoolguy
Copy link
Contributor

JIRA: https://jira.appcelerator.org/browse/TIMOB-26789

Optional Description:
Exposed by a stricter equality check in a newer should.js - when cloning a Ti.Buffer, the clone would get null values for type and value if the original had no values for those properties so the equality check would fail (null !== undefined, whereas before null == undefined)

Note that this fix is already merged to master

@sgtcoolguy sgtcoolguy added this to the 8.0.1 milestone Feb 1, 2019
@build build requested a review from a team February 1, 2019 19:03
@build
Copy link
Contributor

build commented Feb 1, 2019

Messages
📖

💾 Here's the generated SDK zipfile.

📖

✅ All tests are passing
Nice one! All 2990 tests are passing.

Generated by 🚫 dangerJS against 86271ed

@sgtcoolguy sgtcoolguy merged commit ccd7837 into tidev:8_0_X Mar 15, 2019
@sgtcoolguy sgtcoolguy deleted the TIMOB-26789 branch March 15, 2019 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants