[#79532] Immutable Strings vs Symbols — Daniel Ferreira <subtileos@...>

Hi,

15 messages 2017/02/15

[ruby-core:79426] [Ruby trunk Bug#13189] [DOC] Restore class documentation for Struct

From: sto.mar@...
Date: 2017-02-04 08:12:32 UTC
List: ruby-core #79426
Issue #13189 has been updated by Marcus Stollsteimer.


@normal (@Anonymous)

Regarding commit messages / further explanations:

I wasn't aware that the complete description would be included
in the commit message; is there a preferred way on
bugs.ruby-lang.org for providing a (suggested) commit message
and additional, more verbose explanations?

(On GitHub there is a natural distinction between the
commit message and the PR description, but not for Redmine.)

----------------------------------------
Bug #13189: [DOC] Restore class documentation for Struct
https://bugs.ruby-lang.org/issues/13189#change-62856

* Author: Marcus Stollsteimer
* Status: Closed
* Priority: Normal
* Assignee: 
* Target version: 
* ruby -v: ruby 2.4.0p0 (2016-12-24 revision 57164) [i686-linux]
* Backport: 2.2: REQUIRED, 2.3: REQUIRED, 2.4: REQUIRED
----------------------------------------
```
* struct.c: restore class documentation for Struct
  that disappeared with r46663.
```

Due to r46663, the class documentation for Struct disappeared.
(The revision inserted the definition of `InitVM_Struct` between
the rdoc and the definition of `Init_Struct`.)

The docs are rendered for 2.1: https://docs.ruby-lang.org/en/2.1.0/Struct.html,
but not for later versions, see https://docs.ruby-lang.org/en/2.2.0/Struct.html.
(Same for `ri` pages).

---Files--------------------------------
doc_struct_class.patch (358 Bytes)


-- 
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>

In This Thread

Prev Next