ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:81665] [Ruby trunk Bug#13655] external encoding named "-" (doc issue or…?)
       [not found] <redmine.issue-13655.20170613160628@ruby-lang.org>
@ 2017-06-13 16:06 ` shyouhei
  2017-06-14  5:23 ` [ruby-core:81679] " nobu
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: shyouhei @ 2017-06-13 16:06 UTC (permalink / raw)
  To: ruby-core

Issue #13655 has been reported by shyouhei (Shyouhei Urabe).

----------------------------------------
Bug #13655: external encoding named "-" (doc issue or…?)
https://bugs.ruby-lang.org/issues/13655

* Author: shyouhei (Shyouhei Urabe)
* Status: Open
* Priority: Normal
* Assignee: 
* Target version: 2.5
* ruby -v: ruby 2.5.0dev (2017-06-09 trunk 59055) [x86_64-darwin15]
* Backport: 2.2: REQUIRED, 2.3: REQUIRED, 2.4: REQUIRED
----------------------------------------
IO.new's document explicitly states that it accepts "-" as external encoding:

https://github.com/ruby/ruby/blob/d0015e4ac6b812ea1681b1f5fa86fbab52a58960/io.c#L7790

which is not true.

```
% ruby -ve 'IO.new(0, external_encoding: "-")'
ruby 2.5.0dev (2017-06-09 trunk 59055) [x86_64-darwin15]
Traceback (most recent call last):
        2: from -e:1:in `<main>'
        1: from -e:1:in `new'
-e:1:in `initialize': unknown encoding name - - (ArgumentError)
```



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [ruby-core:81679] [Ruby trunk Bug#13655] external encoding named "-" (doc issue or…?)
       [not found] <redmine.issue-13655.20170613160628@ruby-lang.org>
  2017-06-13 16:06 ` [ruby-core:81665] [Ruby trunk Bug#13655] external encoding named "-" (doc issue or…?) shyouhei
@ 2017-06-14  5:23 ` nobu
  2017-07-15  2:24 ` [ruby-core:82072] [Ruby trunk Bug#13655][Assigned] " shyouhei
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: nobu @ 2017-06-14  5:23 UTC (permalink / raw)
  To: ruby-core

Issue #13655 has been updated by nobu (Nobuyoshi Nakada).


I think it a doc issue.

----------------------------------------
Bug #13655: external encoding named "-" (doc issue or…?)
https://bugs.ruby-lang.org/issues/13655#change-65370

* Author: shyouhei (Shyouhei Urabe)
* Status: Open
* Priority: Normal
* Assignee: 
* Target version: 2.5
* ruby -v: ruby 2.5.0dev (2017-06-09 trunk 59055) [x86_64-darwin15]
* Backport: 2.2: REQUIRED, 2.3: REQUIRED, 2.4: REQUIRED
----------------------------------------
IO.new's document explicitly states that it accepts "-" as external encoding:

https://github.com/ruby/ruby/blob/d0015e4ac6b812ea1681b1f5fa86fbab52a58960/io.c#L7790

which is not true.

```
% ruby -ve 'IO.new(0, external_encoding: "-")'
ruby 2.5.0dev (2017-06-09 trunk 59055) [x86_64-darwin15]
Traceback (most recent call last):
        2: from -e:1:in `<main>'
        1: from -e:1:in `new'
-e:1:in `initialize': unknown encoding name - - (ArgumentError)
```



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [ruby-core:82072] [Ruby trunk Bug#13655][Assigned] external encoding named "-" (doc issue or…?)
       [not found] <redmine.issue-13655.20170613160628@ruby-lang.org>
  2017-06-13 16:06 ` [ruby-core:81665] [Ruby trunk Bug#13655] external encoding named "-" (doc issue or…?) shyouhei
  2017-06-14  5:23 ` [ruby-core:81679] " nobu
@ 2017-07-15  2:24 ` shyouhei
  2018-03-19 16:27 ` [ruby-core:86202] [Ruby trunk Bug#13655] " nagachika00
  2018-03-28  4:45 ` [ruby-core:86342] " usa
  4 siblings, 0 replies; 5+ messages in thread
From: shyouhei @ 2017-07-15  2:24 UTC (permalink / raw)
  To: ruby-core

Issue #13655 has been updated by shyouhei (Shyouhei Urabe).

Status changed from Open to Assigned
Assignee set to stomar (Marcus Stollsteimer)

We looked at this issue at yesterday's developer meeting and none of attendees remembered there has been any plans to have this feature.  It seems to be a doc issue.  Please delete this part.

----------------------------------------
Bug #13655: external encoding named "-" (doc issue or…?)
https://bugs.ruby-lang.org/issues/13655#change-65804

* Author: shyouhei (Shyouhei Urabe)
* Status: Assigned
* Priority: Normal
* Assignee: stomar (Marcus Stollsteimer)
* Target version: 2.5
* ruby -v: ruby 2.5.0dev (2017-06-09 trunk 59055) [x86_64-darwin15]
* Backport: 2.2: REQUIRED, 2.3: REQUIRED, 2.4: REQUIRED
----------------------------------------
IO.new's document explicitly states that it accepts "-" as external encoding:

https://github.com/ruby/ruby/blob/d0015e4ac6b812ea1681b1f5fa86fbab52a58960/io.c#L7790

which is not true.

```
% ruby -ve 'IO.new(0, external_encoding: "-")'
ruby 2.5.0dev (2017-06-09 trunk 59055) [x86_64-darwin15]
Traceback (most recent call last):
        2: from -e:1:in `<main>'
        1: from -e:1:in `new'
-e:1:in `initialize': unknown encoding name - - (ArgumentError)
```



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [ruby-core:86202] [Ruby trunk Bug#13655] external encoding named "-" (doc issue or…?)
       [not found] <redmine.issue-13655.20170613160628@ruby-lang.org>
                   ` (2 preceding siblings ...)
  2017-07-15  2:24 ` [ruby-core:82072] [Ruby trunk Bug#13655][Assigned] " shyouhei
@ 2018-03-19 16:27 ` nagachika00
  2018-03-28  4:45 ` [ruby-core:86342] " usa
  4 siblings, 0 replies; 5+ messages in thread
From: nagachika00 @ 2018-03-19 16:27 UTC (permalink / raw)
  To: ruby-core

Issue #13655 has been updated by nagachika (Tomoyuki Chikanaga).

Backport changed from 2.2: REQUIRED, 2.3: REQUIRED, 2.4: REQUIRED to 2.2: REQUIRED, 2.3: REQUIRED, 2.4: DONE

ruby_2_4 r62846 merged revision(s) 61278,61281.

----------------------------------------
Bug #13655: external encoding named "-" (doc issue or…?)
https://bugs.ruby-lang.org/issues/13655#change-71097

* Author: shyouhei (Shyouhei Urabe)
* Status: Closed
* Priority: Normal
* Assignee: stomar (Marcus Stollsteimer)
* Target version: 2.5
* ruby -v: ruby 2.5.0dev (2017-06-09 trunk 59055) [x86_64-darwin15]
* Backport: 2.2: REQUIRED, 2.3: REQUIRED, 2.4: DONE
----------------------------------------
IO.new's document explicitly states that it accepts "-" as external encoding:

https://github.com/ruby/ruby/blob/d0015e4ac6b812ea1681b1f5fa86fbab52a58960/io.c#L7790

which is not true.

```
% ruby -ve 'IO.new(0, external_encoding: "-")'
ruby 2.5.0dev (2017-06-09 trunk 59055) [x86_64-darwin15]
Traceback (most recent call last):
        2: from -e:1:in `<main>'
        1: from -e:1:in `new'
-e:1:in `initialize': unknown encoding name - - (ArgumentError)
```



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [ruby-core:86342] [Ruby trunk Bug#13655] external encoding named "-" (doc issue or…?)
       [not found] <redmine.issue-13655.20170613160628@ruby-lang.org>
                   ` (3 preceding siblings ...)
  2018-03-19 16:27 ` [ruby-core:86202] [Ruby trunk Bug#13655] " nagachika00
@ 2018-03-28  4:45 ` usa
  4 siblings, 0 replies; 5+ messages in thread
From: usa @ 2018-03-28  4:45 UTC (permalink / raw)
  To: ruby-core

Issue #13655 has been updated by usa (Usaku NAKAMURA).

Backport changed from 2.2: REQUIRED, 2.3: REQUIRED, 2.4: DONE to 2.2: REQUIRED, 2.3: DONE, 2.4: DONE

ruby_2_3 r62937 merged revision(s) 61278,61281.

----------------------------------------
Bug #13655: external encoding named "-" (doc issue or…?)
https://bugs.ruby-lang.org/issues/13655#change-71265

* Author: shyouhei (Shyouhei Urabe)
* Status: Closed
* Priority: Normal
* Assignee: stomar (Marcus Stollsteimer)
* Target version: 2.5
* ruby -v: ruby 2.5.0dev (2017-06-09 trunk 59055) [x86_64-darwin15]
* Backport: 2.2: REQUIRED, 2.3: DONE, 2.4: DONE
----------------------------------------
IO.new's document explicitly states that it accepts "-" as external encoding:

https://github.com/ruby/ruby/blob/d0015e4ac6b812ea1681b1f5fa86fbab52a58960/io.c#L7790

which is not true.

```
% ruby -ve 'IO.new(0, external_encoding: "-")'
ruby 2.5.0dev (2017-06-09 trunk 59055) [x86_64-darwin15]
Traceback (most recent call last):
        2: from -e:1:in `<main>'
        1: from -e:1:in `new'
-e:1:in `initialize': unknown encoding name - - (ArgumentError)
```



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-03-28  4:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <redmine.issue-13655.20170613160628@ruby-lang.org>
2017-06-13 16:06 ` [ruby-core:81665] [Ruby trunk Bug#13655] external encoding named "-" (doc issue or…?) shyouhei
2017-06-14  5:23 ` [ruby-core:81679] " nobu
2017-07-15  2:24 ` [ruby-core:82072] [Ruby trunk Bug#13655][Assigned] " shyouhei
2018-03-19 16:27 ` [ruby-core:86202] [Ruby trunk Bug#13655] " nagachika00
2018-03-28  4:45 ` [ruby-core:86342] " usa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).