[18:35:36] legoktm: "Fixed installed.json data to be sorted alphabetically by package name" [18:35:59] Think we can start suggesting people use composer > 1.6? [18:42:26] https://gerrit.wikimedia.org/r/404756 [19:15:55] as of 1 minute ago, we don't support DB drivers without prepared statements anymore. anybody interested in these? [19:22:03] anomie: in the css-sanitizer readme.md... lookupI18nMessage() is used.. Where's that defined? [19:22:22] Or is it more pseudo code? [19:23:12] Reedy: It's pseudocode. [19:24:02] Feel free to adjust it to clarify if you feel the need. [19:24:56] I'm not sure with.. I was just looking at it and couldn't work out if it was real code, or just an example [19:25:18] Reedy: "yourFunctionToLookupI18nMessages()"? ;) [19:25:48] heh, maybe :D [19:27:19] anomie: thanks. Want that tagging as... 1.0.3 or 1.1.0? [19:27:54] Hmm. I just had to unsubscribe someone from mediawiki-api-announce, apparently they have some sort of "bitbounce" auto-responder that's not configured to let mailing list traffic through. [19:29:03] Reedy: Uhh... I'll have to look up how semver works again... Looks like 1.0.3 would be appropriate, no new functionality was added. [19:29:35] Given a version number MAJOR.MINOR.PATCH, increment the: [19:29:35] MAJOR version when you make incompatible API changes, [19:29:35] MINOR version when you add functionality in a backwards-compatible manner, and [19:29:35] PATCH version when you make backwards-compatible bug fixes.