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

ruby-changes:36937

From: naruse <ko1@a...>
Date: Fri, 26 Dec 2014 06:36:35 +0900 (JST)
Subject: [ruby-changes:36937] naruse:r49018 (trunk): don't require mathn, it breaks the world

naruse	2014-12-26 06:36:18 +0900 (Fri, 26 Dec 2014)

  New Revision: 49018

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

  Log:
    don't require mathn, it breaks the world

  Modified files:
    trunk/test/ruby/test_extlibs.rb
Index: test/ruby/test_extlibs.rb
===================================================================
--- test/ruby/test_extlibs.rb	(revision 49017)
+++ test/ruby/test_extlibs.rb	(revision 49018)
@@ -32,8 +32,8 @@ class TestExtLibs < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/ruby/test_extlibs.rb#L32
   check_existance "io/nonblock"
   check_existance "io/wait"
   check_existance "json"
-  check_existance "mathn/complex"
-  check_existance "mathn/rational"
+  #check_existance "mathn/complex" # break the world
+  #check_existance "mathn/rational" # break the world
   check_existance "nkf"
   check_existance "objspace"
   check_existance "openssl", "this may be false positive, but should assert because rubygems requires this"

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

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