[nem-bug] [Nemerle 0000617]: optional regexp match

feedback at nemerle.org feedback at nemerle.org
Mon May 22 18:03:56 CEST 2006


The following issue has been CLOSED
======================================================================
<http://nemerle.org/bugs/view.php?id=617> 
======================================================================
Reported By:                Tobias
Assigned To:                malekith
======================================================================
Project:                    Nemerle
Issue ID:                   617
Category:                   The Macro Library
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     closed
Resolution:                 fixed
Fixed in Version:           
======================================================================
Date Submitted:             02-12-2006 15:30 CET
Last Modified:              05-22-2006 18:03 CEST
======================================================================
Summary:                    optional regexp match
Description: 
private Test(text : string) : int {
  regexp match(text) {
    | @"(?<a : int>\d+)(va)?" => a : int
    | _ => -1
  }
}

a in incorectly typed as option[int]
======================================================================

----------------------------------------------------------------------
 malekith - 05-05-06 13:35 
----------------------------------------------------------------------
Patch applied in r6228.

Sorry it took us so long :/

Issue History
Date Modified  Username       Field                    Change              
======================================================================
02-12-06 15:30 Tobias         New Issue                                    
02-12-06 15:30 Tobias         File Added: regexp.patch                     
05-05-06 13:35 malekith       Status                   new => resolved     
05-05-06 13:35 malekith       Resolution               open => fixed       
05-05-06 13:35 malekith       Assigned To               => malekith        
05-05-06 13:35 malekith       Note Added: 0001234                          
05-05-06 13:35 malekith       Description Updated                          
05-22-06 18:03 nazgul         Status                   resolved => closed  
======================================================================




More information about the bugs mailing list