pcai (Peter Cai)
- Login: pcai
- Registered on: 06/01/2015
- Last sign in: 11/14/2024
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
11/13/2023
-
08:35 PM Ruby Bug #11142: Command line argument parser on windows handles double quotes inconsistently.
Is there a reason the windows parsing doesn't match the linux behavior?:
```
vscode ➜ /workspaces/ruby (master) $ ruby -e "puts ARGV" "foo""bar"
foobar
vscode ➜ /workspaces/ruby (master) $ ruby -e "puts ARGV" "foo"" bar"
foo bar
```
A...-
08:11 PM Ruby Bug #9189: Build failure on Windows in case of nonascii TEMP environment.
- I'm unable to reproduce. Windows presents an ascii-safe alias of the TEMP folder for me so I can't seem to test the handling:
* windows 11 (Version 10.0.22621 Build 22621)
* Ruby+Devkit 3.2.2-1 (x64)
```
C:\work>ruby -e "system('set TE... -
07:21 PM Ruby Bug #6360: Debug information build even without requesting it
- This still seems to set -ggdb3 CFLAGS by default in trunk. Is this still considered a bug and if so, how should it be re-enabled?