Regarding work around of bug in Windows Build

84 views
Skip to first unread message

Ankriti Sachan

unread,
Mar 7, 2019, 8:46:25 AM3/7/19
to App Inventor Open Source Development
Hi !
I am a newcomer here.
While trying to build the code, I got some error for which I was suggested this solution to look at - https://github.com/mit-cml/appinventor-sources/pull/1556.
But I don't know how to proceed with this.
Please help me out.
Thank you.

Evan Patton

unread,
Mar 7, 2019, 8:56:07 AM3/7/19
to App Inventor Open Source Development
If you're at the command line, you should be able to do the following:

git fetch upstream refs/pull/1556/head:pull/1556
git merge pull/1556

Regards,
Evan

Ankriti Sachan

unread,
Mar 8, 2019, 12:50:35 PM3/8/19
to App Inventor Open Source Development
Thanks a lot. That worked.

Ankriti Sachan

unread,
Mar 13, 2019, 4:21:15 AM3/13/19
to App Inventor Open Source Development
Hi Evan,
I used the above solution to fix my build issues in windows.
When will the above PR #1556 get merged to the master? 
I want to submit a PR for the issue #1520, but I guess that will show two commits from me (one from the used PR and one from my own changes) which is not right. Please correct me if I am wrong. I am still a beginner with git.
So, should I wait for PR at #1556 to get merged? Or is there another workaround?

Evan Patton

unread,
Mar 13, 2019, 9:15:06 AM3/13/19
to App Inventor Open Source Development
Hi Ankriti,

If you have your change on a branch and its just one commit, you could do the following:

git checkout ucr
git pull
git checkout BRANCH
git rebase HEAD~1 --onto ucr

This should move your commit onto the latest version of the ucr* branch. You should then be able to submit this branch as a pull request with ucr as the base branch.

Cheers,
Evan

* ucr is the branch for any changes that affect the companion behavior.
Reply all
Reply to author
Forward
0 new messages