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

ruby-changes:28452

From: zzak <ko1@a...>
Date: Sun, 28 Apr 2013 08:04:22 +0900 (JST)
Subject: [ruby-changes:28452] zzak:r40504 (trunk): * README.EXT: Add note to warn use of %i in Exceptions [Bug #7982]

zzak	2013-04-28 08:04:12 +0900 (Sun, 28 Apr 2013)

  New Revision: 40504

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

  Log:
    * README.EXT: Add note to warn use of %i in Exceptions [Bug #7982]

  Modified files:
    trunk/ChangeLog
    trunk/README.EXT

Index: README.EXT
===================================================================
--- README.EXT	(revision 40503)
+++ README.EXT	(revision 40504)
@@ -1366,6 +1366,8 @@ void rb_bug(const char *fmt, ...) :: https://github.com/ruby/ruby/blob/trunk/README.EXT#L1366
   called under the situation caused by the bug in the interpreter.  No
   exception handling nor ensure execution will be done.
 
+Note: You can't use %i or variations of int with the fmt string message.
+
 == Initialize and Start the Interpreter
 
 The embedding API functions are below (not needed for extension libraries):
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 40503)
+++ ChangeLog	(revision 40504)
@@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Sun Apr 28 08:02:00 2013  Zachary Scott  <zachary@z...>
+
+	* README.EXT: Add note to warn use of %i in Exceptions [Bug #7982]
+
 Sun Apr 28 02:41:05 2013  Tanaka Akira  <akr@f...>
 
 	* configure.in: Fix a typo.  Should check endgrent() instead of

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

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