Project

General

Profile

Actions

Bug #1083

closed

Typos in NEWS file (branch 1_9_1)

Added by radarek (Radosław Bułat) about 15 years ago. Updated almost 13 years ago.

Status:
Closed
Target version:
ruby -v:
ruby 1.9.1p0 (2009-01-30 revision 21906) [x86_64-linux]
Backport:
[ruby-core:21706]

Description

=begin
NEWS file has some small typos. Patch to fix it attached below.

Index: NEWS

--- NEWS (wersja 21925)
+++ NEWS (kopia robocza)
@@ -45,14 +45,14 @@
o Exceptions are equal to each other if they belong to
the same class and have the same message and backtrace.
o SystemStackError used to be a subclass of StandardError

  •        but not it is a direct subclass of Exception.
    
  •        but now it is a direct subclass of Exception.
         o SecurityError: ditto
         o Removed Exception#to_str [Ruby2]
    
    • Enumerable and Enumerator
      o Enumerable::Enumerator, compatibility alias of Enumerator,
      is removed.
  •      o Enumerable#map,collect_all called without a block returns
    
  •      o Enumerable#map,collect called without a block returns
           an enumerator.
         o Even more builtin and bundled libraries have been made to
           return an enumerator when called without a block.
    

=end

Actions #1

Updated by ko1 (Koichi Sasada) about 15 years ago

  • Assignee set to yugui (Yuki Sonoda)

=begin

=end

Actions #2

Updated by matz (Yukihiro Matsumoto) about 15 years ago

  • Status changed from Open to Closed
  • % Done changed from 0 to 100

=begin
Applied in changeset r21966.
=end

Actions

Also available in: Atom PDF

Like0
Like0Like0