[jira] [Updated] (LUCENENET-484) Some possibly major tests intermittently fail

2012-04-13 Thread Christopher Currens (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Currens updated LUCENENET-484: -- Description: These tests will fail intermittently in Debug or Release mode,

RE: user feedback on 3.0.3

2012-04-13 Thread Prescott Nasser
lol > Date: Fri, 13 Apr 2012 15:41:32 -0400 > Subject: Re: user feedback on 3.0.3 > From: mhern...@wickedsoftware.net > To: lucene-net-dev@lucene.apache.org > > silly question. I script my tweets using powershell and my RMS-styled text > only browser built using C# where all the strings are UTF-

Re: user feedback on 3.0.3

2012-04-13 Thread Michael Herndon
silly question. I script my tweets using powershell and my RMS-styled text only browser built using C# where all the strings are UTF-16. Real men use powershell. There should be an award for using that much satire and sass within 3 statements or less. On Fri, Apr 13, 2012 at 2:24 PM, Troy Howard

[jira] [Commented] (LUCENENET-484) Some possibly major tests intermittently fail

2012-04-13 Thread Christopher Currens (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13253640#comment-13253640 ] Christopher Currens commented on LUCENENET-484: --- I should note, since the

[jira] [Created] (LUCENENET-484) Some possibly major tests intermittently fail

2012-04-13 Thread Christopher Currens (Created) (JIRA)
Some possibly major tests intermittently fail -- Key: LUCENENET-484 URL: https://issues.apache.org/jira/browse/LUCENENET-484 Project: Lucene.Net Issue Type: Bug Components: Lucene.Net Co

Re: user feedback on 3.0.3

2012-04-13 Thread Troy Howard
Michael - How did you manage to get a Unicode dot into your tweet in the first place? ;) On Fri, Apr 13, 2012 at 10:22 AM, Michael Herndon < mhern...@wickedsoftware.net> wrote: > Done. For future reference to tweeting things with dots. We have to use > ascii with Lucene.Net on tweets. Otherwi

Re: user feedback on 3.0.3

2012-04-13 Thread Michael Herndon
Done. For future reference to tweeting things with dots. We have to use ascii with Lucene.Net on tweets. Otherwise twitter will transform the "Lucene.Net" text into a link that points to its Java counterpart. Lucene.Net On Fri, Apr 13, 2012 at 12:37 PM, Christopher Currens < currens.ch...@gma

Re: user feedback on 3.0.3

2012-04-13 Thread Christopher Currens
Okay, I looked over the properties, and after a few slight changes, I think they nearly all of them are within reason (either doing a small mathematical computation or null check). I'm actually very eager to start hearing feedback on the API changes. I think most people will be able to figure it