[前][次][番号順一覧][スレッド一覧]

ruby-changes:61289

From: Nobuyoshi <ko1@a...>
Date: Mon, 18 May 2020 21:44:13 +0900 (JST)
Subject: [ruby-changes:61289] 185f49f90c (master): Fixed RDoc formatting [ci skip]

https://git.ruby-lang.org/ruby.git/commit/?id=185f49f90c

From 185f49f90c7c553d7959d8f7261b90b398de6c3f Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Mon, 18 May 2020 20:42:20 +0900
Subject: Fixed RDoc formatting [ci skip]


diff --git a/doc/NEWS-2.0.0 b/doc/NEWS-2.0.0
index 414789d..712d3a6 100644
--- a/doc/NEWS-2.0.0
+++ b/doc/NEWS-2.0.0
@@ -116,8 +116,7 @@ with all sufficient information, see the ChangeLog file. https://github.com/ruby/ruby/blob/trunk/doc/NEWS-2.0.0#L116
       corresponding method in the prepending module.
     * added Module.prepended and Module.prepend_features, similar
       to included and append_features.
-    * added Module#refine, which extends a class or module locally.
-      [experimental]
+    * added Module#refine, which extends a class or module locally. [experimental]
   * extended method:
     * Module#define_method accepts a UnboundMethod from a Module.
     * Module#const_get accepts a qualified constant string, e.g.
diff --git a/doc/NEWS-2.2.0 b/doc/NEWS-2.2.0
index 4a029a9..98e252e 100644
--- a/doc/NEWS-2.2.0
+++ b/doc/NEWS-2.2.0
@@ -250,8 +250,7 @@ with all sufficient information, see the ChangeLog file. https://github.com/ruby/ruby/blob/trunk/doc/NEWS-2.2.0#L250
   * Logger::Application is extracted to logger-application gem. It's unmaintain code.
 
 * ObjectSpace (after requiring "objspace")
