[Lucene.Net] [jira] [Assigned] (LUCENENET-266) Putting support classes in separate files and in a separate directory

2011-05-07 Thread Prescott Nasser (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prescott Nasser reassigned LUCENENET-266: - Assignee: Prescott Nasser Putting support classes in separate files and in

RE: [Lucene.Net] Incubator PMC/Board report for May 2011 (lucene-net-dev@lucene.apache.org)

2011-05-07 Thread Prescott Nasser
I've updated our report - please take a quick pass at it to see if anything is missing. From: no-re...@apache.org To: lucene-net-dev@lucene.apache.org Date: Sun, 1 May 2011 14:00:09 + Subject: [Lucene.Net] Incubator PMC/Board report for May

RE: [Lucene.Net] var

2011-05-07 Thread Prescott Nasser
~Prescott Nasser prescott.nas...@hotmail.com 650.208.4205 It's a 3.0 keyword, can't be used pre C# 3.0 From: m...@aaron-powell.com To: lucene-net-dev@lucene.apache.org Date: Sat, 7 May 2011 07:28:36 + Subject: RE: [Lucene.Net] var My understanding of the 'var' keyword is just C#

RE: [Lucene.Net] var

2011-05-07 Thread Aaron Powell
Yes it's a C# 3 feature, but the C# 3 compiler (shipped in VS 2008) can compile C# 2.0 and C# 3.0 assemblies. Quick test: http://www.aaron-powell.com/get/var-csharp-2.PNG I don't have VS 2008 though, this test was done with VS 2010 using the multitargetting features Aaron Powell MVP - Internet

[Lucene.Net] [jira] [Commented] (LUCENENET-266) Putting support classes in separate files and in a separate directory

2011-05-07 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13030356#comment-13030356 ] Digy commented on LUCENENET-266: Hi Prescott, Thank you for refactoring the

RE: [Lucene.Net] var

2011-05-07 Thread Digy
The new C# features are committed only to 2.9.4g branch. 2.9.4 can still be built targeting .NET 2.0. We can continue to support both version in parallel (in terms of bug fixes such as LUCENENET-172 LUCENENET-413, maybe LUCENENET-266) and declare that 2.9.4 will be the last version supporting

[Lucene.Net] [jira] [Commented] (LUCENENET-330) Search.Regex minimal port

2011-05-07 Thread Prescott Nasser (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13030382#comment-13030382 ] Prescott Nasser commented on LUCENENET-330: --- whoops - I'll make the change

Re: [Lucene.Net] separating project file from actual code files

2011-05-07 Thread Troy Howard
Are you working with VS2010 Express? Or one of the full versions? If you're using Express, unfortunately, it's default settings are a bit confusing. In the create new project dialog, the 'normal' field for project directory is not displayed, only one for name. To enable this, you need to go to

[Lucene.Net] [jira] [Resolved] (LUCENENET-266) Putting support classes in separate files and in a separate directory

2011-05-07 Thread Prescott Nasser (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prescott Nasser resolved LUCENENET-266. --- Resolution: Fixed In Branch Lucene.Net_2_9_4g Putting support classes in

RE: [Lucene.Net] svn commit: r1100639 - /incubator/lucene.net/branches/Lucene.Net_2_9_4g/src/core/Support/EquatableList.cs

2011-05-07 Thread Digy
Hi Prescott, Can you apply these fixes also to trunk? They don't diverge from java 2.9.4 and can be compiled targetting .NET 2.0. LUCENENET-361 Workaround for a Mono C# compiler issue LUCENENET-330 Search.Regex Minimal Port LUCENENET-371 Unit test for Search.Regex port DIGY -Original