Menu

#59 Problem with 0.2.8 parsing multiple generic types

open-fixed
Parsing (14)
5
2010-10-31
2009-11-25
Anonymous
No

I believe this may be related to Bug 2790043. NArrange doesn't crash but it rewrites the class incorrectly. I'm writing in VB.NET and using NArrange 0.2.8.0.

If I have the following class definition:
Public Class CustomKeyValuePairList(Of t As IComparable, s)
NArrange rewrites the file to look like this (which breaks the class):
Public Class CustomKeyValuePairList(Of t As {IComparable, s})

Discussion

  • James Nies

    James Nies - 2010-10-31
    • assigned_to: nobody --> jamesnies
    • status: open --> open-fixed
     
  • James Nies

    James Nies - 2010-10-31

    This issue has been resolved under revision 173 and will be included in the next release of NArrange.

     

Log in to post a comment.

MongoDB Logo MongoDB