Re: MatchError caused by changes in Index code

2009-07-28 Thread David Pollak
I believe it's fixed. It seemed to be a problem with Scala's pattern matching of nested case classes. On Sun, Jul 26, 2009 at 11:51 PM, Vassil Dichev vdic...@apache.org wrote: Can you provide the whole stack trace and perhaps open a bug in Lift at http://github.com/dpp/liftweb/issues I

Re: MatchError caused by changes in Index code

2009-07-27 Thread Vassil Dichev
Can you provide the whole stack trace and perhaps open a bug in Lift at http://github.com/dpp/liftweb/issues I verified that the fix mentioned by dchenbecker is in my local repo. I submitted a bug: http://github.com/dpp/liftweb/issues/#issue/38

MatchError caused by changes in Index code

2009-07-26 Thread Vassil Dichev
For the last couple of days I get the following error on boot: scala.MatchError: Index(Array(IndexField(NULL), IndexField(NULL))) I guess this is caused by the following commit in Lift, and the fix mentioned in the last post is not yet updated in the maven repository: