[#66126] Creation/Conversion methods/functions table for Ruby types — SASADA Koichi <ko1@...>
Hi,
5 messages
2014/11/07
[#66289] Re: Creation/Conversion methods/functions table for Ruby types
— Eric Wong <normalperson@...>
2014/11/14
SASADA Koichi <[email protected]> wrote:
[#66293] Re: Creation/Conversion methods/functions table for Ruby types
— SASADA Koichi <ko1@...>
2014/11/14
On 2014/11/15 7:44, Eric Wong wrote:
[#66248] [ruby-trunk - Feature #10423] [PATCH] opt_str_lit*: avoid literal string allocations — normalperson@...
Issue #10423 has been updated by Eric Wong.
3 messages
2014/11/13
[#66595] [ruby-trunk - Bug #10557] [Open] Block not given when the argument is a string — bartosz@...
Issue #10557 has been reported by Bartosz Kopinski.
3 messages
2014/11/30
[ruby-core:66511] [ruby-trunk - Feature #7106] FileUtils.touch should allow touching the symlink itself rather than the file the link points to
From:
krzysztof.wilczynski@...
Date:
2014-11-27 03:51:03 UTC
List:
ruby-core #66511
Issue #7106 has been updated by Krzysztof Wilczynski. I would like to resurrect this - what do you think Luis and Usa-san? I am more happy to re-base against Ruby 2.1.5 or head, and try to solve other issues. Just let me know what needs doing, I would really love to help with this :) ---------------------------------------- Feature #7106: FileUtils.touch should allow touching the symlink itself rather than the file the link points to https://bugs.ruby-lang.org/issues/7106#change-50123 * Author: Alessandro Diaferia * Status: Open * Priority: Normal * Assignee: * Category: core * Target version: next minor ---------------------------------------- Most systems support POSIX lutimes sys call that allows a symlink to be touched. I'd like to see this feature implemented. Unfortunately I'd like to see this feature on Solaris as soon as possible but I cannot see lutimes syscall supported there. ---Files-------------------------------- 0001-Add-support-for-lutimes-3-to-file.c-as-File-lutime.patch (6.86 KB) 0002-Add-support-for-File-lutimes-on-Windows.patch (3.9 KB) 0003-Add-support-for-File-lutimes-to-FileUtils.patch (1.92 KB) 0001-Add-support-for-lutimes.patch (10.5 KB) 0002-Add-support-for-File-lutimes-on-Windows-updated.patch (3.33 KB) -- https://bugs.ruby-lang.org/