Re: CompileBL Scenario
Jason <[email protected]> Fri, 25 Sep 2009 11:26:23 +0100
| Newsgroups | gmane.comp.cms.xaraya.devel |
|---|---|
| Organization | Xaraya |
| Message-ID | <[email protected]> |
[email protected] wrote: > [email protected] wrote: >> The only idea I have so far is to include at compile time the >> tags of any module that is active. But that's not really lazy loading. >> >> Strictly speaking you can't include stylesheets at run time, as far as >> I know. So maybe that's as good as it gets. > > As an exercise I have added this feature to the main branch, making it > unnecessary to move module tags into the filesystem of the compiler. > But this sets up a new dependency of the compiler on Xaraya, because the > compiler needs to look for what tags to load, and does that by checking > for active modules via the modules module. Guess I have to find a > mechanism to decouple that. Thoughts? > > Marc Isn't the compiler given the list to work from when it is loaded? Presumably the new places to look is just an extension of the "filesystem of the compiler" that it is told about when it is loaded anyway? -- Jason