On Monday 28 May 2007 11:22, Daniel M. Herzig wrote: > Hi Jim! > > Your idea of Inline Query Parser Functions is great. > We discussed it briefly at our meeting on Wednesday and we will review it > soon. > The Inline Query Parse Process is an upcoming subject of remodelling and > your contribution is appreciated!
Maybe some further comments of what we currently do with queries. I am about to split the evil monolithic query processing and printing into several components: a query parser (creating an object presentation of the query), a query executor (obtaining preprocessing results for a given query), and a printing architecture (which serialises query results in whatever way). The query execution is mostly ready, as is part of the new printing architecture and some printers. The query parsing still needs to be implemented. Based on those improvements, we will hopefully be able to extend our querying capabilities and to reuse the query mechanism more easily. Until this is done, however, all extensions/changes of the query components will have to wait. I am confident to finish the whole restructuring by end of this month. Cheers, Markus > Thanks! > > Daniel > > > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Jim > Wilson > Sent: Thursday, May 24, 2007 7:12 AM > To: [email protected] > Subject: Re: [SMW-devel] InlineQueryParserFunction > > > Update: > > I've logged bug 10021 as an enhancement request for an Inline Query Parser > Function {{#ask}} and created a patch implement the change: > > http://bugzilla.wikimedia.org/show_bug.cgi?id=10021 > > Dear core SMW devs, PLEASE review my patch at your convenience - I'll be > happy to answer any questions. Thanks! > > -- Jim R. Wilson (jimbojw) > > > On 5/22/07, Jim Wilson <[EMAIL PROTECTED]> wrote: > > Thanks cnit! > > I'm glad someone else would find this useful. I'll be happy to integrate > my code into the SMW codebase and create a patch ... I would just like some > assurance from a core dev that my patch has a chance of being applied > before I go through the work of making it. > > -- Jim > > > > On 5/22/07, cnit < [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > wrote: > > Hi Jim! > ask parser function is a great idea, I think it may be used > to overcome horrible MW parser limitation, which doesn't allow to use > template parameters in parser extension tags, like <ask> :-( > What Markus and S Page would think about this idea?! > Dmitriy > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > <http://sourceforge.net/powerbar/db2/> > > _______________________________________________ > Semediawiki-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/semediawiki-devel > <https://lists.sourceforge.net/lists/listinfo/semediawiki-devel> > > > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Semediawiki-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/semediawiki-devel -- Markus Krötzsch Institute AIFB, University of Karlsruhe, D-76128 Karlsruhe [EMAIL PROTECTED] phone +49 (0)721 608 7362 www.aifb.uni-karlsruhe.de/WBS/ fax +49 (0)721 693 717
pgp5KIpXO7VHD.pgp
Description: PGP signature
------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/
_______________________________________________ Semediawiki-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/semediawiki-devel
