Re: Scala-Wicket Help and Advice

2011-01-11 Thread Liam Clarke-Hutchinson
On Tue, Jan 11, 2011 at 6:18 AM, Gustavo Hexsel ghex...@gmail.com wrote: Actually, in Scala it's idiomatic to skip the type on vals (unless they're complex structures or you NEED to declare the type as a higher-level, like it's a public val of a java collection and you want to enforce the

Re: [Wicket-autocvs] [wicketstuff/core] eeac73: Work on version, gitignores, obsolet eclipse files...

2011-01-11 Thread Martijn Dashorst
Hey, the commit hook works! Martijn On Tue, Jan 11, 2011 at 6:13 AM, nore...@github.com wrote: Branch: refs/heads/core-1.4.x Home:   https://github.com/wicketstuff/core Commit: eeac734ee54c5bf924edb89f9f9eded00034ad0e    

Re: Scala-Wicket Help and Advice

2011-01-11 Thread Rodolfo Hansen
I guess Project Lombok could be extended for this. You would be inviting the same problems encountered by C++ with its multiple inheritance, and all that magic will probably make things harder to follow. But; like all shotguns, it's everyone's responsibility where they aim, lest they shoot

Re: Scala-Wicket Help and Advice

2011-01-11 Thread Martin Makundi
One can always get better at following but tools must improve to be better for building ;) ** Martin 2011/1/11 Rodolfo Hansen kry...@gmail.com: I guess Project Lombok could be extended for this. You would be inviting the same problems encountered by C++ with its multiple inheritance, and

maven clean is failing as well as AjaxFormSubmitTest.testEventJavaScriptEscaped

2011-01-11 Thread Juergen Donnerstag
-Juergen

Re: maven clean is failing as well as AjaxFormSubmitTest.testEventJavaScriptEscaped

2011-01-11 Thread Martin Grigorov
I just fixed it but now VelocityPanelTest is failing. It is due to your commit. Please investigate :-) On Tue, Jan 11, 2011 at 9:55 PM, Juergen Donnerstag juergen.donners...@gmail.com wrote: -Juergen