On 2018-04-20 11:15, Geoff Canyon via use-livecode wrote:
​I get that -- my point is that *many* of the IDE script files are
unchanged from 9.0 release to the current(?) develop branch. So working on files in 9.0, making changes, and then submitting a pull request, unless
git somehow makes this a slog, should be perfectly acceptable​. They're
just text files, many of which haven't changed in six months. Or is there
something magic (and to me, frustrating) about git that makes it
unacceptable to submit a change made to a file in 9.0 to an identical file
in 9.1?

This is nothing to do with git at all - it is to do with actually being able to test the change you make and ensure it actually does what you want.

Just because a file hasn't changed for months, doesn't mean that its action isn't dependent on some code somewhere else in the system.

You might make a change to a file which looks identical in 9 and 9.1 - but how do you know it will work in 9.1 without running it in 9.1?

Warmest Regards,

Mark.

--
Mark Waddingham ~ m...@livecode.com ~ http://www.livecode.com/
LiveCode: Everyone can create apps

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to