[#85940] [Ruby trunk Bug#14578] Forking a child process inside of a mutex crashes the ruby interpreter — ben.govero@...
Issue #14578 has been reported by bengovero (Ben Govero).
3 messages
2018/03/05
[#86205] [Ruby trunk Feature#14618] Add display width method to String for CLI — aycabta@...
Issue #14618 has been reported by aycabta (aycabta .).
3 messages
2018/03/19
[#86366] Re: [ruby-cvs:70102] usa:r63008 (trunk): get rid of test error/failure on Windows introduced at r62955 — Eric Wong <normalperson@...>
usa@ruby-lang.org wrote:
3 messages
2018/03/28
[ruby-core:86168] [Ruby trunk Bug#14461][Rejected] Public SecureRandom.alphanumeric method does not appear in rdoc generated documentation
From:
nobu@...
Date:
2018-03-17 12:47:32 UTC
List:
ruby-core #86168
Issue #14461 has been updated by nobu (Nobuyoshi Nakada). Status changed from Open to Rejected You see wrong place. `alphanumeric` is a method defined in [Random::Formatter]. [Random::Formatter]: http://ruby-doc.org/stdlib-2.5.0/libdoc/securerandom/rdoc/Random/Formatter.html#method-i-alphanumeric ---------------------------------------- Bug #14461: Public SecureRandom.alphanumeric method does not appear in rdoc generated documentation https://bugs.ruby-lang.org/issues/14461#change-71052 * Author: f3ndot (Justin Bull) * Status: Rejected * Priority: Normal * Assignee: * Target version: * ruby -v: 2.5.0p0 * Backport: 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: UNKNOWN ---------------------------------------- The `private def` keywords for methods above the `SecureRandom.alphanumeric` definition (method via #10849) appear to have caused rdoc generation to not output anything for the method. See http://ruby-doc.org/stdlib-2.5.0/libdoc/securerandom/rdoc/SecureRandom.html for evidence of it being absent from rdoc generated documentation. Speaking with one of the ruby-doc maintainers, he was the one who suggested this was the root cause of the missing entry. This issue & patch is also reflected on GitHub: https://github.com/ruby/ruby/pull/1814 ---Files-------------------------------- rearrange_alphanumeric.patch (2.39 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>