From: nobu@... Date: 2017-05-22T11:23:44+00:00 Subject: [ruby-core:81331] [Ruby trunk Bug#13576] File#to_path shall be deleted Issue #13576 has been updated by nobu (Nobuyoshi Nakada). Agree, it has no meanings. ---------------------------------------- Bug #13576: File#to_path shall be deleted https://bugs.ruby-lang.org/issues/13576#change-65022 * Author: shyouhei (Shyouhei Urabe) * Status: Open * Priority: Normal * Assignee: * Target version: * ruby -v: * Backport: 2.2: UNKNOWN, 2.3: UNKNOWN, 2.4: UNKNOWN ---------------------------------------- [Feature #13568] sheds light on situations where a File might not have its corresponding path. I understand that this is a nature of a file in general, that it might or might not have such thing. I don't argue that fact. Problem is however, that ruby's File class has its to_path method. The to_path method is used internally _right before calling open()_. The intention is clear that the return value of to_path must be something meaningful as an argument to that function. This is impossible for a O_TEMPFILE -created file descriptor, because such file can never be opened again. So in general, calling to_path over a File instance is a mistake. Let's not do it. -- https://bugs.ruby-lang.org/ Unsubscribe: