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 wrote: > >> Can you provide the whole stack trace and perhaps open a bug in Lift at > >> http://github.com/dpp/liftweb/issues > > I verified that

Re: MatchError caused by changes in Index code

2009-07-26 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

Re: MatchError caused by changes in Index code

2009-07-26 Thread Vassil Dichev
> Can you provide the whole stack trace and perhaps open a bug in Lift at > http://github.com/dpp/liftweb/issues Yes, I wanted to build the fresh version from git and see if the problem isn't gone there before opening a bug.

Re: MatchError caused by changes in Index code

2009-07-26 Thread David Pollak
On Sun, Jul 26, 2009 at 9:58 PM, Vassil Dichev wrote: > For the last couple of days I get the following error on boot: > > scala.MatchError: Index(Array(IndexField(NULL), IndexField(NULL))) Can you provide the whole stack trace and perhaps open a bug in Lift at http://github.com/dpp/liftweb/iss

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: http://groups.google.c