[09:00:05] jzaefferer: arschmitz fnagel1 gnarf kborchers mikesherov rxaviers tj_vantoll [09:00:19] Hello [09:00:19] aloha! [09:00:21] Hi [09:01:00] Hey [09:01:06] hey [09:01:29] hi [09:01:59] ! [09:02:54] rxaviers: Wanna start with an AMD update? [09:03:00] here [09:03:24] sure, it's not much updates actually. [09:03:42] I've ran Jörn's rename script, and [09:04:09] I've tested that the require.js build is working just fine (so, Download Builder supports it), and also that the resulting bundle has no jshint issue: https://gist.github.com/rxaviers/7757969 [09:04:22] It needs more eyeballs to make sure the rename did not mess up demos, or tests... [09:04:54] I have also updated the UMD return exports of all files. [09:05:32] Thanks. [09:05:40] ah! right, it needs AMD tests [09:05:43] rxaviers: I mentioned in the PR that we need some kind of test for the UMD support [09:05:48] exactly :-) [09:06:03] :) it's on my TODO [09:06:28] No update on 1.10.4 yet. I've been getting pulled in a million directions again. But at least this time most of it is for other parts of UI :-) [09:06:45] I reviewed the tooltip PR again, but found some more issues. [09:06:50] https://github.com/jquery/jquery-ui/pull/1118 [09:06:58] maybe have some setup that runs an AMD loader in phantomjs, loading each widget once and trying to instantiate it using the constructor (the return value)? That way we could be sure that the returns are in place for new widgets as well, and that all dependencies are met [09:07:51] jzaefferer: Why not just have an AMD loader that gets used in the normal unit tests? [09:08:35] Should we have all tests run twice? One using normal script tags, another one using AMD loader? [09:09:13] Seems like overkill. [09:09:23] It does and it doesn't. [09:09:34] It does because we assume that if we return the constructor, everything works. [09:09:42] Actually, nevermind. [09:09:48] so far we haven't discussed if and how we're going to change how we load resources in our tests and and demos [09:09:54] I was going to say that the return value might break part of the AMD module. [09:10:07] But if it did, it'd break the