ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:120414] [Ruby master Bug#20984] ENV.inspect is not encoding aware
@ 2024-12-26  4:37 nobu (Nobuyoshi Nakada) via ruby-core
  2025-01-11  7:16 ` [ruby-core:120608] " nagachika (Tomoyuki Chikanaga) via ruby-core
  2025-01-15  1:58 ` [ruby-core:120689] " k0kubun (Takashi Kokubun) via ruby-core
  0 siblings, 2 replies; 3+ messages in thread
From: nobu (Nobuyoshi Nakada) via ruby-core @ 2024-12-26  4:37 UTC (permalink / raw)
  To: ruby-core; +Cc: nobu (Nobuyoshi Nakada)

Issue #20984 has been reported by nobu (Nobuyoshi Nakada).

----------------------------------------
Bug #20984: ENV.inspect is not encoding aware
https://bugs.ruby-lang.org/issues/20984

* Author: nobu (Nobuyoshi Nakada)
* Status: Open
* Backport: 3.1: REQUIRED, 3.2: REQUIRED, 3.3: REQUIRED, 3.4: REQUIRED
----------------------------------------
```console
$ ruby -e 'ENV.clear; ENV["\u{3042}"] = "a"; p ENV.inspect.encoding'
#<Encoding:BINARY (ASCII-8BIT)>
```



-- 
https://bugs.ruby-lang.org/
 ______________________________________________
 ruby-core mailing list -- ruby-core@ml.ruby-lang.org
 To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
 ruby-core info -- https://ml.ruby-lang.org/mailman3/lists/ruby-core.ml.ruby-lang.org/

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

* [ruby-core:120608] [Ruby master Bug#20984] ENV.inspect is not encoding aware
  2024-12-26  4:37 [ruby-core:120414] [Ruby master Bug#20984] ENV.inspect is not encoding aware nobu (Nobuyoshi Nakada) via ruby-core
@ 2025-01-11  7:16 ` nagachika (Tomoyuki Chikanaga) via ruby-core
  2025-01-15  1:58 ` [ruby-core:120689] " k0kubun (Takashi Kokubun) via ruby-core
  1 sibling, 0 replies; 3+ messages in thread
From: nagachika (Tomoyuki Chikanaga) via ruby-core @ 2025-01-11  7:16 UTC (permalink / raw)
  To: ruby-core; +Cc: nagachika (Tomoyuki Chikanaga)

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

Backport changed from 3.1: REQUIRED, 3.2: REQUIRED, 3.3: REQUIRED, 3.4: REQUIRED to 3.1: REQUIRED, 3.2: DONE, 3.3: REQUIRED, 3.4: REQUIRED

ruby_3_2 commit:4e59c10646cf012d457da99ad258b0e6a3e42132 merged revision(s) commit:19c39e4cfaa467e69b9848c9c5496d7f50d39c7f, commit:d78ff6a767ca813ac5fa178dd7611f20a993c191.

----------------------------------------
Bug #20984: ENV.inspect is not encoding aware
https://bugs.ruby-lang.org/issues/20984#change-111439

* Author: nobu (Nobuyoshi Nakada)
* Status: Closed
* Backport: 3.1: REQUIRED, 3.2: DONE, 3.3: REQUIRED, 3.4: REQUIRED
----------------------------------------
```console
$ ruby -e 'ENV.clear; ENV["\u{3042}"] = "a"; p ENV.inspect.encoding'
#<Encoding:BINARY (ASCII-8BIT)>
```



-- 
https://bugs.ruby-lang.org/
 ______________________________________________
 ruby-core mailing list -- ruby-core@ml.ruby-lang.org
 To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
 ruby-core info -- https://ml.ruby-lang.org/mailman3/lists/ruby-core.ml.ruby-lang.org/

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

* [ruby-core:120689] [Ruby master Bug#20984] ENV.inspect is not encoding aware
  2024-12-26  4:37 [ruby-core:120414] [Ruby master Bug#20984] ENV.inspect is not encoding aware nobu (Nobuyoshi Nakada) via ruby-core
  2025-01-11  7:16 ` [ruby-core:120608] " nagachika (Tomoyuki Chikanaga) via ruby-core
@ 2025-01-15  1:58 ` k0kubun (Takashi Kokubun) via ruby-core
  1 sibling, 0 replies; 3+ messages in thread
From: k0kubun (Takashi Kokubun) via ruby-core @ 2025-01-15  1:58 UTC (permalink / raw)
  To: ruby-core; +Cc: k0kubun (Takashi Kokubun)

Issue #20984 has been updated by k0kubun (Takashi Kokubun).

Backport changed from 3.1: REQUIRED, 3.2: DONE, 3.3: REQUIRED, 3.4: REQUIRED to 3.1: REQUIRED, 3.2: DONE, 3.3: DONE, 3.4: REQUIRED

ruby_3_3 commit:0d6459249d13e247cd0eae28f59ef51b862bce80 merged revision(s) commit:19c39e4cfaa467e69b9848c9c5496d7f50d39c7f.

----------------------------------------
Bug #20984: ENV.inspect is not encoding aware
https://bugs.ruby-lang.org/issues/20984#change-111512

* Author: nobu (Nobuyoshi Nakada)
* Status: Closed
* Backport: 3.1: REQUIRED, 3.2: DONE, 3.3: DONE, 3.4: REQUIRED
----------------------------------------
```console
$ ruby -e 'ENV.clear; ENV["\u{3042}"] = "a"; p ENV.inspect.encoding'
#<Encoding:BINARY (ASCII-8BIT)>
```



-- 
https://bugs.ruby-lang.org/
 ______________________________________________
 ruby-core mailing list -- ruby-core@ml.ruby-lang.org
 To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
 ruby-core info -- https://ml.ruby-lang.org/mailman3/lists/ruby-core.ml.ruby-lang.org/

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

end of thread, other threads:[~2025-01-15  1:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-12-26  4:37 [ruby-core:120414] [Ruby master Bug#20984] ENV.inspect is not encoding aware nobu (Nobuyoshi Nakada) via ruby-core
2025-01-11  7:16 ` [ruby-core:120608] " nagachika (Tomoyuki Chikanaga) via ruby-core
2025-01-15  1:58 ` [ruby-core:120689] " k0kubun (Takashi Kokubun) via ruby-core

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 NNTP newsgroup(s).