General

Profile

Rushyanth (Rushyanth reddy)

  • Login: Rushyanth
  • Registered on: 05/16/2018
  • Last sign in: 05/16/2018

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

05/17/2018

09:27 AM Ruby master Bug #14765: Arguments passed to Open3.popen3() are not interpreted as wildcards
Suppose I have a variable
`x = "abc"`
I need to cat a file `abc.yml` I write
` Open3.popen3("cat #{x}.yml")` ...
Rushyanth (Rushyanth reddy)
06:44 AM Ruby master Bug #14765: Arguments passed to Open3.popen3() are not interpreted as wildcards
Sorry my bad. That was typing error while raising the issue. Its actually `Open3.popen3()`. Its mentioned correctly i... Rushyanth (Rushyanth reddy)

05/16/2018

01:11 PM Ruby master Bug #14765: Arguments passed to Open3.popen3() are not interpreted as wildcards
In console when we write
```stdin, stdout, stderr, wait_thr = Open3.popen3("cat .*.yml")```
All the files with name...
Rushyanth (Rushyanth reddy)
01:08 PM Ruby master Bug #14765 (Rejected): Arguments passed to Open3.popen3() are not interpreted as wildcards
In console when we write
```ruby
stdin, stdout, stderr, wait_thr = Open3.popen4("cat .*.yml")
stdout.readlines
...
Rushyanth (Rushyanth reddy)

Also available in: Atom