Activity log for bug #1131990

Date Who What changed Old value New value Message
2013-02-23 00:26:52 Paul J. Lucas bug added bug
2013-03-28 03:33:27 Dana Florescu zorba: importance Undecided Critical
2013-03-28 03:33:30 Dana Florescu zorba: milestone 2.9
2013-03-28 16:44:06 Sorin Marian Nasoi summary FOTS: re00737 fails re00737 fails
2013-04-01 21:00:03 Dana Florescu zorba: status Triaged New
2013-04-02 07:44:10 Chris Hillery tags fots regex fots
2013-04-11 04:40:10 Paul J. Lucas description The FOTS test re00737: (every $s in tokenize('', ',') satisfies matches($s, '^(?:[^cde-[ag]]+)$')) and (every $s in tokenize('agbfxyzga', ',') satisfies not(matches($s, '^(?:[^cde-[ag]]+)$'))) fails. It may be due to the interaction between negative characters classes and range subtraction. The FOTS test re00737:     (every $s in tokenize('', ',')       satisfies matches($s, '^(?:[^cde-[ag]]+)$'))     and     (every $s in tokenize('agbfxyzga', ',')       satisfies not(matches($s, '^(?:[^cde-[ag]]+)$'))) fails. It may be due to the interaction between negative characters classes and range subtraction. This may be a limitation of ICU.
2013-04-13 17:57:19 Paul J. Lucas zorba: assignee Paul J. Lucas (paul-lucas) Markos Zaharioudakis (markos-za)
2013-04-15 14:10:55 Markos Zaharioudakis zorba: assignee Markos Zaharioudakis (markos-za) Paul J. Lucas (paul-lucas)
2013-04-17 16:29:24 Paul J. Lucas branch linked lp:~paul-lucas/zorba/bug-1131990
2013-04-17 16:31:10 Paul J. Lucas zorba: status New In Progress
2013-04-18 01:29:08 Paul J. Lucas zorba: status In Progress Fix Committed
2013-05-17 14:39:51 Sorin Marian Nasoi zorba: status Fix Committed Fix Released