Activity
From 05/03/2012 to 05/09/2012
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...
05/03/2012
-
11:41 PM Bug #6397 (Closed): Net::IMAP::ResponseParseError: unexpected token LPAR (expected QUOTED or LITERAL)
- While parsing the following response:
C: RUBY0004 UID FETCH 2862 BODYSTRUCTURE
S: * 980 FETCH (UID 2862 BODYSTRUC... -
10:50 PM Revision 09063f9d (git): Embed backtrace to debug.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35535 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:20 PM Revision 8109c530 (git): * lib/rdoc/parser.rb (RDoc.binary?): fix wrong regexp.
- [ruby-core:44798] [Bug #6393]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35534 b2dd03c8-39d4-4d8f-98ff-823fe6... -
09:10 PM Bug #6396 (Rejected): instance_eval内での変数の扱いについて
-
09:09 PM Bug #6396: instance_eval内での変数の扱いについて
- =begin
一度 x への代入が現れれば、そのスコープではそこ以降では x というローカル変数が定義されていることになります。
これは構文解釈時に行われる判断なので、実際に代入されるかどうかは無関係です。
o.x へ代... -
08:39 PM Bug #6396 (Rejected): instance_eval内での変数の扱いについて
- =begin
class O
attr_accessor :x
end
o = O.new
o.x = 99
o.instance_eval do
p x #=> 99
... -
04:57 PM Revision c327407b (git): distclean verconf.h
- * Makefile.in, win32/Makefile.sub (distclean-local): another generated
header.
git-svn-id: svn+ssh://ci.ruby-lang.... -
04:33 PM Revision 9bee6cf5 (git): rdoc: --extension option fix
- * lib/rdoc/parser.rb (RDoc.alias_extension): a real file is irrelevant
to aliasing. [ruby-core:44796][Bug #6392]
*... -
04:31 PM Revision 1348e3b9 (git): rdoc: non-binary multibyte
- * lib/rdoc/parser.rb (RDoc.binary?): binary read data may have
incomplete multibyte sequence. [ruby-core:44798][Bu... -
04:16 PM Bug #6381 (Assigned): Useful methods like included don't appear in RDoc
- Thanks for letting me know. Eric, what do you think?
--
Yusuke Endoh <[email protected]> -
02:59 PM Bug #6381: Useful methods like included don't appear in RDoc
- Dne 3.5.2012 6:23, mame (Yusuke Endoh) napsal(a):
> Issue #6381 has been updated by mame (Yusuke Endoh).
>
> S... -
01:23 PM Bug #6381 (Rejected): Useful methods like included don't appear in RDoc
- Eric, who is a RDoc maintainer, has already answered [ruby-core:40663] and [ruby-core:40679].
Ruby-doc admin seems t... -
03:53 PM Bug #6343: Improved Fiber documentation
- (2012/05/03 8:12), andhapp (Anuj Dutta) wrote:
> Thanks ko1 for your comment. The example doesn't use Fiber#resume... -
08:12 AM Bug #6343: Improved Fiber documentation
- Hi,
Thanks ko1 for your comment. The example doesn't use Fiber#resume on fiber1. It uses Fiber.yield to return to ... -
07:53 AM Bug #6343: Improved Fiber documentation
- Hi,
We shouldn't mix Fiber#yield, Fiber.resume and Fiber.transfer. In other
words, fiber1 shouldn't use Fibe... -
03:23 PM Feature #6361: Bitwise string operations
- On 2012/04/30 1:50, Joshua Ballanco wrote:
> I know it seems like this class is just wrapping String and always... -
09:07 AM Feature #6361: Bitwise string operations
- Added the possibility to specify an encoding when converting
to a String, forgot about that in the first version. - 03:09 PM Revision 19be9a8d (git): * 2012-05-04
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35530 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:09 PM Revision 4b0e5eda (git): inilne markups
- * README.ja: separate inilne markups from multibyte sequence by
spaces, so that another implementation can parse th... -
03:09 PM Revision aa913eb6 (git): single quotes
- * README, README.ja: use single quotes for RDoc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35528 b2dd03c8-39... -
02:56 PM Revision 3f6349a1 (git): * tool/rbinstall.rb (capi): install to capi directory.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35527 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:56 PM Revision cfcc9b53 (git): * template/Doxyfile.tmpl (EXCLUDE_PATTERNS): exclude files only for tests.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35526 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:53 PM Feature #6376: Feature lookup and checking if feature is loaded
- On Thu, May 3, 2012 at 6:53 AM, Yusuke Endoh <[email protected]> wrote:
> 2012/5/3 Nikolai Weibull <[email protected]>:
>>... -
02:04 PM Feature #6376: Feature lookup and checking if feature is loaded
- I think it depends. For on thing, a library's api can change over time. So that might not be the best fit, if what yo...
-
01:53 PM Feature #6376: Feature lookup and checking if feature is loaded
- 2012/5/3 Nikolai Weibull <[email protected]>:
> so if you have a file that provides A::B and B has already been
> provi... -
01:23 PM Feature #6376: Feature lookup and checking if feature is loaded
- On Thu, May 3, 2012 at 6:02 AM, mame (Yusuke Endoh) <[email protected]> wrote:
>
> Issue #6376 has been updated by ma... -
01:02 PM Feature #6376 (Feedback): Feature lookup and checking if feature is loaded
- Of course you know what is defined by the feature you loaded, don't you?
(If not, you must not load such a file; it ... -
02:13 PM Feature #6394 (Assigned): Support SO_ORIGINAL_DST socket option
-
02:05 PM Revision f959f2af (git): * template/Doxyfile.tmpl: exclude generated files.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35525 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:40 PM Bug #6387 (Feedback): 1.9.3p194 crashed on require in ubuntu
- Hello, thank you for reporting.
Could you please elaborate how to reproduce?
I tried below by seeing #5181, but f... -
01:07 PM Feature #6388: Convert README to README.rdoc with formatting
- It doesn't seem necessary, because you hadn't mentioned about github at all.
Github's RDoc parser seems dealing wi... -
01:06 PM Bug #6370: NaNTest failed for Ruby 1.9.3 P194
- Heesob Park, thank you!
And I'm very sorry. I made a mistake with your name in [ruby-core:44692].
--
Yusuke ... -
12:50 PM Bug #6378 (Assigned): irb incorrectly considers line incomplete when parenthesis are excluded
- Thanks, assigning it to keiju who is a developer/maintainer of irb.
--
Yusuke Endoh <[email protected]> -
12:48 PM Bug #6374 (Feedback): Acces to initialized class variable from included module
- I guess this is where "the Standard" comes in.
Anyone who can check ISO/IEC 30170 ? I don't have ;-)
--
Yusuke... -
12:03 PM Feature #6362 (Assigned): Modular exponentiation/inverse
- Martin, thanks. Assigning it to matz.
nobu wrote:
> What about a new class, say Modulo?
I guess, it would be ... -
11:52 AM Feature #6308 (Assigned): Eliminate delegation from WeakRef
- Thanks, please wait a "ruling" of matz.
--
Yusuke Endoh <[email protected]> -
11:50 AM Feature #6309 (Assigned): Add a reference queue for weak references
- On second thought, the proposal should first get an approval from matz. Sorry. Assigning this to him.
Still, it wo... -
11:29 AM Feature #6309: Add a reference queue for weak references
- Ah, I knew what you are proposing by seeing Javadoc:
http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/ref/Re... -
09:53 AM Feature #2565: adding hooks for better tracing
- On Thu, May 03, 2012 at 08:04:37AM +0900, andhapp (Anuj Dutta) wrote:
>
> Issue #2565 has been updated by andhapp... -
08:04 AM Feature #2565: adding hooks for better tracing
- I was just looking at Joyent's ruby dtrace page and saw ruby-probe (Probe that can be fired from ruby code). However,...
-
02:29 AM Feature #2565: adding hooks for better tracing
- On Wed, May 02, 2012 at 01:01:17PM +0900, SASADA Koichi wrote:
> Hi,
>
> (2012/05/02 11:38), Aaron Patterson wro... -
02:12 AM Feature #2565: adding hooks for better tracing
- I've updated the patch to rename all macros to RUBY_DTRACE_*
-
09:40 AM Bug #6391: Segment Fault while execute make_encmake.rb for Ruby 1.9.3 P194 ( MinGW64)
- Here is the update:
1. I renamed my folder local to local.old, so that any 3rd partt lib will not be linked.
2. R... -
09:40 AM Bug #6391: Segment Fault while execute make_encmake.rb for Ruby 1.9.3 P194 ( MinGW64)
- Sorry for duplicate items since bugs system has some problem last night.
-
09:40 AM Bug #6391: Segment Fault while execute make_encmake.rb for Ruby 1.9.3 P194 ( MinGW64)
- Here is the update:
1. I renamed my folder local to local.old, so that any 3rd partt lib will not be linked.
2. R... -
09:14 AM Bug #6395 (Closed): Fixed example for fiber transfer
- This issue was solved with changeset r35523.
Anuj, thank you for reporting this issue.
Your contribution to Ruby is g... -
08:31 AM Bug #6395 (Closed): Fixed example for fiber transfer
- The example for fiber transfer had incorrect output. Minor correction.
-
09:03 AM Feature #3344: supporting rfc 5789 - http patch verb
- No new features in dying branches.
-
02:59 AM Feature #3344: supporting rfc 5789 - http patch verb
- IMHO, I'm not positive to patch it to 1.8.7 or 1.9.2, because these 2 versions will be unsupported soon.
--
... -
02:25 AM Feature #3344: supporting rfc 5789 - http patch verb
- What do you think about backporting these to 1.8.7 and 1.9.2? There are two backport tickets open for this:
http:... -
01:36 AM Bug #6386 (Assigned): URI.parse should raise an error for invalid uri 'http:/'
- 12:14 AM Revision f2a1e50f (git): * 2012-05-03
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35524 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:14 AM Revision fd7632ee (git): * cont.c (rb_fiber_m_transfer): fixed typo in example.
- [ruby-core:44818][Bug #6395]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35523 b2dd03c8-39d4-4d8f-98ff-823fe69...
Also available in: Atom