[前][次][番号順一覧][スレッド一覧]

ruby-changes:38814

From: akr <ko1@a...>
Date: Sun, 14 Jun 2015 22:35:19 +0900 (JST)
Subject: [ruby-changes:38814] akr:r50895 (trunk): show pathname of failed file.

akr	2015-06-14 22:35:05 +0900 (Sun, 14 Jun 2015)

  New Revision: 50895

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=50895

  Log:
    show pathname of failed file.

  Modified files:
    trunk/tool/update-deps
Index: tool/update-deps
===================================================================
--- tool/update-deps	(revision 50894)
+++ tool/update-deps	(revision 50895)
@@ -337,7 +337,7 @@ def read_single_cc_deps(path_i, cwd) https://github.com/ruby/ruby/blob/trunk/tool/update-deps#L337
     files.delete compiler_wd
     compiler_wd = Pathname(compiler_wd.sub(%r{//\z}, ''))
   else
-    raise "compiler working directory not found"
+    raise "compiler working directory not found: #{path_i}"
   end
   deps = []
   files.each_key {|dep|

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]