Activity
From 05/04/2012 to 05/10/2012
05/10/2012
-
10:00 PM Bug #5151 (Closed): test/socket/test_socket.rb fail when udp connection failed
- まず、原因の累計として、
* OS のバグ (CentOS 5.6 や OpenBSD)
* 通信が無効になっている (FreeBSD9 の IFDISABLED、POINTOPOINT など)
後者は ifconfig の... -
08:15 PM Bug #4603: lib/csv.rb: when the :encoding parameter is not provided, the encoding of CSV data is treated as ASCII-8BIT
- Hi,
I seem to be still getting this problem on Ruby 1.9.2p290 revision 32553. This issue should be fixed in revisi... -
08:11 PM Feature #2565: adding hooks for better tracing
- I don't feel very comfortable to see dummy_probes.h as part of the patch while probes.h is generated by dtrace during...
-
07:15 PM Feature #2565: adding hooks for better tracing
- > We shouldn't add it today because we don't know the license of the
> Joyant patches
The license is known: htt... -
08:04 PM Feature #6421 (Closed): Add zlibwapi to extconf.rb file for zlib library
- The vstudio contrib solution in zlib 1.2.7 creates a "zlibwapi" dll file. According to the readme.txt file, "The new ...
-
07:12 PM Feature #6418: Supporing a subset of ANSI escape code on Windows
- =begin
Some improvements.
* better multi-params sequence
* bold by intensity
* allow split output
=end
-
02:40 AM Feature #6418: Supporing a subset of ANSI escape code on Windows
- vo.x (Vit Ondruch) wrote:
> Seems like case for extension gem. But we'd been there already and it was failure. Not s... -
02:30 AM Feature #6418: Supporing a subset of ANSI escape code on Windows
- Seems like case for extension gem. But we'd been there already and it was failure. Not sure why this should be reintr...
- 06:44 PM Revision c8b35283 (git): * ext/bigdecimal/bigdecimal.c: use RB_GC_GUARD. [ruby-dev:45627]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35616 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 06:03 PM Revision bc6a32ce (git): * 2012-05-11
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35615 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:03 PM Revision 64c73b50 (git): adding a few tests surrounding file open arguments
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35614 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:05 PM Revision 64b6f2b2 (git): merge revision(s) 35594: [Backport #6422]
- * io.c (io_unread): fix IO#pos with mode 'r' bug on Windows.
If the end of reading buffer is CR, io_unread(... -
12:37 PM Revision bfbf9d09 (git): fix the path of ifconfig.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35612 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:29 AM Revision ba8a7431 (git): skip addresses whose interface is set as POINTOPOINT.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35611 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:43 AM Bug #6209: Marshal.load unable to load previously marshaled data: invalid encoding symbol (EncodingError)
- I'm having this issue in ruby 1.9.2 p320. Is the bug resolved in any of the available releases?
Thanks in advance! -
03:47 AM Revision 08b3a446 (git): Skip IPv6 addresses whose interface is set as IFDISABLED.
- FreeBSD 9.0 with default setting (ipv6_activate_all_interfaces
is not YES) sets IFDISABLED to interfaces which don't ... -
03:36 AM Feature #6367: #same? for Enumerable
- I like 'same_by?'
['ten', 'six', 'one', 'two'].same_by? &:length ===> true
IMO It's better to use a simple word, suc... -
01:55 AM Revision 989f5a1e (git): test/minitest: Correct requiring path to metametameta.rb.
- * test/minitest/test_minitest_mock.rb: Correct requiring path to
metametameta.rb.
* test/minitest/test_minitest_uni... -
01:25 AM Bug #6420 (Assigned): undefined local variable or method `parser' for URI::Generic:Class
-
12:23 AM Bug #6420: undefined local variable or method `parser' for URI::Generic:Class
- I've added Wes' patch from GH#124
-
12:12 AM Bug #6420: undefined local variable or method `parser' for URI::Generic:Class
- Pull request issued: https://github.com/ruby/ruby/pull/124
-
12:09 AM Bug #6420: undefined local variable or method `parser' for URI::Generic:Class
- =begin
Obviously that code line above should read:
(({URI::Generic.build2(path: "/foo bar/baz")}))
=end
-
12:08 AM Bug #6420 (Closed): undefined local variable or method `parser' for URI::Generic:Class
- =begin
When using the URI::Generic.build2 class method, if a URL component needs to be escaped (space -> %20, for ex... - 01:18 AM Revision 35201084 (git): * 2012-05-10
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35608 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:18 AM Revision ae32e9a2 (git): parse.y: debugging stuff
- * parse.y (lex_state_name): returns name for lex_state_e, for debug
use.
git-svn-id: svn+ssh://ci.ruby-lang.org/r...
05/09/2012
-
09:30 PM Feature #6310: add EC_POINT_mul and EC_POINTs_mul to the ruby openssl ec wrapper
- I've added Sambasiva's patch from GH#121.
-
08:49 PM Feature #5632: Attempt to open included class shades it instead.
- Back to the original issue, having
module A; class X; def hello; puts 'hello' end end end
module B; include A end
... -
04:23 AM Feature #5632: Attempt to open included class shades it instead.
- Hello,
On 8 May 2012 20:41, boris_stitnicky (Boris Stitnicky)
<[email protected]> wrote:
> In this pl... -
03:41 AM Feature #5632: Attempt to open included class shades it instead.
- In this place, I'd also like to provide user feedback about my (unwarranted, but real)
surprise involving a weakly r... -
02:47 AM Feature #5632: Attempt to open included class shades it instead.
- Well, it feels weird to disagree with the creator of the language you decided to use for your career, but matz, I thi...
-
08:47 PM Bug #6419 (Closed): { } ではなく do ~ end でかくとsyntax errorでる箇所
- =begin
こういうのを書いた場合にsyntax errorがでるみたいです
p begin
1.times { 1 }
1.times do 1 end # syntax error
end
... -
07:56 PM Revision 2924c953 (git): Ignore mkmf-generated Makefile
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35606 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:29 PM Feature #6418: Supporing a subset of ANSI escape code on Windows
- (updated the patch)
-
11:37 AM Feature #6418: Supporing a subset of ANSI escape code on Windows
- usa (Usaku NAKAMURA) wrote:
> Are there those who need this?
A lot of libraries uses ANSI without offering non-co... -
11:18 AM Feature #6418: Supporing a subset of ANSI escape code on Windows
- Here is an example command that exercises ri ANSI output:
./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb ... -
11:16 AM Feature #6418: Supporing a subset of ANSI escape code on Windows
- RDoc uses ANSI escape sequences for ri output.
-
11:04 AM Feature #6418 (Closed): Supporing a subset of ANSI escape code on Windows
- Are there those who need this?
-
05:35 PM Bug #6405: Re: [ruby-cvs:42717] ryan:r35541 (trunk): Imported minitest 2.12.1 (r7323)
- Sorry, r35571.
Why don't you run even the test for the library which you are about to commit? -
05:29 PM Bug #6405 (Assigned): Re: [ruby-cvs:42717] ryan:r35541 (trunk): Imported minitest 2.12.1 (r7323)
- r35563 is overwritten.
-
03:22 PM Bug #6407: Most Test Failure for BigDecimal on 64bit Windows, any GCC parameter needed?
- Due to the Revision r33978, this issue is not occurred with the trunk version.
I think r33978 should be backported t... -
02:35 AM Bug #6407 (Assigned): Most Test Failure for BigDecimal on 64bit Windows, any GCC parameter needed?
-
01:21 AM Bug #6407: Most Test Failure for BigDecimal on 64bit Windows, any GCC parameter needed?
- it is due to the mingw/mingw64 both use the default msvcrt.dll, which is not C99 compatiable. but both of them provid...
-
11:05 AM Feature #6417 (Rejected): Supporing a subset of ANSI escape code on Windows
- 投げ先間違えたのでこっちは殺します orz
-
10:49 AM Feature #6417 (Rejected): Supporing a subset of ANSI escape code on Windows
- Are there those who need this?
-
07:36 AM Revision 74134f57 (git): lib/mkmf.rb: check pkg-config result
- * lib/mkmf.rb (MakeMakefile#pkg_config): check if libs resulted from
pkg-config works actually.
git-svn-id: svn+s... -
07:03 AM Revision 2e63cd97 (git): * lib/net/imap.rb (decode_utf7, encode_utf7): refactored by
- Nobuyoshi Nakada, to use String#encode.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35604 b2dd03c8-39d4-4d8f-9... -
07:00 AM Revision 9a10c972 (git): merge revision(s) 33978:
- * configure.in (RUBY_WERROR_FLAG): append all warning flags which
are enabled to compile, so that printf fo... -
06:33 AM Bug #6415 (Closed): wrong documentation for Regex#==/eql?
- This issue was solved with changeset r35600.
John, thank you for reporting this issue.
Your contribution to Ruby is g... -
06:21 AM Bug #6415 (Assigned): wrong documentation for Regex#==/eql?
-
05:40 AM Bug #6415 (Closed): wrong documentation for Regex#==/eql?
- The documentation states that "Two regexps are equal if their patterns are identical, they have the same character se...
-
06:13 AM Bug #6416 (Closed): Deadlock when calling Thread#join from signal interrupt context
- =begin
The interpreter can deadlock when calling Thread#join both from the main context and from the signal handler ... -
04:26 AM Revision e62c35fb (git): * test/rubygems/test_gem_remote_fetcher.rb: skip OpenSSL dependent
- tests if not available.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35602 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 04:09 AM Revision a213c2ed (git): Imported minitest 3.0.0 (r7435) w/ fixes for rubygems. 10955 tests, 2253343 assertions, 1 failures, 1 errors, 28 skips minus drb tests on x86_64-darwin11.3.0 and reviewed by drbrain
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35601 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:46 AM Feature #5474: keyword argument
- Hi,
mame (Yusuke Endoh) wrote:
> ## Marc-Andre's hash decomposition [ruby-core:41772]
>
> Unfortunately, matz ... -
03:19 AM Feature #6414 (Closed): Destructuring Assignment
- I mean:
john = {name: "John", last: "Smith"}
{name, last} = john # extract value by key from the hash and set to ...
05/08/2012
-
11:18 PM Bug #6407: Most Test Failure for BigDecimal on 64bit Windows, any GCC parameter needed?
- This issue is related with sprintf "%zd" format which is a C99 feature.
To enable sprintf "%zd" format, Ruby 1.9.3 de... -
10:16 PM Feature #6373: public #self
- Perhaps Smalltalk has the best suggestion. :)
-
10:13 PM Feature #6412: Make Dir.entries default to Dir.entries(Dir.pwd)
- Sorry, this is the wrong one.
This is not a "bug", I wanted to mark it as feature, but it
seems I clicked too qu... -
10:12 PM Feature #6412 (Rejected): Make Dir.entries default to Dir.entries(Dir.pwd)
- Is there a reason why Dir.entries requires one argument?
I think it would be easier and more convenient for the us... -
10:12 PM Feature #6413 (Rejected): Make Dir.entries default to Dir.entries(Dir.pwd)
- Is there a reason why Dir.entries requires one argument?
I think it would be easier and more convenient for the us... -
09:33 PM Revision 2dece928 (git): * re.c (rb_reg_equal): Removed incorrect example for Regexp#== with
- "n" option. [ruby-talk - Bug #6415]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35600 b2dd03c8-39d4-4d8f-98f... - 09:25 PM Revision 16c364ad (git): * ext/date/date_core.c: reverted.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35599 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:01 PM Bug #6401 (Closed): Windows bug with File.pos
- This issue was solved with changeset r35594.
Jason, thank you for reporting this issue.
Your contribution to Ruby is ... -
01:02 PM Bug #6401: Windows bug with File.pos
- Sounds like changes worth waiting for! I look forward to the next 1.9.3 patch release because my application requires...
-
01:52 AM Bug #6401: Windows bug with File.pos
- As just one example, due to the Windows IO refactoring led primarily by Shirosaki-san, read performance improved from...
-
01:34 AM Bug #6401: Windows bug with File.pos
- jmthomas (Jason Thomas) wrote:
> Is there some reason that the file reading got so messed up between 193p0 and now? ... -
01:14 AM Bug #6401: Windows bug with File.pos
- Is there some reason that the file reading got so messed up between 193p0 and now? Was there a refactor / rewrite of ...
-
08:44 PM Bug #6411 (Closed): Small documentation correction for cp_r GH#114
- The following is a cross-post from GH#114
https://github.com/ruby/ruby/pull/114
-
08:29 PM Feature #6409: public_send is easily bypassed
- =begin
Maybe something like:
class SafeClass
METHOD_SAFE = { :safe_method_1 => true, :safe_method_2 => true }... -
08:02 PM Feature #6409: public_send is easily bypassed
- Now I know `public_send` should _not_ be trusted with arbitrary method names/arguments. Is there even a safe version ...
-
07:48 PM Feature #6409: public_send is easily bypassed
- Wouldn't something as proposed in http://bugs.ruby-lang.org/issues/5455 help in the long run?
-
07:02 PM Feature #6409: public_send is easily bypassed
- @postmodern, `send` is a public method, why would `public_send` refuse to call it? Were you suggesting to remove the...
-
04:39 PM Feature #6409 (Rejected): public_send is easily bypassed
- The whole purpose of public_send is to prohibit the invocation of non-public methods, probably to help detecting erro...
-
02:34 PM Feature #6409: public_send is easily bypassed
- I see no reason to special case this. send is a public method, therefore public_send should be allowed to call it. ...
-
02:18 PM Feature #6409: public_send is easily bypassed
- (({public_send})) should only allow _calling_ public methods. By extension, it should not allow calling (({send})), s...
-
12:41 PM Feature #6409: public_send is easily bypassed
- This is definitely not a bug, as `send` is public.
I don't understand the rationale behind your request. You are s... -
09:37 AM Feature #6409 (Rejected): public_send is easily bypassed
- =begin
(({public_send})) can easily be bypassed, by using it to call (({send})). (({public_send})) should explicitly... - 07:35 PM Revision 9fdf9df1 (git): * 2012-05-09
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35598 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 07:35 PM Revision 113b94e1 (git): * lib/rinda/ring.rb (lookup_ring_any): fix Rinda::RingFinger.primary
- hungs forever. [ruby-talk:395364]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35597 b2dd03c8-39d4-4d8f-98ff-... -
02:28 PM Revision a089fe01 (git): fix typos
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35596 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:39 PM Bug #6410 (Closed): Documentation for SDBM
- Some documentation for the SDBM standard library.
-
12:47 PM Revision 5ccee663 (git): * include/ruby/win32.h (FD_SET): change function to macro.
- To avoid buffer overflow when smaller FD_SETSISE is used in ext
libraries.
* win32/win32.c (rb_w32_fdset): this fu... -
12:01 PM Revision 7e134cf7 (git): * io.c (io_unread): fix IO#pos with mode 'r' bug on Windows.
- If the end of reading buffer is CR, io_unread() needs to unread one
more byte.
[ruby-core:44874] [Bug #6401]
* t... -
09:49 AM Bug #6346 (Closed): Fix typo in documentation for abbrev.rb
-
08:31 AM Feature #5373 (Assigned): SMTP - new method
-
08:31 AM Feature #5373: SMTP - new method
- Here is a patch with a test, may I commit?
There aren't many net/smtp tests so perhaps there is a better way than ... -
06:50 AM Revision c45d780b (git): test/mkmf/base.rb: hide compiler output
- * test/mkmf/base.rb (TestMkmf::Capture#reopen): reopen replaced IO
too, to hide compiler output.
git-svn-id: svn+s... -
06:50 AM Revision 63a164f3 (git): test: fix test conditions
- * test/csv/test_features.rb (TestCSV#test_gzip_reader_bug_fix): test
only if zlib is available.
* test/csv/test_fe... -
06:49 AM Revision a0d2cd2e (git): test: why believe source directories are writable always?
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35591 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:46 AM Bug #6381 (Third Party's Issue): Useful methods like included don't appear in RDoc
- =begin
Documentation for Module.included is displayed by using ri generated from 1.9.3:
$ ~/.multiruby/install/... -
04:47 AM Revision 965121cd (git): * ext/date/date_core.c: improving introduction in Date/DateTime doc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35590 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:36 AM Revision f8599f92 (git): configure.in: fix for BSD make
- * configure.in (POSTLINK): default to : command to get rid of flag
only command, since BSD make does not work with ... -
04:35 AM Revision b4b9183f (git): lib/test/unit.rb: remove exact trace
- * lib/test/unit.rb (MiniTest#run_test): remove exact trace and get rid
of IndexError, which could caused by modifie... - 02:23 AM Revision 844ddfdd (git): * test/minitest/metametameta.rb (MetaMetaMetaTestCase#assert_report):
- support drive letter on Windows. yes, the original code is metameta.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/t... -
01:13 AM Bug #6387: 1.9.3p194 crashed on require in ubuntu
- Sorry, I tried, I can't. It happens just in that app under ubuntu. Let me do some more digging when I found the time.
-
12:25 AM Revision 77992262 (git): tests: customizable colors
- * bootstraptest/runner.rb, lib/test/unit.rb, sample/test.rb:
customizable colors.
git-svn-id: svn+ssh://ci.ruby-la... -
12:25 AM Revision 1af101f8 (git): lib/test/unit.rb: old behavior if verbose
- * lib/test/unit.rb (Test::Unit::Runner#_prepare_run): keep the old
behavior if --verbose option is given.
git-svn-...
05/07/2012
-
11:55 PM Revision 79f28211 (git): * lib/abbrev.rb: Fixed typo in abbrev pattern documentation. Based on
- patch by Mark Rushakoff. [ruby-trunk - #6346]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35584 b2dd03c8-39d... -
10:46 PM Revision c047e1ec (git): * ext/openssl/ossl_ssl.c (ossl_start_ssl): remove useless rb_sys_fail
- before ossl_raise. this cause a test failure on Linux.
http://u64.rubyci.org/~chkbuild/ruby-trunk/log/20120507T1901... -
09:19 PM Bug #6401: Windows bug with File.pos
- I confirmed the issue. Thanks for your test case.
If the end of reading buffer is CR, io_unread() needs to unread on... -
08:35 PM Revision f6e2081c (git): * object.c (Init_Object): Added reference to variable.c where
- public_constant and private_constant documentation lives. [#6381]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trun... -
08:12 PM Revision bd62d2a9 (git): lib/test/unit.rb: initialize instace variable
- * lib/test/unit.rb (Test::Unit::Runner#output): suppress uninitialized
instance variable warnings.
git-svn-id: svn... -
07:54 PM Feature #6399: IO.read ignores valid open_args on Windows
- I do not think that Ruby must support such non standard modes.
But if you can provide a patch to support them in oth... -
07:47 PM Revision 5789992f (git): lib/test/unit.rb: use local output
- * lib/test/unit.rb (Test::Unit::Runner#output): prefer local output to
get rid of unexpected side effect in test/mi... -
06:54 PM Revision 13c76c07 (git): lib/test/unit.rb: test name in $0
- * lib/test/unit.rb (MiniTest#run_test): show the running test in $0.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tr... -
06:54 PM Revision fbebe848 (git): lib/test/unit.rb: output in status line
- * lib/test/unit.rb (Test::Unit::StatusLineOutput): new class to output
in status line.
git-svn-id: svn+ssh://ci.r... -
06:54 PM Revision fca2ac96 (git): test/testunit: fix for recent minitest
- * test/testunit/test_hideskip.rb (TestHideSkip#test_hideskip):
MiniTest#puke now reports Skipped messages only if v... -
06:53 PM Revision ec76e156 (git): lib/test/unit.rb: refactoring puke
- * lib/test/unit.rb (Test::Unit::Runner#puke): modify only result and
drop useless reports, not override entirely.
... -
06:53 PM Revision a6003269 (git): bootstraptest/runner.rb: refine output
- * bootstraptest/runner.rb (exec_test, show_progress): show rotators
and pass/fail counts.
git-svn-id: svn+ssh://c... -
06:51 PM Revision 8da4634b (git): sample/test.rb: refine output
- * sample/test.rb (PROGRESS): refine output.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35574 b2dd03c8-39d4-4... -
06:44 PM Revision 9c4fc91c (git): * ext/json/lib/json/generic_object.rb: missing file.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35573 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:08 PM Bug #6405 (Closed): Re: [ruby-cvs:42717] ryan:r35541 (trunk): Imported minitest 2.12.1 (r7323)
- This issue was solved with changeset r35563.
Yui, thank you for reporting this issue.
Your contribution to Ruby is gr... -
12:43 AM Bug #6405: Re: [ruby-cvs:42717] ryan:r35541 (trunk): Imported minitest 2.12.1 (r7323)
- =begin
Another issue.
/Users/nobu/build/ruby/trunk/src/test/minitest/test_minitest_unit.rb: cannot load such fi... -
05:49 PM Revision 49331dde (git): * lib/minitest/unit.rb (assert_match): refix of r35563.
- r35563 breaks the intention of the original change.
https://github.com/seattlerb/minitest/commit/68858105b2eb11c851... -
05:49 PM Revision 40f19396 (git): Correct requiring path to metametameta.rb.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35571 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:18 PM Revision 8545d2f4 (git): test_ssl.rb: test only if necessary option is available.
- * test/openssl/test_ssl.rb (test_forbid_tls_v1_{1,2}_{for_client,from_server}):
test only if necessary option is av... - 04:00 PM Revision a1352029 (git): * 2012-05-08
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35569 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:00 PM Revision 5a00be2b (git): * ext/json: Merge JSON 1.7.1.
- https://github.com/flori/json/commit/e5b9a9465c1159fae533bca320d950b772bcb4ac
git-svn-id: svn+ssh://ci.ruby-lang.org... -
01:05 PM Bug #6397 (Closed): Net::IMAP::ResponseParseError: unexpected token LPAR (expected QUOTED or LITERAL)
- This issue was solved with changeset r35558.
Roman, thank you for reporting this issue.
Your contribution to Ruby is ... -
11:57 AM Revision 5f7be315 (git): * ext/openssl/ossl_ssl.c: add support for option flags
- OpenSSL::SSL::OP_NO_TLSv1_1
OpenSSL::SSL::OP_NO_TLSv1_2
to allow blocking specific TLS versions. Thanks to Justin... -
11:25 AM Revision 2099780e (git): merge revision(s) 35545,35564,35565:
- * lib/securerandom.rb: show actual read length in an error message.
* lib/securerandom.rb (random_bytes): ca... -
11:15 AM Revision e1ee200b (git): refine an error message.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35565 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:15 AM Revision e76660ca (git): * lib/securerandom.rb (random_bytes): call to_int method for the
- argument at first.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35564 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
11:03 AM Bug #6406 (Closed): Ruby crashes with Segmentation fault
- This issue was solved with changeset r35555.
Shmel, thank you for reporting this issue.
Your contribution to Ruby is ... -
02:23 AM Bug #6406: Ruby crashes with Segmentation fault
- Sorry, made mistake in gem name, should be newrelic_rpm.
Updated step by step instruction assuming rails 3.2.x:
* ra... -
10:22 AM Bug #5423: readlineの入力待機中に端末のウィンドウサイズ変更すると入力内容が乱れる
- mameさん、naruseさん、情報ありがとうございます。
こちらの環境では再現しないため、どうにも困っていました。
いただいた情報を元に少し調べてみます。
Readlineのバージョン(5.X, 6.1, 6.2)も関係がある... -
10:20 AM Bug #6408: DelegateClass#eql? and <=> don't work as expected
- Hi,
jeremyevans (Jeremy Evans) wrote:
> Changing this behavior would likely break existing code. So if this to
... -
09:53 AM Bug #6408: DelegateClass#eql? and <=> don't work as expected
- On 05/07 07:15, marcandre (Marc-Andre Lafortune) wrote:
>
> Hi,
>
> In your patch, for both `if obj.equal?... -
08:34 AM Bug #6408: DelegateClass#eql? and <=> don't work as expected
- Hi,
> I was thinking that too, but the current implementation of != and ==
> don't do the is_a? check. Maybe t... -
08:23 AM Bug #6408: DelegateClass#eql? and <=> don't work as expected
- On Mon, May 07, 2012 at 07:15:34AM +0900, marcandre (Marc-Andre Lafortune) wrote:
>
> Issue #6408 has been update... -
07:24 AM Bug #6408: DelegateClass#eql? and <=> don't work as expected
- marcandre (Marc-Andre Lafortune) wrote:
> Hi,
>
> In your patch, for both `if obj.equal? self`, shouldn't it be `... -
07:15 AM Bug #6408: DelegateClass#eql? and <=> don't work as expected
- Hi,
In your patch, for both `if obj.equal? self`, shouldn't it be `if obj.is_a? Delegator`?
For many classes th... -
04:48 AM Bug #6408 (Closed): DelegateClass#eql? and <=> don't work as expected
- It seems these two methods aren't delegating to the delegate object when compared against itself.
I've attached a ... -
09:08 AM Revision 34a8bfa9 (git): * lib/minitest/unit.rb (assert_match): replace matcher only if both
- matcher and obj are String. fix r35541. [Bug #6405]
DON'T COMMIT IF YOU CAN'T RUN TEST.
FIX AS SOON AS POSSIBLE Y... -
08:46 AM Revision 251001c8 (git): Revert r35560.
- This breaks tests:
http://u64.rubyci.org/~chkbuild/ruby-trunk/log/20120507T070102Z.log.html.gz
And don't change loca... - 08:25 AM Revision e9231035 (git): * ext/json/parser/depend: need to specify the base directory for nmake.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35561 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:11 AM Revision 0bd56268 (git): ext/json/fbuffer/fbuffer.h
- * ext/json/fbuffer/fbuffer.h: comment-out unused functions.
* ext/json/parser/depend: add dependency.
git-svn-id: s... -
04:41 AM Revision 0be8f819 (git): codesign
- * Makefile.in (PROGRAM), configure.in (POSTLINK): sign built program
using RUBY_CODESIGN identity.
git-svn-id: svn... -
04:05 AM Revision 9be3aa17 (git): * lib/net/imap.rb (body_type_attachment): parse body type
- "ATTACHMENT". [ruby-core:44849] [Bug #6397]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35558 b2dd03c8-39d4-4d... -
02:45 AM Bug #6343: Improved Fiber documentation
- Thanks, ok that makes sense. What should happen if someone does try and yield from a fiber that has been transferred ...
-
02:09 AM Revision f4be1257 (git): merge revision(s) 35555:
- * ext/bigdecimal/bigdecimal.c (Init_bigdecimal): define IDs before
they are used. [ruby-core:44900] [Bug #6... -
02:09 AM Revision 551031f1 (git): Revert r35536.
- The behavior is expected because of the Unicode 4.1.0. [ruby-dev:45619]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby... -
02:03 AM Revision 0fce0545 (git): * ext/bigdecimal/bigdecimal.c (Init_bigdecimal): define IDs before
- they are used. [ruby-core:44900] [Bug #6406]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35555 b2dd03c8-39d4-4... -
01:27 AM Revision cc3f3307 (git): rmd160.c: fix for huge data
- * ext/digest/rmd160/rmd160.c (RMD160_Update): fix for huge data.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@... -
01:23 AM Revision 29825889 (git): use assert_equal, assert_match, and so on.
- * test/fileutils/fileasserts.rb: use assert_equal, assert_match, and so on.
* test/ruby/enc/test_utf16.rb, test/ruby/... -
01:16 AM Revision b5ba059a (git): test_gem_installer.rb: fix argument order
- * test/rubygems/test_gem_installer.rb (TestGemInstaller#test_dir): fix
argument order. expected value must come fi... -
12:37 AM Revision 07ea7112 (git): * Fix typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35551 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
05/06/2012
- 10:26 PM Revision 5aa9b57d (git): * 2012-05-07
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35550 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:26 PM Revision 060184c3 (git): * ext/openssl/ossl_ssl.c: support TLSv1.1 & TLSv1.1. Add
- SSLContext#version to inspect the version that was negotiated for
a given connection.
* ext/openssl/extconf.rb: det... -
09:56 PM Bug #6406 (Feedback): Ruby crashes with Segmentation fault
- Please write procedure in commands, like
* rails g foo
* cd foo
* echo 'gem "newrelic"' >> Gemfile
And I fail... -
12:22 PM Bug #6406: Ruby crashes with Segmentation fault
- Tried with ruby 1.9.3p203 (2012-05-04 revision 35536) [x86_64-darwin11.3.0] and got the same result.
-
11:35 AM Bug #6406 (Closed): Ruby crashes with Segmentation fault
- Ruby consistently crashes with Segmentation fault. Gem newrelic in development mode has a link "List Threads", every ...
-
09:53 PM Bug #6405: Re: [ruby-cvs:42717] ryan:r35541 (trunk): Imported minitest 2.12.1 (r7323)
- (2012/05/06 6:17), zenspider (Ryan Davis) wrote:
>
> Issue #6405 has been updated by zenspider (Ryan Davis).
... -
12:23 PM Bug #6405: Re: [ruby-cvs:42717] ryan:r35541 (trunk): Imported minitest 2.12.1 (r7323)
- 2012/5/6 zenspider (Ryan Davis) <[email protected]>:
> This is why I don't run full tests before:
>
> ... -
06:53 AM Bug #6405: Re: [ruby-cvs:42717] ryan:r35541 (trunk): Imported minitest 2.12.1 (r7323)
- (2012/05/06 5:05), zenspider (Ryan Davis) wrote:
>
> Issue #6405 has been updated by zenspider (Ryan Davis).
... -
06:29 AM Bug #6405: Re: [ruby-cvs:42717] ryan:r35541 (trunk): Imported minitest 2.12.1 (r7323)
- On Sat, May 5, 2012 at 5:17 PM, zenspider (Ryan Davis)
<[email protected]> wrote:
>
> Issue #6405 has been... -
06:17 AM Bug #6405: Re: [ruby-cvs:42717] ryan:r35541 (trunk): Imported minitest 2.12.1 (r7323)
- How can I run the tests if the tests _hang_?
-
05:53 AM Bug #6405: Re: [ruby-cvs:42717] ryan:r35541 (trunk): Imported minitest 2.12.1 (r7323)
- Hi Ryan
We hope to you will run full-test before importing any change to keep ruby stable.
You can use paral... -
05:05 AM Bug #6405: Re: [ruby-cvs:42717] ryan:r35541 (trunk): Imported minitest 2.12.1 (r7323)
- =begin
This is why I don't run full tests before:
% egrep "= (E|F)" test.ruby.1.txt
TestBug4409#test_bug4409 = 76... -
09:17 PM Bug #6387: 1.9.3p194 crashed on require in ubuntu
- Could you show a small reproducible code and process to run it?
[ruby-core:42488] is a good example. -
11:00 AM Bug #6387: 1.9.3p194 crashed on require in ubuntu
- And it never happened on Mac OSX, just under ubuntu
-
10:59 AM Bug #6387: 1.9.3p194 crashed on require in ubuntu
- It is not by yard itself. It is a Rails project and it has pry-doc installed. When running rspec loading gems it enco...
-
02:53 PM Bug #6407 (Closed): Most Test Failure for BigDecimal on 64bit Windows, any GCC parameter needed?
- Compiled with MinGW64, GCC (4.6.3) or (GCC 4.7.0), configure as ./configure --build=x86_64-w64-mingw32 CFLAGS="-O2 -f...
-
02:41 PM Bug #6391: Segment Fault while execute make_encmake.rb for Ruby 1.9.3 P194 ( MinGW64)
- that means even choose -O0, still could see this issue. could it be duplicated on Linux?
-
12:39 PM Revision 6a7666e5 (git): * io.c (io_encoding_set): suppress warnings. [ruby-dev:45627]
- this tmp1 is not required after r35538.
* addr2line.c: suppress warnings.
git-svn-id: svn+ssh://ci.ruby-lang.org/ru... -
09:40 AM Revision 6051f542 (git): * compile.c (iseq_compile_each): remove unused variable `size'.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35547 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:58 AM Bug #4814: minitest 2.2.x and test/unit do not get along
- On Jun 2, 2011, at 03:56 , Shota Fukumori wrote:
> could test again with `make TESTS="-v testunit/test_parallel.r... -
05:57 AM Bug #4814: minitest 2.2.x and test/unit do not get along
- On Jun 2, 2011, at 03:56 , Shota Fukumori wrote:
> could test again with `make TESTS="-v testunit/test_parallel.r... - 05:51 AM Revision 0a983d5a (git): * 2012-05-06
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35546 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:51 AM Revision a961a8ed (git): * lib/securerandom.rb: show actual read length in an error message.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35545 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
05/05/2012
-
11:31 PM Bug #6405: Re: [ruby-cvs:42717] ryan:r35541 (trunk): Imported minitest 2.12.1 (r7323)
- hi Ryan,
I just sent pull request.
https://github.com/seattlerb/minitest/pull/124
Thanks. -
11:17 PM Bug #6405 (Assigned): Re: [ruby-cvs:42717] ryan:r35541 (trunk): Imported minitest 2.12.1 (r7323)
- sorry, r35543 was wrong. ( reverted by r35544)
It should be fixed by mintiest side like as following:
--- a/lib... -
06:27 PM Bug #6405 (Closed): Re: [ruby-cvs:42717] ryan:r35541 (trunk): Imported minitest 2.12.1 (r7323)
- This issue was solved with changeset r35543.
Yui, thank you for reporting this issue.
Your contribution to Ruby is gr... -
05:27 PM Bug #6405 (Closed): Re: [ruby-cvs:42717] ryan:r35541 (trunk): Imported minitest 2.12.1 (r7323)
- After r35541, test-all fails as following:
2) Error:
test_equals_tilde(TestGemPlatform):
TypeError: can't... -
04:22 PM Bug #6391: Segment Fault while execute make_encmake.rb for Ruby 1.9.3 P194 ( MinGW64)
- I can reproduce this issue for trunk with MinGW64 4.7.0 on Windows 7.
I found it is related with inline function o... -
01:15 PM Revision ae4fa795 (git): Revert r35443.
- Revert "* test/rubygems/test_gem_installer.rb: fix broken test for r35541."
* r35541 breaks exist tests, it should be... -
10:35 AM Feature #6362: Modular exponentiation/inverse
- mame (Yusuke Endoh) wrote:
> Martin, thanks. Assigning it to matz.
Sure, you're welcome :)
> nobu wrote:
> > W... -
10:01 AM Feature #6361: Bitwise string operations
- kernigh (George Koehler) wrote:
> =begin
> With this design, String#& and String#~ never modify the original string... -
09:54 AM Feature #6361: Bitwise string operations
- duerst (Martin Dürst) wrote:
>
> Despite the title of this issue, I didn't see any *bit*wise operations
> (e.g. ... -
09:38 AM Feature #6361: Bitwise string operations
- nobu (Nobuyoshi Nakada) wrote:
>
> What you want seems (({BitArray})), not a kind of char string.
>
Thought th... -
09:27 AM Revision f406e3ac (git): * test/rubygems/test_gem_installer.rb: fix broken test for r35541.
- [ruby-core:44884][Bug #6405]
* test/rubygems/test_gem_platform.rb: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/rub... -
08:38 AM Bug #6387: 1.9.3p194 crashed on require in ubuntu
- This seems different issue from #5181, and looks like #5931;
it seems because of something around GC. -
08:11 AM Feature #2565: adding hooks for better tracing
- Aaron,
Thanks. I had no idea about the licence.
Is your branch stable(ish) to try it out? -
07:58 AM Bug #5263 (Closed): Ruby crash when installing yard-0.7.2 installation
- This is fixed in Ruby 1.9.3-p125.
-
07:57 AM Bug #5224 (Closed): Yard seems to be crashing ruby.
- This is fixed in Ruby 1.9.3-p125.
-
05:23 AM Bug #5423: readlineの入力待機中に端末のウィンドウサイズ変更すると入力内容が乱れる
- たぶん readline した後に rl_free_line_state() するのが本質だと思います。
残りはなんで入れたんだろう、今はF9+Readline5.2で消しても再現しないので、
+ rl_catch_sign... -
04:18 AM Feature #6311: memmem()によるrb_memsearch()の高速化
- rb_memsearch_ss() を入れたのはわたしですね。
Linux と FreeBSD あたりで memmem 利用より速いのだったら置き換えちゃっていいんじゃないかと思います。
missing/memmem.c 作って ... -
02:07 AM Bug #6398 (Closed): Add tests for Zlib.inflate and Zlib.deflate
- This issue was solved with changeset r35540.
Charles, thank you for reporting this issue.
Your contribution to Ruby i... -
01:14 AM Bug #6324 (Closed): Spurious/incorrect warning on File.open with internal_encoding specified in string mode to duplicate external_encoding
- This issue was solved with changeset r35538.
jonathan, thank you for reporting this issue.
Your contribution to Ruby ... -
12:36 AM Bug #6401 (Assigned): Windows bug with File.pos
-
12:33 AM Bug #6401 (Closed): Windows bug with File.pos
- On Windows since Ruby 1.9.3p125 there have been issues with File.pos and File.readline. Ruby 1.9.3p0 does not have th...
05/04/2012
-
10:34 PM Feature #5785 (Assigned): Readline に pre_input_hook, insert_text, redisplay を追加
- kouji (Kouji Takao) wrote:
> This issue was solved with changeset r35513.
> Tomoyuki, thank you for reporting this ... -
10:20 PM Bug #6397 (Assigned): Net::IMAP::ResponseParseError: unexpected token LPAR (expected QUOTED or LITERAL)
-
10:19 PM Bug #5423 (Assigned): readlineの入力待機中に端末のウィンドウサイズ変更すると入力内容が乱れる
- #5023 もこれと同じ原因だと思います。再現します。
r24140 は #1118 で成瀬さんが FreeBSD のために入れたようですが、なんでこれで SEGV 回避になるのか説明がなくて
よくわかりませんが、r24140... -
09:47 PM Revision 4750b11c (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35542 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 09:46 PM Revision 6af843b9 (git): Imported minitest 2.12.1 (r7323)
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35541 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:33 PM Bug #6400 (Closed): dl/callback with fiddle occurs SEGV on NetBSD amd64
- On NetBSD amd64, libffi with callback occurs SEGV as following.
kelvena% cat p
require 'dl/callback'
require 'd... -
05:07 PM Revision 95d4b3ba (git): * test/zlib/test_zlib.rb (test_inflate): add a test for Zlib.inflate.
- patched by headius (Charles Nutter). [ruby-core:44859] [Bug #6398]
* test/zlib/test_zlib.rb (test_deflate): add a te... - 04:14 PM Revision b17158a2 (git): * 2012-05-05
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35539 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:14 PM Revision afd9ce9d (git): * io.c (parse_mode_enc): remove warnings 'Ignoring internal encoding'.
- [ruby-core:44455] [Bug #6324]
* io.c (io_encoding_set): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35... -
01:26 PM Revision 66b0d426 (git): rescue if it cannnot load psych.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35537 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:43 PM Revision 823f0719 (git): Remove wrong case conversion U+0294
- [ruby-dev:45594] [Bug #6380]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@35536 b2dd03c8-39d4-4d... -
09:26 AM Feature #6399 (Assigned): IO.read ignores valid open_args on Windows
-
08:08 AM Feature #6399: IO.read ignores valid open_args on Windows
- Of course, you mean "valid on Windows", I guess.
-
07:25 AM Feature #6399: IO.read ignores valid open_args on Windows
- Grr, should be "open_args".
-
07:25 AM Feature #6399 (Feedback): IO.read ignores valid open_args on Windows
- On Microsoft Windows the fopen function accepts many more modes than the standard function:
http://msdn.microsoft.... -
09:24 AM Bug #6398 (Assigned): Add tests for Zlib.inflate and Zlib.deflate
-
06:09 AM Bug #6398 (Closed): Add tests for Zlib.inflate and Zlib.deflate
- These just dispatch the same as calling Zlib::Deflate.deflate and Zlib::Inflate.inflate, but the Zlib-bound versions ...
-
08:50 AM Feature #6361: Bitwise string operations
- =begin
: kernigh (George Koehler) wrote:
The main reason, to perform bitwise operations on a String, is to use thi... -
08:13 AM Feature #6361: Bitwise string operations
- Just throwing this out there, but a new class could be introduced first, then used as a replacement for Pack/IO/etc. ...
-
06:04 AM Feature #6361: Bitwise string operations
- =begin
A new BinaryString (or Blob) class would entail several changes. For example, Array#pack and IO#read(n) would... -
12:53 AM Feature #6361: Bitwise string operations
- On Thursday, May 3, 2012 at 9:16 AM, "Martin J. Dürst" wrote:
> On 2012/04/30 1:50, Joshua Ballanco wrote:
>
> ... -
05:59 AM Feature #6309: Add a reference queue for weak references
- I linked to a concrete use case in the original report...an implementation of a "weak ID map" entirely in Ruby withou...
-
04:14 AM Bug #6246: 1.9.3-p125 intermittent segfault
- Since my last post, I've continued to see the crash
But today I came across this bug report for the logging gem
... -
01:43 AM Feature #3344: supporting rfc 5789 - http patch verb
- Why is that?
-
01:33 AM Bug #6392 (Closed): rdoc -E option does not work
- This issue was solved with changeset r35532.
Nobuyoshi, thank you for reporting this issue.
Your contribution to Ruby... -
01:31 AM Bug #6393 (Closed): rdoc does not parse multibyte files
- This issue was solved with changeset r35531.
Nobuyoshi, thank you for reporting this issue.
Your contribution to Ruby...
Also available in: Atom