[#86520] [Ruby trunk Bug#14681] `syswrite': stream closed in another thread (IOError) — samuel@...
Issue #14681 has been reported by ioquatix (Samuel Williams).
3 messages
2018/04/12
[#86755] [Ruby trunk Feature#14723] [WIP] sleepy GC — normalperson@...
Issue #14723 has been reported by normalperson (Eric Wong).
6 messages
2018/04/29
[ruby-core:86474] [Ruby trunk Feature#14669] Regexp does not expose the amount of capture groups.
From:
pelsen@...
Date:
2018-04-07 22:52:58 UTC
List:
ruby-core #86474
Issue #14669 has been reported by xfbs (Patrick Elsen). ---------------------------------------- Feature #14669: Regexp does not expose the amount of capture groups. https://bugs.ruby-lang.org/issues/14669 * Author: xfbs (Patrick Elsen) * Status: Open * Priority: Normal * Assignee: * Target version: ---------------------------------------- For a project we needed to know how many capture groups a Regex exposes (before actually matching it). The Onigmo regex library used by Ruby has this information, accessible with *onig_number_of_captures(const regex_t \*)*, but the Ruby Regexp class doesn't expose this information. -- 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>