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

ruby-changes:30906

From: nobu <ko1@a...>
Date: Fri, 20 Sep 2013 13:53:29 +0900 (JST)
Subject: [ruby-changes:30906] nobu:r42986 (trunk): ext/-test-/symbol: move upward

nobu	2013-09-20 13:53:11 +0900 (Fri, 20 Sep 2013)

  New Revision: 42986

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

  Log:
    ext/-test-/symbol: move upward
    
    * ext/-test-/symbol/extconf.rb: move the extension object file upward.

  Modified files:
    trunk/ext/-test-/symbol/extconf.rb
    trunk/test/-ext-/symbol/test_inadvertent_creation.rb
Index: ext/-test-/symbol/extconf.rb
===================================================================
--- ext/-test-/symbol/extconf.rb	(revision 42985)
+++ ext/-test-/symbol/extconf.rb	(revision 42986)
@@ -3,4 +3,4 @@ inits = $srcs.map {|s| File.basename(s, https://github.com/ruby/ruby/blob/trunk/ext/-test-/symbol/extconf.rb#L3
 inits.delete("init")
 inits.map! {|s|"X(#{s})"}
 $defs << "-DTEST_INIT_FUNCS(X)=\"#{inits.join(' ')}\""
-create_makefile("-test-/symbol/symbol")
+create_makefile("-test-/symbol")
Index: test/-ext-/symbol/test_inadvertent_creation.rb
===================================================================
--- test/-ext-/symbol/test_inadvertent_creation.rb	(revision 42985)
+++ test/-ext-/symbol/test_inadvertent_creation.rb	(revision 42986)
@@ -1,5 +1,5 @@ https://github.com/ruby/ruby/blob/trunk/test/-ext-/symbol/test_inadvertent_creation.rb#L1
 require 'test/unit'
-require "-test-/symbol/symbol"
+require "-test-/symbol"
 
 module Test_Symbol
   class TestInadvertent < Test::Unit::TestCase

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

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