krwq (Krzysztof Wicher)
- Login: krwq
- Registered on: 07/28/2016
- Last sign in: 07/28/2016
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
07/28/2016
-
07:38 PM Ruby Bug #12634: Ruby converts '*' on command line to a file name
- output is random file name (tags got removed)
-
07:37 PM Ruby Bug #12634 (Rejected): Ruby converts '*' on command line to a file name
- Repro:
- ruby script.rb *
- script.rb:
puts ARGV[0]
output:
<random file name>
expected output:
*
OS: Windows 10
This is annoying when passing glob as an arg. Also happens when passing anything starting with `*`