[#85940] [Ruby trunk Bug#14578] Forking a child process inside of a mutex crashes the ruby interpreter — ben.govero@...
Issue #14578 has been reported by bengovero (Ben Govero).
3 messages
2018/03/05
[#86205] [Ruby trunk Feature#14618] Add display width method to String for CLI — aycabta@...
Issue #14618 has been reported by aycabta (aycabta .).
3 messages
2018/03/19
[#86366] Re: [ruby-cvs:70102] usa:r63008 (trunk): get rid of test error/failure on Windows introduced at r62955 — Eric Wong <normalperson@...>
usa@ruby-lang.org wrote:
3 messages
2018/03/28
[ruby-core:86365] [Ruby trunk Bug#14640] [win32] File.realpath treats a relative path with a drive letter as an absolute path.
From:
nobu@...
Date:
2018-03-28 16:18:35 UTC
List:
ruby-core #86365
Issue #14640 has been reported by nobu (Nobuyoshi Nakada).
----------------------------------------
Bug #14640: [win32] File.realpath treats a relative path with a drive letter as an absolute path.
https://bugs.ruby-lang.org/issues/14640
* Author: nobu (Nobuyoshi Nakada)
* Status: Open
* Priority: Normal
* Assignee: cruby-windows
* Target version: 2.6
* ruby -v: 2.6.0
* Backport: 2.3: REQUIRED, 2.4: REQUIRED, 2.5: REQUIRED
----------------------------------------
When `t` exists in the current directory under the drive C:,
```ruby
File.realpath("c:t") #=> No such file or directory @ realpath_rec - c:/t (Errno::ENOENT)
```
whereas `File.expand_path` returns `Dir.pwd + "/t"`.
--
https://bugs.ruby-lang.org/
Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>