Message303757
Made a warning for '[' be emitted only at the start of a set. This significantly decrease the breakage of other code. I think we can get around without implicit union of nested sets, like in [_[0-9][:Latin:]]. This can be written as [_||[0-9]||[:Latin:]]. |
|
| Date |
User |
Action |
Args |
| 2017-10-05 10:26:52 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, rhettinger, ezio.melotti, mrabarnett, r.david.murray |
| 2017-10-05 10:26:52 | serhiy.storchaka | set | messageid: <[email protected]> |
| 2017-10-05 10:26:52 | serhiy.storchaka | link | issue30349 messages |
| 2017-10-05 10:26:52 | serhiy.storchaka | create | |
|