Using two or more overlapping Unicode properties may not be very frequent, but in most cases isn't a mistake. If a user writes `/[\p{Word}\p{S}]/`, that expression should just match all word characters and all symbol characters, because ...duerst (Martin Dürst)
nagachika (Tomoyuki Chikanaga) wrote in #note-1: > In my environment, removing `exts.mk` in build directory resolved the issue. This worked for me, too.duerst (Martin Dürst)
When I tried to compile Ruby with make up; make, I got the message in the Subject. This seems similar to bug #19481, but the various kinds of advice (`./config.status` or `./autogen.sh; ./configure; make`) given there didn't solve the p...duerst (Martin Dürst)
Added regression test at https://github.com/ruby/ruby/commit/a122d7a58e91ed6cd531e906cb398688d7cc8b17 and fix at https://github.com/ruby/ruby/commit/e4c8e3544237b8c0efba6b945173dc66552d641c. Many thanks to Tomoya Ishida for finding thi...duerst (Martin Dürst)