(12:06:32 PM) brian_endpoint: thoughts on the lack of yui3/build/datatype-xml/datatype-xml.js in HEAD?
(12:07:46 PM) brian_endpoint: perhaps it got split into datatype-xml-format and datatype-xml-parse
(12:08:05 PM) brian_endpoint: or it is one of the breakages from removing rollups?
(12:08:46 PM) rgrove: If datatype-xml was a rollup, then it has been split out into only its non-rollup components (intentionally, not a bug).
(12:09:03 PM) Tivac: looks ok... https://github.com/yui/yui3/blob/master/build/loader/loader.js#L3173
(12:09:13 PM) brian_endpoint: seems like something is trying to load it, I'm not (directly)
(12:09:41 PM) rgrove: Ah. If it's Loader that's trying to load it, then that could be a bug.
(12:09:52 PM) brian_endpoint: I'm assuming it is loader
(12:10:12 PM) Tivac: io-xdr & datatype load datatype-xml
(12:10:22 PM) Tivac: according to built loader.js
(12:11:00 PM) rgrove: Well, they require the rollup, but Loader should then load the individual rollup files rather than trying to load datatype-xml.js.
(12:11:27 PM) rgrove: s/rollup files/module files/
(12:11:31 PM) Tivac: yes
(12:12:20 PM) brian_endpoint: umm...
(12:12:26 PM) brian_endpoint: not sure where that leaves me :-)
(12:13:06 PM) brian_endpoint: /* This file is auto-generated by src/loader/meta_join.py */
(12:13:12 PM) brian_endpoint: meta_join.py doesn't seem to exist :-)
(12:13:39 PM) brian_endpoint: I suspect that is just an out of date comment, but thought I'd point it out
(12:13:46 PM) Tew: it's meta
(12:17:15 PM) brian_endpoint: looks like 8ebea46a72db798f14907a09fa8ce99422f01809 (from ls_n) is the break point
(12:17:26 PM) brian_endpoint: "Purge rollup files and update build.xml"
(12:17:27 PM) brian_endpoint: :-)
(12:17:53 PM) ls_n: That was just for my modules. Something broke after that?
(12:18:46 PM) rgrove: Well, the old datatype-xml.js rollup file would have existed until that point. That doesn't mean Luke broke it, it just means that when Luke removed the old built files, the
breakage was revealed.
(12:18:52 PM) brian_endpoint: if I switch from 94dd -> 83be I start getting a missing yui3/build/datatype-xml/datatype-xml.js
(12:19:14 PM) ls_n: Sure. The file is gone.
(12:19:25 PM) brian_endpoint: okay...so...?
(12:19:26 PM) brian_endpoint: :-)
(12:19:40 PM) ***brian_endpoint is just a lowly user trying to make his way in the world :-)
(12:19:47 PM) ls_n: You have to refer to a combo of datatype-xml-format/...js&datatype-xml-parse/...js
(12:20:10 PM) ls_n: or use('datatype-xml') should still work to fetch the two modules
(12:20:10 PM) brian_endpoint: well... or someone does
(12:20:35 PM) ls_n: or load the scripts individually, I suppose. Not that that's a recommended solution.
(12:21:04 PM) brian_endpoint: I'm not directly using it, it is being pulled in by loader
(12:21:12 PM) rgrove: Again, this sounds like a Loader bug if datatype-xml isn't automatically being resolved into its submodule files.
(12:21:19 PM) ls_n: yep
(12:21:25 PM) brian_endpoint: okay, want for me to file it?
(12:21:27 PM) ls_n: should be in the aliases
(12:24:06 PM) rgrove: brian_endpoint: Yes please.
(12:24:40 PM) brian_endpoint: boy this rollup change is madness :-)
(12:25:14 PM) Tivac: confirm
(12:25:31 PM) ls_n: It simplifies the system, but maybe we're learning that it is a mistake...
This should be resolved with the fix for: #2530531