-  * ObjectSpace.memsize_of(obj) returns a size includes sizeof(RVALUE).
-    [Bug #8984]
+  * ObjectSpace.memsize_of(obj) returns a size includes sizeof(RVALUE). [Bug #8984]
 
 * Prime
   * incompatible changes:
@@ -353,8 +352,7 @@ with all sufficient information, see the ChangeLog file. https://github.com/ruby/ruby/blob/trunk/doc/NEWS-2.2.0#L352
 * VM
     * Use frozen string literals for Hash#[] and Hash#[]=
     * Fast keyword arguments passing [Feature #10440]
-    * Allow to receive huge splatted array by a rest argument
-      [Feature #10440]
+    * Allow to receive huge splatted array by a rest argument [Feature #10440]
 
 * Process
     * Process creation methods, such as spawn(), uses vfork() system call.
diff --git a/doc/NEWS-2.3.0 b/doc/NEWS-2.3.0
index 489aba4..0655152 100644
--- a/doc/NEWS-2.3.0
+++ b/doc/NEWS-2.3.0
@@ -16,20 +16,19 @@ with all sufficient information, see the ChangeLog file or Redmine https://github.com/ruby/ruby/blob/trunk/doc/NEWS-2.3.0#L16
 
 * frozen-string-literal pragma:
 
-  * new pragma, frozen-string-literal has been experimentally introduced.
-    [Feature #8976]
+  * new pragma, frozen-string-literal has been experimentally introduced. [Feature #8976]
   * besides, --enable/--disable=frozen-string-literal options also have
     been introduced. [Feature #8976]
   * command line options --debug or --debug=frozen-string-literal enable
     additional debugging mode which shows created location with at frozen
-    object error (RuntimeError).
-    [Feature #11725]
+    object error (RuntimeError). [Feature #11725]
 
 * safe navigation operator:
 
   * new method call syntax, `object&.foo', method #foo is called on
-    `object' if it is not nil.
-    this is similar to `try!' in Active Support, except:
+    `object' if it is not nil. [Feature #11537]
+
+    This is similar to `try!' in Active Support, except:
     * method name is syntactically required
           obj.try! {} # valid
           obj&. {}    # syntax error
@@ -38,7 +37,6 @@ with all sufficient information, see the ChangeLog file or Redmine https://github.com/ruby/ruby/blob/trunk/doc/NEWS-2.3.0#L37
           obj&.foo(bar())        # bar() is conditionally evaluated
     * attribute assignment is valid
           obj&.attr += 1
-    [Feature #11537]
 
 * the did_you_mean gem:
 
@@ -53,15 +51,13 @@ with all sufficient information, see the ChangeLog file or Redmine https://github.com/ruby/ruby/blob/trunk/doc/NEWS-2.3.0#L51
 * indented here document:
 
   * new string literal, here document starts with `<<~`.
-    refer doc/syntax/literals.rdoc for more details.
-    [Feature #9098]
+    refer doc/syntax/literals.rdoc for more details. [Feature #9098]
 
 === Core classes updates (outstanding ones only)
 
 * ARGF
 
-  * ARGF.read_nonblock supports `exception: false' like IO#read_nonblock.
-    [Feature #11358]
+  * ARGF.read_nonblock supports `exception: false' like IO#read_nonblock. [Feature #11358]
 
 * Array
 
@@ -78,8 +74,7 @@ with all sufficient information, see the ChangeLog file or Redmine https://github.com/ruby/ruby/blob/trunk/doc/NEWS-2.3.0#L74
 
 * Enumerable
 
-  * Enumerable#grep_v is added as inverse version of Enumerable#grep.
-    [Feature #11049]
+  * Enumerable#grep_v is added as inverse version of Enumerable#grep. [Feature #11049]
   * Enumerable#chunk_while [Feature #10769]
 
 * Enumerator::Lazy
@@ -105,8 +100,7 @@ with all sufficient information, see the ChangeLog file or Redmine https://github.com/ruby/ruby/blob/trunk/doc/NEWS-2.3.0#L100
     this affect only files opened as binary.  [Feature #11218]
 
   * new option parameter `flags' is added.
-    this parameter is bitwise-ORed to oflags generated by normal mode argument.
-    [Feature #11253]
+    this parameter is bitwise-ORed to oflags generated by normal mode argument. [Feature #11253]
 
   * IO#advise no longer raises Errno::ENOSYS in cases where it was
     detected at build time but not available at runtime.  [Feature #11806]
@@ -125,8 +119,7 @@ with all sufficient information, see the ChangeLog file or Redmine https://github.com/ruby/ruby/blob/trunk/doc/NEWS-2.3.0#L119
 * Numeric
 
   * Numeric#positive? and Numeric#negative? are added, which return
-    true when the receiver is positive and negative respectively.
-    [Feature #11151]
+    true when the receiver is positive and negative respectively. [Feature #11151]
 
 * Proc
 
@@ -152,11 +145,9 @@ with all sufficient information, see the ChangeLog file or Redmine https://github.com/ruby/ruby/blob/trunk/doc/NEWS-2.3.0#L145
 
 * String
 
-  * String#+@ and String#-@ are added to get mutable/frozen strings.
-    [Feature #11782]
+  * String#+@ and String#-@ are added to get mutable/frozen strings. [Feature #11782]
 
-  * String.new now accepts new option parameter `encoding'.
-    [Feature #11785]
+  * String.new now accepts new option parameter `encoding'. [Feature #11785]
 
 * Struct
   * Struct#dig [Feature #11688]
@@ -233,12 +224,10 @@ with all sufficient information, see the ChangeLog file or Redmine https://github.com/ruby/ruby/blob/trunk/doc/NEWS-2.3.0#L224
 
 * OpenSSL
   * OpenSSL::SSL::SSLSocket#accept_nonblock and
-    OpenSSL::SSL::SSLSocket#connect_nonblock supports `exception: false`.
-    [Feature #10532]
+    OpenSSL::SSL::SSLSocket#connect_nonblock supports `exception: false`. [Feature #10532]
 
 * Pathname
-  * Pathname#descend and Pathname#ascend supported blockless form.
-    [Feature #11052]
+  * Pathname#descend and Pathname#ascend supported blockless form. [Feature #11052]
 
 * Socket
   * Socket#connect_nonblock, Socket#accept_nonblock,
@@ -246,8 +235,7 @@ with all sufficient information, see the ChangeLog file or Redmine https://github.com/ruby/ruby/blob/trunk/doc/NEWS-2.3.0#L235
     BasicSocket#recv_nonblock, BasicSocket#recvmsg_nonblock,
     BasicSocket#sendmsg_nonblock all support `exception: false` to return
     :wait_readable or :wait_writable symbols instead of raising
-    IO::WaitReadable or IO::WaitWritable exceptions
-    [Feature #10532] [Feature #11229]
+    IO::WaitReadable or IO::WaitWritable exceptions [Feature #10532] [Feature #11229]
   * BasicSocket#recv and BasicSocket#recv_nonblock allow an output
     String buffer argument like IO#read and IO#read_nonblock to reduce
     GC overhead [Feature #11242]
@@ -255,8 +243,7 @@ with all sufficient information, see the ChangeLog file or Redmine https://github.com/ruby/ruby/blob/trunk/doc/NEWS-2.3.0#L243
 * StringIO
   * In read-only mode, StringIO#set_encoding no longer sets the encoding
     of its buffer string.  Setting the encoding of the string directly
-    without StringIO#set_encoding may cause unpredictable behavior now.
-    [Bug #11827]
+    without StringIO#set_encoding may cause unpredictable behavior now. [Bug #11827]
 
 * timeout
   * Object#timeout is now warned as deprecated when called.
@@ -297,8 +284,7 @@ with all sufficient information, see the ChangeLog file or Redmine https://github.com/ruby/ruby/blob/trunk/doc/NEWS-2.3.0#L284
   * default value of Net::HTTP#open_timeout is now 60 (was nil).
 
 * Net::Telnet
-  * Net::Telnet is extracted to net-telnet gem. It's unmaintain code.
-    [Feature #11083]
+  * Net::Telnet is extracted to net-telnet gem. It's unmaintain code. [Feature #11083]
 
 * Psych
   * Updated to Psych 2.0.17
@@ -330,8 +316,7 @@ with all sufficient information, see the ChangeLog file or Redmine https://github.com/ruby/ruby/blob/trunk/doc/NEWS-2.3.0#L316
   class is already defined but its superclass does not match the given
   superclass, as well as definitions in ruby level.
 
-* rb_timespec_now() is added to fetch current datetime as struct timespec.
-  [Feature #11558]
+* rb_timespec_now() is added to fetch current datetime as struct timespec. [Feature #11558]
 
 * rb_time_timespec_new() is added to create a time object with epoch,
   nanosecond, and UTC/localtime/time offset arguments.  [Feature #11558]
@@ -354,11 +339,9 @@ with all sufficient information, see the ChangeLog file or Redmine https://github.com/ruby/ruby/blob/trunk/doc/NEWS-2.3.0#L339
 
 === Implementation improvements
 
-* Optimize Proc#call to eliminate method frame construction.
-  [Feature #11569]
+* Optimize Proc#call to eliminate method frame construction. [Feature #11569]
 
-* Reconsidering method entry data structure.
-  [Bug #11278]
+* Reconsidering method entry data structure. [Bug #11278]
 
 * Introducing new table data structure for ID keys tables used by
   method table and so on. New table structure is simple and fast
@@ -367,13 +350,11 @@ with all sufficient information, see the ChangeLog file or Redmine https://github.com/ruby/ruby/blob/trunk/doc/NEWS-2.3.0#L350
 * (... truncated)

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]