From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: poffice@blade.nagaokaut.ac.jp Delivered-To: poffice@blade.nagaokaut.ac.jp Received: from kankan.nagaokaut.ac.jp (smtp.nagaokaut.ac.jp [133.44.2.24]) by blade.nagaokaut.ac.jp (Postfix) with ESMTP id 4C68C1A20269 for ; Fri, 6 May 2016 13:33:38 +0900 (JST) Received: from voscc.nagaokaut.ac.jp (voscc.nagaokaut.ac.jp [133.44.1.100]) by kankan.nagaokaut.ac.jp (Postfix) with ESMTP id 77FCFB5D861 for ; Fri, 6 May 2016 14:10:01 +0900 (JST) Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by voscc.nagaokaut.ac.jp (Postfix) with ESMTP id F005818CC7E2 for ; Fri, 6 May 2016 14:10:01 +0900 (JST) Received: from [221.186.184.76] (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id A9BCD120465; Fri, 6 May 2016 14:10:00 +0900 (JST) X-Original-To: ruby-core@ruby-lang.org Delivered-To: ruby-core@ruby-lang.org Received: from o2.heroku.sendgrid.net (o2.heroku.sendgrid.net [67.228.50.55]) by neon.ruby-lang.org (Postfix) with ESMTPS id 3843B120439 for ; Fri, 6 May 2016 14:09:56 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sendgrid.me; h=from:to:references:subject:mime-version:content-type:content-transfer-encoding:list-id; s=smtpapi; bh=uGW+u8vx4U9US+sLqWeU/SwhZzY=; b=ER3K48mrlTbHtE1ZNH /Db5OTf6KHn8vDaT513lRIHvaI6ySq/ZCid4e+f5GJkG9mo1en0blQL4pMH/y/Ez EHedQi9i6zd76zUrTgHMuntjKcrnXfWKbl1oGxGwCrcpXFJRr1us3+4S6P8YjWWz VN8cTNT76WG12fXenZLb+RG8A= Received: by filter0603p1mdw1.sendgrid.net with SMTP id filter0603p1mdw1.6352.572C271F5 2016-05-06 05:09:51.064107336 +0000 UTC Received: from herokuapp.com (ec2-54-225-53-155.compute-1.amazonaws.com [54.225.53.155]) by ismtpd0005p1iad1.sendgrid.net (SG) with ESMTP id Z-fDArPVTzmFLckFjMLJZg Fri, 06 May 2016 05:09:51.039 +0000 (UTC) Date: Fri, 06 May 2016 05:09:50 +0000 From: x@pbl.pw To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 50056 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 12123 X-Redmine-Issue-Author: personnel X-Redmine-Issue-Assignee: X-Redmine-Sender: personnel X-Mailer: Redmine X-Redmine-Host: bugs.ruby-lang.org X-Redmine-Site: Ruby Issue Tracking System X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-SG-EID: ync6xU2WACa70kv/Ymy4QrNMhiuLXJG8OTL2vJD1yS4MNOKeWJA+M9+7VbdXc8/JjBGJPDGrknpHZ2 vODcUpZ7oAqoY5SLBAra9o1CRFYTfp8msqZqFBTFrn+pDsoQxjKKrVlgQZl/jeTwm8Q5YJbPa4rwQM lm0NBeEjGAQ6yGItrneHZHqflhw8HZBYdno0 X-ML-Name: ruby-core X-Mail-Count: 75383 Subject: [ruby-core:75383] [Ruby trunk Bug#12123] FileUtils.ln_s create a '.symlink' file not a symbolic link on windows X-BeenThere: ruby-core@ruby-lang.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Ruby developers List-Id: Ruby developers List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ruby-core-bounces@ruby-lang.org Sender: "ruby-core" Issue #12123 has been updated by Am I Who. Assignee changed from Nobuyoshi Nakada to cruby-windows ---------------------------------------- Bug #12123: FileUtils.ln_s create a '.symlink' file not a symbolic link on windows https://bugs.ruby-lang.org/issues/12123#change-58508 * Author: Am I Who * Status: Feedback * Priority: Normal * Assignee: cruby-windows * ruby -v: ruby 2.3.1p112 (2016-04-26 revision 54768) [x64-mingw32] * Backport: 2.1: UNKNOWN, 2.2: UNKNOWN, 2.3: UNKNOWN ---------------------------------------- when building ruby, 'test_cp_r_symlink' fail on make test-all -- https://bugs.ruby-lang.org/