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(ios): regression in incremental device builds #11023

Merged
merged 8 commits into from
Jul 12, 2019

Conversation

janvennemann
Copy link
Contributor

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

Fixes a regression in incremental device builds that caused missing entries of encrypted JS files in the index.json used in our require.

@build
Copy link
Contributor

build commented Jul 3, 2019

Warnings
⚠️

cli/lib/tasks/process-js-task.js#L157 - cli/lib/tasks/process-js-task.js line 157 – Avoid calling back inside of a promise. (promise/no-callback-in-promise)

⚠️

cli/lib/tasks/process-js-task.js#L164 - cli/lib/tasks/process-js-task.js line 164 – Avoid calling back inside of a promise. (promise/no-callback-in-promise)

Messages
📖

💾 Here's the generated SDK zipfile.

📖

✅ All tests are passing
Nice one! All 3727 tests are passing.
(There are 470 tests skipped)

📖 ✊ The commits in this PR match our conventions! Feel free to Rebase and Merge this PR when ready.

Generated by 🚫 dangerJS against e958e74

Copy link
Contributor

@sgtcoolguy sgtcoolguy left a comment

Choose a reason for hiding this comment

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

LGTM, did not do FR

@ssekhri
Copy link

ssekhri commented Jul 9, 2019

FR Passed. Incremental builds working fine for iOS.

@sgtcoolguy sgtcoolguy merged commit 7993e9d into tidev:master Jul 12, 2019
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

6 participants