| Anonymous | Login | Signup for a new account | 2013-06-20 10:08 CEST | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |||
| 0004650 | OCaml | OCaml general | public | 2008-11-25 17:27 | 2011-05-29 12:14 | |||
| Reporter | AHuebner | |||||||
| Assigned To | xleroy | |||||||
| Priority | normal | Severity | minor | Reproducibility | always | |||
| Status | closed | Resolution | fixed | |||||
| Platform | OS | OS Version | ||||||
| Product Version | 3.10.2 | |||||||
| Target Version | Fixed in Version | 3.11.1+dev | ||||||
| Summary | 0004650: regexp_case_fold does not work correctly with an exclusion set | |||||||
| Description | When using an exclusion character set, regexp_case_fold produces incorrect results. # #load "str.cma" ;; # open Str ;; # string_match (regexp_case_fold "[^a]") "a" 0 ;; - : bool = true This is due to the set being first "negated" (everything but 'a', including 'A') and applying case_fold afterwards. ('A' will lead to 'a' in the final set.) | |||||||
| Tags | No tags attached. | |||||||
| Attached Files | ||||||||
Notes |
|
|
(0004796) xleroy (administrator) 2008-12-12 09:54 |
Tentative fix in 3.11 release branch. Should go in 3.11.1. |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2008-11-25 17:27 | AHuebner | New Issue | |
| 2008-11-26 11:17 | xleroy | Status | new => assigned |
| 2008-11-26 11:17 | xleroy | Assigned To | => xleroy |
| 2008-12-12 09:54 | xleroy | Note Added: 0004796 | |
| 2008-12-12 09:54 | xleroy | Status | assigned => resolved |
| 2008-12-12 09:54 | xleroy | Resolution | open => fixed |
| 2009-04-19 11:00 | xleroy | Fixed in Version | => 3.11.1+dev |
| 2011-05-29 12:14 | xleroy | Status | resolved => closed |
| Copyright © 2000 - 2011 MantisBT Group |