User "Tim Starling" posted a comment on MediaWiki.r84985. Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/84985#c16615 Commit summary:
Swtiched to using console.log if present so that when errors occur inside of modules they are shown, even if you aren't in debug mode. This helps avoid the common pitfall of forgetting to export a symbol to the global space, because in debug mode everything is exported to the global space whereas in production mode it's wrapped in a closure. Comment: Can we have this feature back in the 1.17 branch please? It would make it easier to support beta users reporting RL-related bugs. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
