ruby-dev (Japanese) list archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-dev:51025] [Ruby master Bug#17639] TYPO in define constant
@ 2021-02-17 16:17 ysno
  2021-04-15  0:49 ` [ruby-dev:51052] " nagachika00
  0 siblings, 1 reply; 2+ messages in thread
From: ysno @ 2021-02-17 16:17 UTC (permalink / raw
  To: ruby-dev

Issue #17639 has been reported by YO4 (Yoshinao Muramatsu).

----------------------------------------
Bug #17639: TYPO in define constant
https://bugs.ruby-lang.org/issues/17639

* Author: YO4 (Yoshinao Muramatsu)
* Status: Open
* Priority: Normal
* Backport: 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: UNKNOWN, 3.0: UNKNOWN
----------------------------------------
ソース内で下記の定義が行われていますが、ENABLE_VIRTUAL_TERMINAL_PROCESSING は正しくは 4 です。

```
#ifndef ENABLE_VIRTUAL_TERMINAL_PROCESSING
#define ENABLE_VIRTUAL_TERMINAL_PROCESSING 0x200
#endif

```
コンパイルした環境のシステムヘッダに依存して挙動が変わる場合がありうるので、バイナリによって挙動が違う困ったことが起こりえます。

パッチは github の master が対象で、ruby.c win32/win32.c の2ファイルを変更しています。

---Files--------------------------------
ENABLE_VIRTUAL_TERMINAL_PROCESSING.diff (1.16 KB)


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

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

* [ruby-dev:51052] [Ruby master Bug#17639] TYPO in define constant
  2021-02-17 16:17 [ruby-dev:51025] [Ruby master Bug#17639] TYPO in define constant ysno
@ 2021-04-15  0:49 ` nagachika00
  0 siblings, 0 replies; 2+ messages in thread
From: nagachika00 @ 2021-04-15  0:49 UTC (permalink / raw
  To: ruby-dev

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

Backport changed from 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: UNKNOWN, 3.0: REQUIRED to 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: UNKNOWN, 3.0: DONE

The fix was already backported at 3e67bfe202d6b410375af990ac806f15cb2df762.

----------------------------------------
Bug #17639: TYPO in define constant
https://bugs.ruby-lang.org/issues/17639#change-91546

* Author: YO4 (Yoshinao Muramatsu)
* Status: Closed
* Priority: Normal
* Backport: 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: UNKNOWN, 3.0: DONE
----------------------------------------
ソース内で下記の定義が行われていますが、ENABLE_VIRTUAL_TERMINAL_PROCESSING は正しくは 4 です。

```
#ifndef ENABLE_VIRTUAL_TERMINAL_PROCESSING
#define ENABLE_VIRTUAL_TERMINAL_PROCESSING 0x200
#endif

```
コンパイルした環境のシステムヘッダに依存して挙動が変わる場合がありうるので、バイナリによって挙動が違う困ったことが起こりえます。

パッチは github の master が対象で、ruby.c win32/win32.c の2ファイルを変更しています。

---Files--------------------------------
ENABLE_VIRTUAL_TERMINAL_PROCESSING.diff (1.16 KB)


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

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

end of thread, other threads:[~2021-04-15  0:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-17 16:17 [ruby-dev:51025] [Ruby master Bug#17639] TYPO in define constant ysno
2021-04-15  0:49 ` [ruby-dev:51052] " nagachika00

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