[#85349] [Ruby trunk Bug#14334] Segmentation fault after running rspec (ruby/2.5.0/erb.rb:885 / simplecov/source_file.rb:85) — pragtob@...
Issue #14334 has been updated by PragTob (Tobias Pfeiffer).
3 messages
2018/02/02
[#85358] Re: [ruby-cvs:69220] nobu:r62039 (trunk): compile.c: unnecessary freezing — Eric Wong <normalperson@...>
nobu@ruby-lang.org wrote:
5 messages
2018/02/03
[#85612] Why require autoconf 2.67+ — leam hall <leamhall@...>
Please pardon the intrusion; I am new to Ruby and like to pull the
6 messages
2018/02/17
[#85634] [Ruby trunk Bug#14494] [PATCH] tool/m4/ruby_replace_type.m4 use AC_CHECK_TYPES for HAVE_* macros — normalperson@...
Issue #14494 has been reported by normalperson (Eric Wong).
3 messages
2018/02/19
[#85674] [Ruby trunk Feature#13618] [PATCH] auto fiber schedule for rb_wait_for_single_fd and rb_waitpid — matz@...
Issue #13618 has been updated by matz (Yukihiro Matsumoto).
5 messages
2018/02/20
[#85686] Re: [Ruby trunk Feature#13618] [PATCH] auto fiber schedule for rb_wait_for_single_fd and rb_waitpid
— Eric Wong <normalperson@...>
2018/02/20
matz@ruby-lang.org wrote:
[#85704] Re: [Ruby trunk Feature#13618] [PATCH] auto fiber schedule for rb_wait_for_single_fd and rb_waitpid
— Koichi Sasada <ko1@...>
2018/02/21
On 2018/02/20 18:06, Eric Wong wrote:
[ruby-core:85413] [Ruby trunk Misc#14450] Enchance MatchData docs
From:
shevegen@...
Date:
2018-02-05 18:37:00 UTC
List:
ruby-core #85413
Issue #14450 has been updated by shevegen (Robert A. Heiler). Actually your wording seems a bit more complicated than the original one to me. Or perhaps I got used to the succinct japanese-english style already. :D The content "It encapsulates all the results of a pattern match, results normally accessed through the special variables <code>$&</code>, <code>$'</code>, <code>$`</code>, <code>$1</code>, <code>$2</code>, and so on." seems to be gone or reworded and moved below (but mostly appears to be gone; aside from the new overview at the bottom). I agree with the examples listed though including the section "Global variables equivalence". (I guess that was one way for you to re-group the documentation, and I agree with that part of the patch - it seems more logical.) So the only part is the intro - perhaps the intro could still include a reference to the old "results normally accessed through the special variable" part? With the overview appearing lateron. At any rate, this is just an opinion, feel free to ignore it - improving ruby's documentation is always good and should in general be encouraged, so consider my comment here more as an attempt of encouragement than anything else, please. ---------------------------------------- Misc #14450: Enchance MatchData docs https://bugs.ruby-lang.org/issues/14450#change-70198 * Author: zverok (Victor Shepelev) * Status: Open * Priority: Normal * Assignee: ---------------------------------------- The wording is changed from stating something like "This is (unimporant) helper, which is a wrapper for (primary) global variables" more to the "This is (primary) regexp matching result, which also (eventually) related to global variables". Explanations expanded and several code examples added to the class description. ---Files-------------------------------- match-data-docs.patch (2.77 KB) -- 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>