* [ruby-core:118976] [Ruby master Bug#20704] Windows: `-C` option does not work for multibyte path name
@ 2024-08-28 12:14 nobu (Nobuyoshi Nakada) via ruby-core
2024-10-21 8:50 ` [ruby-core:119541] " nagachika (Tomoyuki Chikanaga) via ruby-core
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: nobu (Nobuyoshi Nakada) via ruby-core @ 2024-08-28 12:14 UTC (permalink / raw)
To: ruby-core; +Cc: nobu (Nobuyoshi Nakada)
Issue #20704 has been reported by nobu (Nobuyoshi Nakada).
----------------------------------------
Bug #20704: Windows: `-C` option does not work for multibyte path name
https://bugs.ruby-lang.org/issues/20704
* Author: nobu (Nobuyoshi Nakada)
* Status: Open
* Backport: 3.1: UNKNOWN, 3.2: UNKNOWN, 3.3: UNKNOWN
----------------------------------------
Related to [Bug #20699].
```
C:> \Ruby33-x64\bin\ruby.exe -C xテスト_test -ep
\Ruby33-x64\bin\ruby.exe: Can't chdir to xテスト_test (fatal)
```
--
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] 5+ messages in thread
* [ruby-core:119541] [Ruby master Bug#20704] Windows: `-C` option does not work for multibyte path name
2024-08-28 12:14 [ruby-core:118976] [Ruby master Bug#20704] Windows: `-C` option does not work for multibyte path name nobu (Nobuyoshi Nakada) via ruby-core
@ 2024-10-21 8:50 ` nagachika (Tomoyuki Chikanaga) via ruby-core
2024-11-04 22:36 ` [ruby-core:119708] " k0kubun (Takashi Kokubun) via ruby-core
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: nagachika (Tomoyuki Chikanaga) via ruby-core @ 2024-10-21 8:50 UTC (permalink / raw)
To: ruby-core; +Cc: nagachika (Tomoyuki Chikanaga)
Issue #20704 has been updated by nagachika (Tomoyuki Chikanaga).
Backport changed from 3.1: REQUIRED, 3.2: REQUIRED, 3.3: REQUIRED to 3.1: REQUIRED, 3.2: DONE, 3.3: REQUIRED
ruby_3_2 commit:48af30b068729058c2f45375e67fa76f6240a228 merged revision(s) commit:d33e3d47b84a73b38644f2a3d41881ce9be6ef18.
----------------------------------------
Bug #20704: Windows: `-C` option does not work for multibyte path name
https://bugs.ruby-lang.org/issues/20704#change-110157
* Author: nobu (Nobuyoshi Nakada)
* Status: Closed
* Backport: 3.1: REQUIRED, 3.2: DONE, 3.3: REQUIRED
----------------------------------------
Related to [Bug #20699].
```
C:> \Ruby33-x64\bin\ruby.exe -C xテスト_test -ep
\Ruby33-x64\bin\ruby.exe: Can't chdir to xテスト_test (fatal)
```
https://github.com/ruby/ruby/pull/11493
--
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] 5+ messages in thread
* [ruby-core:119708] [Ruby master Bug#20704] Windows: `-C` option does not work for multibyte path name
2024-08-28 12:14 [ruby-core:118976] [Ruby master Bug#20704] Windows: `-C` option does not work for multibyte path name nobu (Nobuyoshi Nakada) via ruby-core
2024-10-21 8:50 ` [ruby-core:119541] " nagachika (Tomoyuki Chikanaga) via ruby-core
@ 2024-11-04 22:36 ` k0kubun (Takashi Kokubun) via ruby-core
2024-11-07 19:06 ` [ruby-core:119820] " deivid via ruby-core
2024-11-08 17:55 ` [ruby-core:119849] " deivid via ruby-core
3 siblings, 0 replies; 5+ messages in thread
From: k0kubun (Takashi Kokubun) via ruby-core @ 2024-11-04 22:36 UTC (permalink / raw)
To: ruby-core; +Cc: k0kubun (Takashi Kokubun)
Issue #20704 has been updated by k0kubun (Takashi Kokubun).
Backport changed from 3.1: REQUIRED, 3.2: DONE, 3.3: REQUIRED to 3.1: REQUIRED, 3.2: DONE, 3.3: DONE
ruby_3_3 commit:2b713dcb89c620daa55d672d2933ffde333ca5de merged revision(s) commit:d33e3d47b84a73b38644f2a3d41881ce9be6ef18.
----------------------------------------
Bug #20704: Windows: `-C` option does not work for multibyte path name
https://bugs.ruby-lang.org/issues/20704#change-110372
* Author: nobu (Nobuyoshi Nakada)
* Status: Closed
* Backport: 3.1: REQUIRED, 3.2: DONE, 3.3: DONE
----------------------------------------
Related to [Bug #20699].
```
C:> \Ruby33-x64\bin\ruby.exe -C xテスト_test -ep
\Ruby33-x64\bin\ruby.exe: Can't chdir to xテスト_test (fatal)
```
https://github.com/ruby/ruby/pull/11493
--
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] 5+ messages in thread
* [ruby-core:119820] [Ruby master Bug#20704] Windows: `-C` option does not work for multibyte path name
2024-08-28 12:14 [ruby-core:118976] [Ruby master Bug#20704] Windows: `-C` option does not work for multibyte path name nobu (Nobuyoshi Nakada) via ruby-core
2024-10-21 8:50 ` [ruby-core:119541] " nagachika (Tomoyuki Chikanaga) via ruby-core
2024-11-04 22:36 ` [ruby-core:119708] " k0kubun (Takashi Kokubun) via ruby-core
@ 2024-11-07 19:06 ` deivid via ruby-core
2024-11-08 17:55 ` [ruby-core:119849] " deivid via ruby-core
3 siblings, 0 replies; 5+ messages in thread
From: deivid via ruby-core @ 2024-11-07 19:06 UTC (permalink / raw)
To: ruby-core; +Cc: deivid
Issue #20704 has been updated by deivid (David Rodríguez).
Hello @nobu!
One bundler spec started failing after upgrading our CI to use Ruby 3.3.6 on Windows. The error reads like this:
```
Invoking `C:/hostedtoolcache/windows/Ruby/3.3.6/x64/bin/ruby.exe -ID:/a/rubygems/rubygems/bundler/spec -rD:/a/rubygems/rubygems/bundler/spec/support/artifice/fail.rb -rD:/a/rubygems/rubygems/bundler/spec/support/hax.rb D:/a/rubygems/rubygems/bundler/tmp/1.4/gems/system/bin/bundle config path D:/a/rubygems/rubygems/bundler/tmp/1.4/♥/vendor/bundle` failed with output:
----------------------------------------------------------------------
Error: Command line contains characters that are not supported
in the active code page (1252).
----------------------------------------------------------------------
# ./spec/support/command_execution.rb:26:in `raise_error!'
# ./spec/support/subprocess.rb:66:in `sh'
# ./spec/support/helpers.rb:213:in `sys_exec'
# ./spec/support/helpers.rb:107:in `bundle'
# ./spec/commands/install_spec.rb:1262:in `block (3 levels) in <top (required)>'
# ./spec/spec_helper.rb:105:in `block (4 levels) in <top (required)>'
# ./spec/spec_helper.rb:105:in `block (3 levels) in <top (required)>'
# ./spec/support/helpers.rb:342:in `block in with_gem_path_as'
# ./spec/support/helpers.rb:356:in `without_env_side_effects'
# ./spec/support/helpers.rb:337:in `with_gem_path_as'
# ./spec/spec_helper.rb:104:in `block (2 levels) in <top (required)>'
```
The spec passed just fine on Ruby 3.3.5.
I wonder if this change is related.
Thank you!
----------------------------------------
Bug #20704: Windows: `-C` option does not work for multibyte path name
https://bugs.ruby-lang.org/issues/20704#change-110508
* Author: nobu (Nobuyoshi Nakada)
* Status: Closed
* Backport: 3.1: REQUIRED, 3.2: DONE, 3.3: DONE
----------------------------------------
Related to [Bug #20699].
```
C:> \Ruby33-x64\bin\ruby.exe -C xテスト_test -ep
\Ruby33-x64\bin\ruby.exe: Can't chdir to xテスト_test (fatal)
```
https://github.com/ruby/ruby/pull/11493
--
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] 5+ messages in thread
* [ruby-core:119849] [Ruby master Bug#20704] Windows: `-C` option does not work for multibyte path name
2024-08-28 12:14 [ruby-core:118976] [Ruby master Bug#20704] Windows: `-C` option does not work for multibyte path name nobu (Nobuyoshi Nakada) via ruby-core
` (2 preceding siblings ...)
2024-11-07 19:06 ` [ruby-core:119820] " deivid via ruby-core
@ 2024-11-08 17:55 ` deivid via ruby-core
3 siblings, 0 replies; 5+ messages in thread
From: deivid via ruby-core @ 2024-11-08 17:55 UTC (permalink / raw)
To: ruby-core; +Cc: deivid
Issue #20704 has been updated by deivid (David Rodríguez).
I just found https://github.com/ruby/ruby/pull/11991 which seems a more likely culprit, sorry for the noise here!
----------------------------------------
Bug #20704: Windows: `-C` option does not work for multibyte path name
https://bugs.ruby-lang.org/issues/20704#change-110540
* Author: nobu (Nobuyoshi Nakada)
* Status: Closed
* Backport: 3.1: REQUIRED, 3.2: DONE, 3.3: DONE
----------------------------------------
Related to [Bug #20699].
```
C:> \Ruby33-x64\bin\ruby.exe -C xテスト_test -ep
\Ruby33-x64\bin\ruby.exe: Can't chdir to xテスト_test (fatal)
```
https://github.com/ruby/ruby/pull/11493
--
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] 5+ messages in thread
end of thread, other threads:[~2024-11-08 17:55 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-08-28 12:14 [ruby-core:118976] [Ruby master Bug#20704] Windows: `-C` option does not work for multibyte path name nobu (Nobuyoshi Nakada) via ruby-core
2024-10-21 8:50 ` [ruby-core:119541] " nagachika (Tomoyuki Chikanaga) via ruby-core
2024-11-04 22:36 ` [ruby-core:119708] " k0kubun (Takashi Kokubun) via ruby-core
2024-11-07 19:06 ` [ruby-core:119820] " deivid via ruby-core
2024-11-08 17:55 ` [ruby-core:119849] " deivid 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).