I'm just now getting my head around how to set them up. SourceTree is recursive by default so my builds were fine. Took a little more playing around to set it up so I could contribute to the IDE and also build with my changes. (I had it set up as a separate workspace)
On the sub module I renamed origin to upstream and then added my fork as origin (remotes). I then changed develop to track upstream. This mirrors how LiveCode is set up. As a test, I imported my sort branch on IDE and rebuilt. I then got the dictionary with the APIs sorted. This setup would have made my initial dictionary work so much easier (I was just hacking the code in the latest DP... figuring out how to generate the dictionary was fun...) Thanks, Brian > > On Jul 29, 2017 at 5:10 PM, <Mark Wieder via use-livecode > (mailto:[email protected])> wrote: > > > > On 07/29/2017 01:59 PM, Mark Waddingham via use-livecode wrote: >> FWIW I > have it on my phone and open on my desktop so I get >> notifications and > respond if I know the answer. Usually it’s “Have you >> updated > submodules?” ;-) > > Its not just on Gitter that sentence gets uttered a > lot - it also occurs > frequently on our internal Slack dev channels! Have > I mentioned lately how much I hate submodules? -- Mark Wieder > [email protected] _______________________________________________ > use-livecode mailing list [email protected] Please visit this url > to subscribe, unsubscribe and manage your subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode > > _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
