Re: Google Summer of Code project idea request

2007-03-24 Thread Supun Kamburugamuva
Hi, On the second thought I think I should go with Nathan's point. I have included it in the wiki and removed the expression passing. Thanks, Supun... On 3/24/07, Nathan Bubna [EMAIL PROTECTED] wrote: On 3/24/07, Supun Kamburugamuva [EMAIL PROTECTED] wrote: Hi, Thanks for the feedback. I'll

Re: Google Summer of Code project idea request

2007-03-24 Thread Will Glass-Husain
I thought there was a JIRA issue on this, but I was mistaken. I was thinking it'd be nice to support #someMacro (10 + 10) but I don't feel strongly about it. Actually, on a related topic, I'd really like to see us add syntax for expressions in method calls. I do this all the time (generating

Re: Google Summer of Code project idea request

2007-03-24 Thread Nathan Bubna
ah, expressions with operators... yeah, that's something we'd probably want to support for method, macro, and directive parameters all at once, to minimize con fusion about where thos are allowed. i suppose they already are allowed in some (all?) directives though. On 3/24/07, Will

Re: Google Summer of Code project idea request

2007-03-24 Thread Will Glass-Husain
Hi, It seems incremental to me (though a big increment). And backwards compatible. Less effort than a complete parser rewrite. (really, all you're doing is having DirectiveArg() call Expression() instead of StringLiteral(), IntegerLiteral(), etc). I've got other things I'm interested in

Re: Google Summer of Code project idea request

2007-03-24 Thread Will Glass-Husain
Supun, Did you submit your application -- I didn't see it in the official list. You probably know this, but the deadline has been extended to Monday, March 26th at 5:00 PM Pacific time. WILL On 3/24/07, Supun Kamburugamuva [EMAIL PROTECTED] wrote: Hi, On the second thought I think I should

questions on source for site

2007-03-24 Thread Will Glass-Husain
Hi, I'm trying to get a handle on how the site is organized, have some minor tweaks I was thinking of making. A couple of questions. * if I want to build it with Maven 2.0.5 (for testing), can I do this by commenting something out. (I saw Henning's note that upcoming Maven 2.0.6 is required