[#105450] [Ruby master Feature#18228] Add a `timeout` option to `IO.copy_stream` — "byroot (Jean Boussier)" <noreply@...>
SXNzdWUgIzE4MjI4IGhhcyBiZWVuIHJlcG9ydGVkIGJ5IGJ5cm9vdCAoSmVhbiBCb3Vzc2llciku
11 messages
2021/09/27
[ruby-core:105141] [Ruby master Bug#18149] Can't match against strings with special codes within
From:
"chucke (Tiago Cardoso)" <noreply@...>
Date:
2021-09-03 15:35:36 UTC
List:
ruby-core #105141
Issue #18149 has been reported by chucke (Tiago Cardoso). ---------------------------------------- Bug #18149: Can't match against strings with special codes within https://bugs.ruby-lang.org/issues/18149 * Author: chucke (Tiago Cardoso) * Status: Open * Priority: Normal * ruby -v: 3.0.1 * Backport: 2.6: UNKNOWN, 2.7: UNKNOWN, 3.0: UNKNOWN ---------------------------------------- This can be summed up by the following example: ```ruby "\xFF".match /\\x/ #=> (irb):6:in `match': invalid byte sequence in UTF-8 (ArgumentError) ``` -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>