Welcome to This Week in LiveCode! This is a weekly summary of what’s been going on in the LiveCode open source project and community. Want something mentioned? Tweet @LiveCode or send us an e-mail.

Updates from the LiveCode open source community

News & blog posts

Interesting discussions

Updates in the LiveCode open source project

64 pull requests were merged since the last issue.

New LiveCode releases

Notable changes

Bug of the week

Bug 18578 - Certain Gray Colornames variants throw an error when used

This bug occurred because of a subtle bug in the C++ source code for colour names: the names were listed in the “correct” order (Gray99 before Gray100), but in order for the engine to work properly they need to be listed in lexicographic order (i.e. Gray1, Gray10, Gray100, Gray11 etc.)

The test stack provided by the bug reporter was very simple, effective and self-explanatory, and came with a very good set of steps to reproduce the bug. The steps gave clear results that indicated exactly where the the problem was.

Help needed!

Want to get involved in the LiveCode open source project but don’t know where to start? Try one of these:

Contributors this week

Contribute!

This Week in LiveCode is openly developed on GitHub. If you find any errors in this issue, please file an issue or submit a pull request.