Activity
From 08/02/2013 to 08/08/2013
08/08/2013
-
11:48 PM Bug #8754 (Closed): Stop checking for old REXML versions
- Given that Ruby 2.0 ships with REXML 3.1.7.3, and both REXML and RSS are in the standard library, there should be no ...
-
11:01 PM Feature #7609 (Closed): Class#singleton_class?
- This issue was solved with changeset r42449.
Nobuyoshi, thank you for reporting this issue.
Your contribution to Ruby... -
10:13 PM Feature #8693: lambda invoked by yield acts as a proc with respect to return
- I've pasted the path at the description text...
-
08:17 PM Bug #8753 (Closed): __FILE__.encoding is wrong
- =begin
A bug introduced by change r42183
(({__FILE__}))'s encoding is wrong.
In file ((%ruby.c%)) and function (({... -
05:28 PM Feature #8751: Add offsets to method#source_location
- Sorry, I should have added some usecases to this description. I would like this feature mainly to:
1. Extract sou... -
02:03 PM Feature #8751 (Closed): Add offsets to method#source_location
- Hello,
I would like to have byte offsets returned on the source_location for methods. For example:
def foo(&b)... -
04:27 PM Revision 4a7afb71 (git): suppress warning introduced by r42439 [ruby-dev:47040]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42453 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:15 PM Revision 8fba9bbc (git): common.mk: install arch
- * common.mk (do-install-arch): install architecture dependent files
all, including libraries.
git-svn-id: svn+ssh:... - 03:10 PM Revision 2f301754 (git): * 2013-08-09
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42451 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:10 PM Revision 8d644d6a (git): enumerator.c: fix non-single argument
- * enumerator.c (lazy_zip_func): fix non-single argument. fix
out-of-bound access and pack multiple yielded values.... -
02:56 PM Bug #8722 (Closed): Refinements remain active beyond the end of an evaled string
- This issue was solved with changeset r42437.
Charlie, thank you for reporting this issue.
Your contribution to Ruby i... -
02:42 PM Bug #8722: Refinements remain active beyond the end of an evaled string
- naruse (Yui NARUSE) wrote:
> > 仕様変更としてNEWSファイルに書けば良いことだと思います。
> >
> > Matz.
>
> はい。「変えた」ということにし、NEWSに書いてあれば異議は... -
01:56 PM Bug #8722 (Assigned): Refinements remain active beyond the end of an evaled string
- matz (Yukihiro Matsumoto) wrote:
> 仕様変更としてNEWSファイルに書けば良いことだと思います。
>
> Matz.
はい。「変えた」ということにし、NEWSに書いてあれば異議はありません。 -
01:01 PM Bug #8722: Refinements remain active beyond the end of an evaled string
- 仕様変更としてNEWSファイルに書けば良いことだと思います。
Matz.
-
12:18 PM Bug #8722 (Feedback): Refinements remain active beyond the end of an evaled string
- naruse (Yui NARUSE) wrote:
> m = Module.new {
> eval "module_function"
>
> def test1() end
> }
> r = m.res... -
11:36 AM Bug #8722 (Assigned): Refinements remain active beyond the end of an evaled string
- m = Module.new {
eval "module_function"
def test1() end
}
r = m.respond_to?(:test1)
の r が r42396 以降 true か... -
02:01 PM Revision a25d02b1 (git): object.c: Module#singleton_class?
- * object.c (rb_mod_singleton_p): new method Module#singleton_class? to
return whether the receiver is a singleton c... -
01:09 PM Revision 44aa21d4 (git): fix typos
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42448 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:59 PM Revision fef170e8 (git): * time.c (time_overflow_p): Avoid signed integer overflow.
- (rb_time_new): Fix overflow condition.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42447 b2dd03c8-39d4-4d8f-9... -
12:34 PM Revision 685597fd (git): Fix the previous commit.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42446 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:25 PM Bug #8739: Range#last と#last(n)で挙動の統一がされていない
- 呼ばれたので返事をすると、2.1.0 で warning 出して 2.1.1 で変えるか、2.0.x で warning 出して 2.1 で変えるというところが妥当と思いますが、後者はもう期限切れな気がします。
-
10:27 AM Bug #8739 (Closed): Range#last と#last(n)で挙動の統一がされていない
- This issue was solved with changeset r42431.
Tomoya, thank you for reporting this issue.
Your contribution to Ruby is... -
01:36 AM Bug #8739: Range#last と#last(n)で挙動の統一がされていない
- コメントいただきありがとうございます。
リビジョン 42400の変更のようになると、直感的でうれしいとは思いましたが、
「非互換性を導入するだけの価値」をあまり念頭に置いていない上での発言でした。
揃えてほしいという意見... -
12:13 PM Revision 319dc9f6 (git): * time.c (time_overflow_p): Avoid signed integer overflow.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42445 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:00 AM Revision 2391ee2c (git): * thread.c (rb_threadptr_pending_interrupt_check_mask):
- use RARRAY_RAWPTR() instead of RARRAY_PTR() because
there is no new reference.
git-svn-id: svn+ssh://ci.ruby-lan... -
10:58 AM Revision e0932e3a (git): * string.c (rb_str_format_m): use RARRAY_RAWPTR() instead of
- RARRAY_PTR() because there is no new reference.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42443 b2dd03c8-3... -
10:56 AM Revision 3aea31c1 (git): * include/ruby/ruby.h: define USE_RGENGC_LOGGING_WB_UNPROTECT.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42442 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:53 AM Bug #8742 (Rejected): JSON.parse can not handle tab in string
-
08:15 AM Bug #8742: JSON.parse can not handle tab in string
- =begin
Confirm that tabs are not allowed in JSON strings according to the spec (((<RFC4627|URL:http://tools.ietf.org... -
07:51 AM Bug #8742: JSON.parse can not handle tab in string
- I don't think literal tabs are allowed in strings, per the JSON spec.
-
09:45 AM Feature #6225: Hash#+
- There is another proposition, but for `#reverse_merge`: #7739.
Another relevant proposal: #7738. -
03:40 AM Feature #6225: Hash#+
- mame (Yusuke Endoh) wrote:
> BTW, I don't think that `Hash#merge` is so frequently-used operation enough to have suc... -
12:45 AM Feature #6225: Hash#+
- zzak (Zachary Scott) wrote:
> matz, if you can make a decision on this alias it would be appreciated!
matz explic... -
07:50 AM Revision c9d01961 (git): * include/ruby/ruby.h: add old macro name `RUBY_EVENT_SWITCH'.
- This macro name is obsolete because it is renamed to
RUBY_INTERNAL_EVENT_SWITCH, but it has compatibility problem
... - 07:09 AM Revision eb369d43 (git): merge revision(s) 42439:
- * test/coverage/test_coverage.rb (TestCoverage#test_big_code): use `1'
instead of `p' to get rid of a side ... - 06:42 AM Revision f21d6210 (git): * test/coverage/test_coverage.rb (TestCoverage#test_big_code): use `1'
- instead of `p' to get rid of a side effect.
Kernel#p without any argument seems to do nothing, but flushes stdout.
... -
06:00 AM Bug #8750 (Closed): unit test fix for CVE-2013-4073 seems to be incomplete
- This issue was solved with changeset r42429.
Antonio, thank you for reporting this issue.
Your contribution to Ruby i... -
05:43 AM Bug #8750: unit test fix for CVE-2013-4073 seems to be incomplete
- This should fix the issue.
-
05:42 AM Bug #8750 (Closed): unit test fix for CVE-2013-4073 seems to be incomplete
- Hello, I was just testing some Ruby versions against vulnerability against Hostname check bypassing vulnerability in ...
-
05:56 AM Revision 8de705ee (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42438 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:56 AM Revision 7b046395 (git): * NEWS: add description of incompatibility introduced by r42396.
- [ruby-core:56329] [Bug #8722]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42437 b2dd03c8-39d4-4d8f-98ff-823fe6... -
05:54 AM Revision a9a4da92 (git): * common.mk (mini): portable target to build miniruby
- * common.mk (bisect): run git-bisect with miniruby
* common.mk (bisect-ruby): run git-bisect with ruby
* tool/bisec... -
05:48 AM Revision d1ede0c1 (git): proc.c: constifiy
- * proc.c (rb_proc_call_with_block): constifiy argv.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42435 b2dd03c8... -
05:35 AM Revision 5812f34d (git): test_range.rb: remove invalid assertions
- * test/ruby/test_range.rb: remove invalid assertions for [Bug #8739].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tr... -
03:38 AM Feature #8155 (Closed): Improve support for streaming responses in WEBrick
- This issue was solved with changeset r42427.
Eric, thank you for reporting this issue.
Your contribution to Ruby is g... - 03:14 AM Revision 647fc21a (git): * test/webrick/test_httpresponse.rb (test_send_body_*_chunked): these
- expectations assumes that the IOs are binmode. fixed test failures
introduced at r42427 on Windows.
git-svn-id: ... -
02:16 AM Revision edde0291 (git): Follow r42431
- Follow tests to revert r42400. [Bug #8739]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42432 b2dd03c8-39d4-4d... -
01:27 AM Revision 0be97c70 (git): range.c: revert r42400
- * range.c (range_last): revert r42400. [Bug #8739]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42431 b2dd03c... -
01:26 AM Revision 354028ab (git): file.c: rb_str_normalize_ospath
- * file.c (rb_str_normalize_ospath): extract and move from dir.c.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@... -
12:18 AM Feature #8696 (Assigned): Process.setproctitle
- この追加、まつもとさんの了解取ってませんよね?
coreクラスのAPIの変更は今後はまつもとさんの了解を得てからにして下さい。
この提案どう思いますか?>まつもとさん
08/07/2013
-
11:12 PM Feature #8696 (Closed): Process.setproctitle
- This issue was solved with changeset r42425.
Kazuhiro, thank you for reporting this issue.
Your contribution to Ruby ... -
10:56 PM Bug #8749 (Closed): Readline.readline stops STDOUT?
- =begin
r42402 で、以下のようなスクリプトの挙動が変わっています。
(Enter を押すかどうかは関係なくて、)Readline.readline を実行中に標準出力への出力が出来なくなっているように見えます。
... -
10:50 PM Feature #6225: Hash#+
- Operator overloading is for convenience and to "least surprise". Since `+` puts two numbers together, and `+` puts tw...
-
03:22 AM Feature #6225: Hash#+
- To put an end to the bikeshedding, and because I'd like this ticket to get a resolution:
The original request was ... -
09:51 PM Feature #8748 (Rejected): Integer#popcount (Fixnum#popcount and Bignum#popcount)
- How about adding `Integer#popcoun` t method?
(actually `Fixnum#popcount` and `Bignum#popcount` )
```
0.popco... - 09:00 PM Revision 88514703 (git): * test/openssl/test_ssl.rb: Fix test for CVE-2013-4073.
- Patch by Antonio Terceiro. [Bug #8750] [ruby-core:56437]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42429 b2d... -
08:58 PM Bug #7921 (Third Party's Issue): Cross-compiling ruby_2_0_0 to Windows is failing (rb_w32_pow)
- I'm closing this out as 3rd party issue (mingw-w64 incorrect header package)
This has been solved in latest versio... -
12:51 PM Bug #7921 (Feedback): Cross-compiling ruby_2_0_0 to Windows is failing (rb_w32_pow)
- What is this status?
- 06:38 PM Revision b01b3e22 (git): * 2013-08-08
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42428 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:38 PM Revision 9dff71ad (git): * lib/webrick/httpresponse.rb: Allow #body to be an IO-like object
- that responds to #readpartial and #read.
[ruby-trunk - Feature #8155]
* NEWS: NEWS for above
* test/webrick/test_h... -
06:13 PM Bug #8739: Range#last と#last(n)で挙動の統一がされていない
- Rejectされているの気づかず、うっかり変更してしまいましたが、revertしますかねぇ。
ただし、net/http/header.rbのように、last(1)[0]と同じモノが欲しいケースはあるのではないかと思います。
r... -
12:17 PM Bug #8739: Range#last と#last(n)で挙動の統一がされていない
- kosaki (Motohiro KOSAKI) wrote:
> だれかが、ギャっと言ったら君主豹変スで態度を変えてrevertすべきなんじゃないですかねえ。
だいたい「ぎゃっ」というのはリリース後な上に、だいたいblogや... -
10:00 AM Bug #8739: Range#last と#last(n)で挙動の統一がされていない
- だれかが、ギャっと言ったら君主豹変スで態度を変えてrevertすべきなんじゃないですかねえ。
-
02:53 AM Bug #8739: Range#last と#last(n)で挙動の統一がされていない
- なんかrubyspecのこけ方がおかしいと思ったのでよく見てみたら、rubyspec自体(=mspec)が
Range#last を ruby_version_is "1.9"..."1.9.3" とかの判定で使っているようで、
... -
02:37 AM Bug #8739 (Assigned): Range#last と#last(n)で挙動の統一がされていない
- 仕様を変えるときは NEWS に書いて下さい。
あと、rdoc もちゃんと追従させて下さい。 -
12:01 AM Bug #8739 (Closed): Range#last と#last(n)で挙動の統一がされていない
- むむ、リビジョン 42400で最後の要素を返す(結果として挙動を揃える非互換な方向の)変更が行われてますね。
これを機会に改めて考えると、終端は「end」メソッドを使うようにして、「last」の挙動は他のEnumerableと揃... -
04:39 PM Bug #8746 (Closed): TestWEBrickCGI#test_cgi fails with mswin64 on English version of Windows
- This issue was solved with changeset r42421.
Usaku, thank you for reporting this issue.
Your contribution to Ruby is ... -
04:39 PM Bug #8746 (Closed): TestWEBrickCGI#test_cgi fails with mswin64 on English version of Windows
- 題名の通り。
-
04:12 PM Bug #8182: XMLRPC request fails with "Wrong size. Was 31564, should be 1501"
- The check should be removed as following:
```diff
diff --git a/lib/xmlrpc/client.rb b/lib/xmlrpc/client.rb
index... -
04:08 PM Misc #8741: email notification on bugs.ruby-lang.org is broken
- I complained about the same a while ago (ruby-core:52371) but nothing changed :/ I also opened ticket for ruby-lang.o...
- 02:12 PM Revision d5ecd17a (git): Add Process.argv0.
- * ruby.c (Process.argv0): New method to return the original value
of $0. [Feature #8696]
git-svn-id: svn+ssh://ci.... - 02:12 PM Revision 34bb945c (git): Add Process.setproctitle().
- * ruby.c (Process.setproctitle): New method to change the title of
the running process that is shown in ps(1). [Fea... -
12:54 PM Bug #8483 (Feedback): SEGV under high concurrency
- Could you provide a reproducible code?
-
12:24 PM Bug #8012 (Assigned): Performance degradation in 2.0.0p0
-
12:23 PM Bug #7847 (Closed): gem release of io-console is broken on Windows
- http://rubygems.org/gems/io-console/versions/0.4.2 is released at February 16, 2013.
-
12:22 PM Bug #7699 (Assigned): rubyspec failed: BigDecimal#divmod Can be reversed with * and +
-
12:20 PM Bug #5703 (Feedback): Ruby 1.9.3p0 segmentation fault (during autoload?)
- Could you provide a reproducible code?
-
11:08 AM Revision fe627397 (git): * bignum.c (rb_big_odd_p): Check the bignum length.
- (rb_big_even_p): Ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42424 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:31 AM Revision ff84827e (git): * bignum.c (dbl2big): A condition simplified.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42423 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:53 AM Feature #8639: Add Queue#each
- \# Please assume
\# @q_buf is current buffer (array) of queue in following example.
\# @q_lock is lock of this Qu... -
09:49 AM Feature #8155: Improve support for streaming responses in WEBrick
- assigning to me per: http://twitter.com/nahi/status/364910788529500160
-
08:21 AM Bug #7965 (Closed): Segmentation fault when running OpenSSL tests
-
07:46 AM Bug #8745 (Closed): Add documentation for RSS::Utils
- This issue was solved with changeset r42415.
Steve, thank you for reporting this issue.
Your contribution to Ruby is ... -
04:07 AM Bug #8745: Add documentation for RSS::Utils
- Sure thing, whatever you think is best :)
I think that since 0 is a special case, we can get away with one level o... -
04:05 AM Bug #8745 (Assigned): Add documentation for RSS::Utils
-
04:05 AM Bug #8745: Add documentation for RSS::Utils
- I like the non-instance_eval example better, it is more clear
-
03:56 AM Bug #8745: Add documentation for RSS::Utils
- I have attached a better patch that explains an edge case of an extra method, as well as fixes indentation for code s...
-
03:31 AM Bug #8745 (Closed): Add documentation for RSS::Utils
- This adds both top-level as well as method-level documentation for RSS::Utils.
- 07:40 AM Revision 0df9d815 (git): * ChangeLog: missed ticket number.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42422 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 07:39 AM Revision d3831282 (git): * test/webrick/test_cgi.rb (TestWEBrickCGI#{start_cgi_server,test_cgi}):
- mswin is not only mswin32 but also mswin64. [Bug #8746]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42421 b2d... -
07:19 AM Revision 382abb75 (git): * cont.c (rb_fiber_start): use RARRAY_RAWPTR() instead of
- RARRAY_PTR() because there is no new reference.
* proc.c (curry): ditto.
* proc.c (rb_proc_call): remove line break.
... -
04:20 AM Revision 8741a397 (git): * random.c (random_load): use RARRAY_RAWPTR() instead of
- RARRAY_PTR() because there is no new reference.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42419 b2dd03c8-3... -
03:59 AM Revision 7a23eb1c (git): * thread.c (thread_start_func_2): use RARRAY_RAWPTR() instead of
- RARRAY_PTR() because there is no new reference.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42418 b2dd03c8-3... -
02:18 AM Bug #8441: /Users/Chandan/.rvm/rubies/ruby-1.9.2-p320/lib/ruby/1.9.1/webrick/utils.rb:132: [BUG] Segmentation fault ruby 1.9.2p320 (2012-04-20 revision 35421) [x86_64-darwin11.4.2]
- It's been a while. Have you been able to reproduce this on 1.9.3? Can you give us the code?
-
02:14 AM Bug #8411: Wrong value returned when arity called on a method created through define_method with default arguments
- On my Ruby 2.0.0 and 2.1.0-dev, I get -1 and -1, so something was fixed somewhere.
-
12:02 AM Revision aa66f59c (git): * string.c: [DOC] Description of rb_str_equal [Fixes GH-375]
- Based on a patch by @markijbema
https://github.com/ruby/ruby/pull/375
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby...
08/06/2013
-
11:59 PM Bug #8744 (Closed): SIZEOF_UNSIGNED___INT128
- 気がついたのですが、config.h で、SIZEOF_UINT128_T の定義として
SIZEOF_UNSIGNED___INT128 が使われるのですが、
定義されないようです。
% grep INT128 .ext/... -
11:32 PM Revision aecd5b67 (git): * ext/openssl/ossl_hmac.c: [DOC] Documentation for OpenSSL::HMAC
- based on a patch by @repah documenting-ruby/ruby#14
https://github.com/documenting-ruby/ruby/pull/14
git-svn-id: ... -
10:46 PM Revision 4a6bc942 (git): * lib/rss/utils.rb: [DOC] RSS::Utils by Steve Klabnik [Bug #8745]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42415 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 10:43 PM Revision 365ae169 (git): * 2013-08-07
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42414 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:43 PM Revision d35596c6 (git): * bignum.c (nlz16): Removed.
- (nlz32): Ditto.
(nlz64): Ditto.
(nlz128): Ditto.
(nlz_int): New function.
(nlz_long): New function.
(nlz_lo... -
10:36 PM Bug #8740 (Closed): Documentation for RSS 1.0 and 2.0
- This issue was solved with changeset r42410.
Steve, thank you for reporting this issue.
Your contribution to Ruby is ... -
02:30 AM Bug #8740: Documentation for RSS 1.0 and 2.0
- Oh no!
Adding this line fixes it:
maker.channel.about = "About my feed."
I must have copied wrong, my apol... -
01:27 AM Bug #8740 (Assigned): Documentation for RSS 1.0 and 2.0
- Thank you Steve!
I've patched RSS::Rss and RSS::Atom, but when I tried the example for RSS::RSS10 I got an RSS::No... -
09:52 PM Feature #8675 (Closed): Add Readline.point=(pos)
- This issue was solved with changeset r42405.
Yui, thank you for reporting this issue.
Your contribution to Ruby is gr... -
09:04 PM Feature #8675: Add Readline.point=(pos)
- 遅くなりましたが、関連するコミット 42146 も見ました。
「Readline.delete_text後にGNU Readlineの仕様そのままだとReadline.pointが削除されたテキストを考慮していない。そのため、tes... -
09:24 PM Bug #8644 (Closed): valgrind error in a readline test
- This issue was solved with changeset r42402.
Akira, thank you for reporting this issue.
Your contribution to Ruby is ... -
09:11 PM Bug #8644: valgrind error in a readline test
- パッチありがとうございます。取り込みます。
-
09:24 PM Bug #8743 (Closed): Inconsistent behaviour calling public_methods on class (Plus documentation slightly ambiguous)
- =begin
= Background
I was trying to identify classes on which a specific class method (def self.xx) was actually ... -
07:19 PM Bug #8676: ruby 2.0 can not require or load the source file with non-ascii path name
There is a new bug from the change.
__FILE__'s encoding is wrong.
In file *ruby.c* and function *load_file_internal*...-
07:11 PM Feature #8693: lambda invoked by yield acts as a proc with respect to return
- Thanks a lot, but I think you forgot to attach the patch.
-
05:09 PM Feature #8693: lambda invoked by yield acts as a proc with respect to return
- Seems fine.
And now matz considers it a bug in the ISO spec.
Attached a proposal for the NEWS and the test. -
05:33 PM Bug #8737: [BUG] Bus Error
- Full backtrace attached.
As it goes for the code I can't, I could try to create an empty rails project and maybe i... -
03:22 AM Bug #8737: [BUG] Bus Error
- Is there any way that you can give some code that makes this happen? Or a full backtrace?
-
04:15 PM Bug #8722 (Closed): Refinements remain active beyond the end of an evaled string
- This issue was solved with changeset r42396.
Charlie, thank you for reporting this issue.
Your contribution to Ruby i... -
01:46 PM Revision 0650ecc3 (git): Typo from r42411
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42412 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:39 PM Revision 0ea2ae13 (git): * time.c: [DOC] Typo in Time overview by @sparr [Fixes GH-374]
- https://github.com/ruby/ruby/pull/374
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42411 b2dd03c8-39d4-4d8f-98... -
01:36 PM Misc #8741: email notification on bugs.ruby-lang.org is broken
- henrikhodne (Henrik Hodne) wrote:
> This is a little hard to debug. What do you mean by "broken"? Do you not receive... -
06:30 AM Misc #8741: email notification on bugs.ruby-lang.org is broken
- This is a little hard to debug. What do you mean by "broken"? Do you not receive them? Do you only receive some? Are ...
-
05:35 AM Misc #8741 (Closed): email notification on bugs.ruby-lang.org is broken
- I don't know where else to report this
-
01:36 PM Revision 4bf737cf (git): * lib/rss/1.0.rb: [DOC] Document RSS110 by Steve Klabnik [Bug #8740]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42410 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:19 PM Revision ead6b6e7 (git): * ext/readline/readline.c (readline_s_delete_text): remove
- checking "$SAFE == 4".
* ext/readline/readline.c: fix rdoc, remove "Raises SecurityError"
and add "Raises NotImple... -
01:07 PM Revision 19efdcee (git): * ext/readline/readline.c, test/readline/test_readline.rb: fix
- indent.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42408 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:59 PM Revision 9deecfc4 (git): range.c: return nil for empty range
- * range.c (range_last): return nil for empty range, or in the case the
predecessor is smaller than the begin. [Bug... -
12:56 PM Revision 814b7b54 (git): * remove trailing spaces.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42406 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:52 PM Revision a78713ce (git): * ext/readline/readline.c (readline_s_set_point, Init_readline):
- add Readline.point=(pos). Patched by naruse. [ruby-dev:47535]
[Feature #8675]
git-svn-id: svn+ssh://ci.ruby-lang.... -
12:38 PM Revision b4e9b0d1 (git): json/add/range.rb: use Range#end
- * ext/json/lib/json/add/range.rb (Range#as_json): use Range#end
instead of Range#last which can be affected by Rang... -
12:38 PM Revision e667aaf4 (git): net/http/header.rb: remove a hack
- * lib/net/http/header.rb (Net::HTTPHeader#set_range): remove a hack
for the bug fixed at [Bug #8739].
git-svn-id: ... -
12:24 PM Revision d2fa5dff (git): * ext/readline/readline.c (Init_readline, readline_s_set_output)
- (clear_rl_outstream, readline_s_set_input, clear_rl_instream)
(readline_readline): fix causing SEGV if closed IO obje... -
11:48 AM Feature #8572: Fiber should be a Enumerable
- I think this is a good idea, and since it's a mere addition, we don't have to worry about compatibility.
Matz.
-
10:42 AM Feature #8738 (Feedback): Integer#single_bit? (Actually Fixnum#single_bit? and Bignum#single_bit?)
- I don't see the use-case of this method. Is there any case that happens so frequently to have build-in method (maybe...
-
10:39 AM Bug #8739 (Rejected): Range#last と#last(n)で挙動の統一がされていない
- 意図したものです。
引数がない時には「終端」が欲しいでしょうし、引数を指定して複数値を取り出す時に、eachで登場しない値を含めるものおかしいと思いました。
仮に変えるとして「どちらかに揃える」ことを希望されるならば、どち... -
10:09 AM Bug #8724: MinGW: ConverterNotFoundError test failure
- This issue was solved with changeset r42383.
-
10:07 AM Bug #8742 (Rejected): JSON.parse can not handle tab in string
- The following JSON file:
----
{
"I am tab": " "
}
----
does not parse when running the script:
----
requir... -
08:59 AM Revision b7bc4706 (git): * vm_insnhelper.c (vm_push_frame): change type of stack_max to size_t.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42401 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:42 AM Revision 2743b0d6 (git): range.c: consider exclusive
- * range.c (range_last): exclude the last number of the exclusive range
if the end is Numeric. [ruby-dev:47587] [Bu... -
08:42 AM Revision b0391268 (git): win32.c: fix conversion
- * win32/win32.c (rb_w32_conv_from_wchar): converted string to CP_UTF8
should have UTF-8 encoding. otherwise no con... -
08:33 AM Revision 22468a4f (git): * vm_insnhelper.c (vm_push_frame): fix stack overflow check codes.
- Stack overflow check should be done *after* pushing a stack frame.
However, some stack overflow checking codes chec... -
08:02 AM Revision 8ea8dfd8 (git): win32.c: conversion from WCHAR
- * win32/win32.c (rb_w32_conv_from_wchar): use WideCharToMultiByte(),
as like as mbstr_to_wstr(), in the first step ... -
07:15 AM Revision d6228183 (git): * vm_eval.c (eval_string_with_cref): copy cref to limit the scope of
- refienements in the eval string. [ruby-core:56329] [Bug #8722]
* test/ruby/test_refinement.rb: related test.
git-sv... -
07:04 AM Revision c837fe40 (git): string.c: fix typo
- * string.c (rb_str_ellipsize): [DOC] fix typo, "encoding" instead of
"encoded" which is probably a slip of the auto... -
05:12 AM Revision 42bd9510 (git): win32.c: supprss warning
- * win32/win32.c (rb_w32_system_tmpdir): supprss a sign-compare
warning.
git-svn-id: svn+ssh://ci.ruby-lang.org/rub... -
04:12 AM Bug #8581 (Rejected): URI.parse can't parse URI: (URI::InvalidURIError) "bad URI(is not URI?
-
03:18 AM Bug #8581: URI.parse can't parse URI: (URI::InvalidURIError) "bad URI(is not URI?
- That is correct.
I believe this should be closed. -
03:51 AM Bug #8409: Having issues compiling 2.0.0 p195
- I have attached a patch that disallows --prefix set to `pwd`, but I am not an autoconf master. It works for me, but I...
-
03:33 AM Revision ba3ec382 (git): [DOC] refine a call seq.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42393 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:26 AM Revision 25336fa7 (git): * bignum.c (rb_big_realloc): Use VALGRIND_MAKE_MEM_UNDEFINED to
- declare undefined memory area.
(bignew_1): Ditto.
* internal.h (VALGRIND_MAKE_MEM_DEFINED): Moved from gc.c
(VAL... -
03:16 AM Bug #8124: gem fails to install valid gems
- I believe both of these errors happen when there are network problems of some kind, but haven't been able to reproduc...
-
03:11 AM Bug #7425: Execute a script by active record, the console is crash.
- It's been 8 months since some extra feedback was asked for, is there any way we can get this information?
-
03:10 AM Bug #7898: Ruby tells me to report this bug
- Ping! Any chance of getting the first half of that log? Is this still a problem?
-
03:09 AM Bug #7089: Rails server refuses to start
- Luis asked for some feedback almost a year ago, is this still an issue? Any chance you can get the info he asked for?
-
03:08 AM Bug #6839: 1.9.3p194 [BUG] Segmentation fault
- It's been quite a long time for this bug. Has it been tried on a newer Ruby? Is there any way to get a full reproduct...
-
02:44 AM Bug #7977: rails 4 crashes ruby 2.0 on Solaris
- John, can you get a small reproduction of some kind to help ngoto? It's been five months.
-
01:42 AM Bug #8550 (Closed): On Windows Process.spawn 'command', 'arg1', 'arg2', ... evals the arguments
- This issue was solved with changeset r42391.
Maurizio, thank you for reporting this issue.
Your contribution to Ruby ... -
12:14 AM Bug #8550: On Windows Process.spawn 'command', 'arg1', 'arg2', ... evals the arguments
- I've attached a patch for the RDOC, what do you think?
-
12:51 AM Bug #7676: Comparison of Float::NAN in array behaves unexpectedly
- I would be happy to write a documentation patch for this if Matz can confirm which behavior is correct.
08/05/2013
-
11:55 PM Bug #8740 (Closed): Documentation for RSS 1.0 and 2.0
- As well as a tiny fix for atom.
-
11:22 PM Bug #8739 (Closed): Range#last と#last(n)で挙動の統一がされていない
- Range#lastは終端を返しますが、#last(n)は最後の要素を返します。
引数の有無で挙動が異なるのは意図したものでしょうか?
意図したものであれば、返す値を終端か要素どちらかに挙動を統一出来ないでしょうか。
#終端... -
11:17 PM Feature #8738: Integer#single_bit? (Actually Fixnum#single_bit? and Bignum#single_bit?)
- Regarding the naming, I find
8.single_bit? # => true
a little strange (that's 4 bits), power_of_2?/power_of_... -
10:03 PM Feature #8738 (Rejected): Integer#single_bit? (Actually Fixnum#single_bit? and Bignum#single_bit?)
- How about a new method Integer#single_bit?
(Actually Fixnum#single_bit? and Bignum#single_bit?)
n.single_bit? ret... -
10:49 PM Feature #8693: lambda invoked by yield acts as a proc with respect to return
- I agree with the proposal, so I've attached a patch.
With this patch:
* yield invokes lambda as a lambda block
*... -
05:50 PM Feature #8693: lambda invoked by yield acts as a proc with respect to return
- We discussed about the issue, and concluded the OP's intuition is natural.
So we seriously consider changing the beh... -
01:16 PM Feature #8693: lambda invoked by yield acts as a proc with respect to return
- mame (Yusuke Endoh) wrote:
>
> A better reason is often required to change a spec and/or behavior.
You and other... -
12:32 PM Feature #8693 (Assigned): lambda invoked by yield acts as a proc with respect to return
-
09:57 AM Feature #8693: lambda invoked by yield acts as a proc with respect to return
- rits (First Last) wrote:
> A "plain block" that "checks arguments" is an oxymoron. Obviously such a thing should no... -
04:19 AM Feature #8693: lambda invoked by yield acts as a proc with respect to return
- mame (Yusuke Endoh) wrote:
> My guess:
>
> * yield invokes any block as a plain block
> * lambda block always ch... -
09:52 PM Bug #8737 (Third Party's Issue): [BUG] Bus Error
- When running rspec spec/<spec_file> from time to time I get this error:
/Users/n/.rvm/gems/ruby-2.0.0-p247@<gemset... -
09:50 PM Feature #8658: Process.clock_gettime
- I updated the patch for Process.clock_gettime.
The patch, clock_gettime-4.patch, supports gettimeofday() and time(),... -
09:48 PM Feature #8700: Integer#bitsize (actually Fixnum#bitsize and Bignum#bitsize)
- I updated the patch because I change the method name to bit_length.
(I added an under score.)
-
05:38 PM Bug #8733 (Closed): miniruby always reports warnings when writing to console on Windows
- This issue was solved with changeset r42385.
Usaku, thank you for reporting this issue.
Your contribution to Ruby is ... -
05:38 PM Bug #8733: miniruby always reports warnings when writing to console on Windows
- クロスコンパイルとかck.exe上からとかしかビルドしてませんでした(ドヤ)。
-
03:26 PM Bug #8733 (Closed): miniruby always reports warnings when writing to console on Windows
- =begin
しばらく前になかださんが組み込みエンコーディング周りをいじってからというもの、
以下のような警告が出るようになりました。
C:\ruby> miniruby -e "p ''"
-e:1: warning... -
04:42 PM Revision 0bd6f36a (git): * process.c: [DOC] Document caveats of command form of Process.spawn
- with regard to the shell and OS. Patched by Steve Klabnik [Bug #8550]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/t... -
04:29 PM Revision e171d499 (git): * lib/rss/0.9.rb: [DOC] Typo in example [Bug #8732]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42390 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:25 PM Revision a8996069 (git): * 2013-08-06
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42389 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:25 PM Revision 196d348a (git): * lib/rss/2.0.rb: [DOC] Document RSS::Rss by Steve Klabnik #8740
- * lib/rss/atom.rb: [DOC] Typo in rdoc by Steve Klabnik
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42388 b2dd... -
04:22 PM Feature #8734 (Closed): irbに複数行履歴機能が欲しい
- 現在のirbはクラス定義やメソッド定義のような複数行にわたるものを書くと、
実行結果は閉じるまで返ってこないのに、履歴は一行ごとにバラバラになってしまい、とても不便です。
なので、zshのように、複数行をまとめて履歴として扱えるよ... -
03:23 PM Feature #8696: Process.setproctitle
- At Sun, 4 Aug 2013 10:01:31 +0900,
KOSAKI Motohiro wrote:
>
> 2013/7/30 knu (Akinori MUSHA) <[email protected]... -
02:50 PM Revision 2ae634f2 (git): * bignum.c: Rename local variables.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42387 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:25 PM Revision f089ea1c (git): * vm_trace.c: [DOC] Fix TracePoint return values in examples
- Based on a patch by @sho-h [Fixes GH-373]
https://github.com/ruby/ruby/pull/373
git-svn-id: svn+ssh://ci.ruby-lan... -
08:53 AM Feature #7106: FileUtils.touch should allow touching the symlink itself rather than the file the link points to
- Can you just write a gem?
-
08:38 AM Revision 8d564597 (git): win32.c: conversion to WCHAR
- * win32/win32.c (rb_w32_write_console): use MultiByteToWideChar() for
the last step of conversion to WCHAR, to get ... -
08:33 AM Revision 0f6cd1bb (git): win32.c: fix wrong trimming
- * win32/win32.c (wstr_to_mbstr, mbstr_to_wstr): fix wrong trimming.
WideCharToMultiByte() and MultiByteToWideChar()... -
08:32 AM Revision db95dfbc (git): test_econv.rb: assert_separately
- * test/ruby/test_econv.rb (test_default_external): use
assert_separately for clearer messages.
git-svn-id: svn+ssh... -
05:02 AM Revision 750b52f4 (git): fix typos
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42382 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:22 AM Bug #8720 (Rejected): ECB mode seems to be broken
- =begin
Hi Ben,
thanks for caring! But it's not really a bug of Ruby OpenSSL, the problem is that unfortunately t... -
03:58 AM Bug #8732 (Closed): Docs for rss/0.9.rb
- This issue was solved with changeset r42378.
Steve, thank you for reporting this issue.
Your contribution to Ruby is ... -
03:52 AM Bug #8732 (Closed): Docs for rss/0.9.rb
- I wrote some top-level documentation for the 0.9 support of RSS.
-
03:37 AM Bug #8685 (Closed): Problems of the example of REXM::Attribute#namespace
- This issue was solved with changeset r42376.
Ippei, thank you for reporting this issue.
Your contribution to Ruby is ... -
03:32 AM Bug #8729 (Rejected): Fix character literals in documentation
- This is a bug in RDOc, thank you for your patch but I cannot accept it.
- 02:51 AM Revision ac93b284 (git): * include/ruby/encoding.h: document which user flags are used by
- ENCODING_MASK for better greppability
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42381 b2dd03c8-39d4-4d8f-98f... - 01:02 AM Revision 5e98991f (git): * object.c (rb_class_inherited_p): allow iclasses to be tested for
- inheritance. [Bug #8686] [ruby-core:56174]
* test/ruby/test_method.rb: add test
git-svn-id: svn+ssh://ci.ruby-lang....
08/04/2013
-
10:20 PM Feature #8126: OpenSSL::SSL::SSLSocket does not define #recv and #send messages
- I don't know how @postmodern but I miss the getpeername the most.
-
09:49 PM Feature #8693: lambda invoked by yield acts as a proc with respect to return
- My guess:
* yield invokes any block as a plain block
* lambda block always checks the arguments
Anyway, I don'... -
06:42 PM Feature #8693: lambda invoked by yield acts as a proc with respect to return
- @rits: i plan to stop commenting on this thread and hope that Matz or someone else will provide and authoritative exp...
-
02:28 PM Feature #8693: lambda invoked by yield acts as a proc with respect to return
- @Alexey: The OP complaint is a spec. But in the discussion (which I thoroughly read only upon
your reminder), differ... -
06:23 AM Feature #8693: lambda invoked by yield acts as a proc with respect to return
- alexeymuranov (Alexey Muranov) wrote:
>
> I agree it would be nice if Matz clarified the issue.
>
> rits (Fir... -
04:25 AM Feature #8693: lambda invoked by yield acts as a proc with respect to return
- I agree it would be nice if Matz clarified the issue.
rits (First Last) wrote:
>
> This notion that & somehow e... -
03:00 AM Feature #8693: lambda invoked by yield acts as a proc with respect to return
- nobu (Nobuyoshi Nakada) wrote:
> Then it's a bug in that book.
What exactly are you claiming is a bug in the boo... -
02:48 AM Feature #8693: lambda invoked by yield acts as a proc with respect to return
- boris_stitnicky (Boris Stitnicky) wrote:
> @Alexey: It's spec. As soon as you unpack the block with the pretzel, it ... -
02:20 AM Feature #8693: lambda invoked by yield acts as a proc with respect to return
- Maybe this is related to #8622?
-
12:41 AM Feature #8693: lambda invoked by yield acts as a proc with respect to return
- Then it's a bug in that book.
-
09:15 PM Revision b649592c (git): * enumerator.c: [DOC] Remove reference to Enumerator::Lazy#cycle
- Patch by @kachick [Fixes GH-372]
https://github.com/ruby/ruby/pull/372
git-svn-id: svn+ssh://ci.ruby-lang.org/rub... -
06:58 PM Revision 9fe55c12 (git): * lib/rss/0.9.rb: [DOC] Document RSS09 by Steve Klabnik [Bug #8732]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42378 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 06:37 PM Revision d1579219 (git): * 2013-08-05
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42377 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:37 PM Revision e730b1aa (git): * lib/rexml/attribute.rb: [DOC] Update example for #namespace
- Patch by Ippei Obayashi [Bug #8685] [ruby-core:56173]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42376 b2dd0... -
06:01 PM Bug #8731 (Closed): Problems when parsing notation decl and entity decl with REXML::Parsers::SAX2Parser
- 以下のコード(sax2parser_decl_error.rb)を実行すると例外が発生します。
require 'rexml/parsers/sax2parser'
require 'rexml/sax2listener'... -
01:42 PM Revision c632c925 (git): merge revision(s) 40001: [Backport #8109]
- * win32/win32.c (wrename): use MoveFileExW instead of MoveFileW,
because the latter fails on cross device f... -
12:24 PM Revision 07e3b30c (git): * array.c (rb_ary_zip): performance implement by using
- ALLOCA_N() to allocate tmp buffer.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42374 b2dd03c8-39d4-4d8f-98ff-8... -
12:21 PM Revision 9a37bfce (git): * version.h: increment patchlevel for r42370.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@42373 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:23 AM Feature #8726: Class#source_location
- 2013/8/3 Nobuyoshi Nakada <[email protected]>:
> (13/08/04 6:33), KOSAKI Motohiro wrote:
>>> なるせさん、わたし、あのバックトレー... -
10:23 AM Feature #8726: Class#source_location
- (13/08/04 6:33), KOSAKI Motohiro wrote:
>> なるせさん、わたし、あのバックトレースの整形処理がイマイチ理解できんのだが、
>> あれはどういう処理を意図してるの。
>
> ... -
06:53 AM Feature #8726: Class#source_location
- > なるせさん、わたし、あのバックトレースの整形処理がイマイチ理解できんのだが、
> あれはどういう処理を意図してるの。
printfデバッグした感じだと
(bt = e.backtrace).r... -
05:59 AM Feature #8726: Class#source_location
- > Classオブジェクトが生成された場所を返す Class#source_location メソッドの実装を希望いたします。
>
> これによって解決される問題の例としては、Timeout::timeout が無名の例外クラスオ... -
03:02 AM Feature #8726: Class#source_location
- naruse (Yui NARUSE) wrote:
> ユースケースがtimeoutだけなのでしたら、一般化したsource_locationではなく、
> その無名クラスオブジェクトに作成時のcallerを返す特異メソッドをつ... -
02:34 AM Feature #8726: Class#source_location
- ユースケースがtimeoutだけなのでしたら、一般化したsource_locationではなく、
その無名クラスオブジェクトに作成時のcallerを返す特異メソッドをつけた方が早くありませんか。 -
10:44 AM Bug #8730 (Rejected): "rescue Exception" rescues Timeout::ExitException
- Exception全体をrescueして握り潰しているのがバグでしょう。
-
09:47 AM Bug #8730 (Rejected): "rescue Exception" rescues Timeout::ExitException
- =begin
Timeout.timeout ブロック内で rescue Exception によって例外を捕捉している箇所があると、
タイムアウト処理が内部的に利用している Timeout::ExitException クラスの... -
10:23 AM Feature #8696: Process.setproctitle
- 2013/7/30 knu (Akinori MUSHA) <[email protected]>:
>
> Issue #8696 has been updated by knu (Akinori MUSHA).
>
... -
08:57 AM Bug #8716 (Assigned): segmation fault 正規表現で大量のグループを利用時
- regexec.c:match_at()で呼ばれるSTACK_INITがサイズを考慮せずにxallocaしているため、スタックオーバーフローしています。
-
07:44 AM Bug #8729 (Rejected): Fix character literals in documentation
- =begin
(('('))This is my first ever patch to Ruby, tried to follow ((<this guide|URL:http://documenting-ruby.org/ste... -
06:53 AM Bug #8728 (Closed): strio_substr can put invalid pointer into substring
- This issue was solved with changeset r42366.
Charles, thank you for reporting this issue.
Your contribution to Ruby i... -
06:43 AM Bug #8728: strio_substr can put invalid pointer into substring
- I will go ahead and fix this with an empty string.
-
06:30 AM Bug #8728 (Closed): strio_substr can put invalid pointer into substring
- There's a bug in strio_substr when reading a zero-length string from a StringIO when the position is past the end of ...
-
05:25 AM Bug #8159 (Closed): Build failure introduced by Rinda changes
- issue shown here no longer present in CI.
Thank you. -
05:23 AM Bug #5954 (Rejected): IO.read_nonblock on IO.pipe generates Errno::EBADF (MinGW)
- Thank you nobu, this is a platform limitation then.
-
02:46 AM Feature #3753 (Assigned): value of def-expr
-
01:31 AM Revision 0d5ec8a3 (git): * ext/tk/extconf.rb: Don't add "-ltk -ltcl" for MacOSX frameworks, because they may link improper libraries.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42372 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 01:30 AM Revision 95462cb0 (git): * 2013-08-04
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@42371 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:30 AM Revision 317effe3 (git): * ext/tk/extconf.rb: Default search_versions are set 8.5 and 8.4 only. At present, Tcl/Tk8.6 is not supported.
- * ext/tk/extconf.rb: Fix typo. [ruby-core:56084] [Bug #8656]
* ext/tk/extconf.rb: Don't add "-ltk -ltcl" for MacOSX f... - 01:21 AM Revision 808e6b1f (git): * 2013-08-04
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@42369 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:21 AM Revision 3eb55f28 (git): * ext/tk/extconf.rb: Default search_versions are set 8.5 and 8.4 only. At present, Tcl/Tk8.6 is not supported.
- * ext/tk/extconf.rb: Fix typo. [ruby-core:56084] [Bug #8656]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/r...
08/03/2013
-
11:11 PM Bug #8715 (Closed): openssl mkmf.log filled with other data
- Hello,
I'd backported r40080 and r40081 to ruby_2_0_0.
-
10:51 PM Bug #8702: POSTLINK fails in test/mkmf/test_framework.rb although RUBY_CODESIGN is given
- Backported to ruby_2_0_0 at r42358.
-
10:33 PM Bug #8716 (Feedback): segmation fault 正規表現で大量のグループを利用時
- Backport200 は 2.0.0 ブランチへのバックポートチケット用ですので一旦 ruby-trunk へ移動します。
なお手元では trunk でも 2.0.0 でも再現しませんでした。
SEGV 発生時のバックトレー... -
10:15 PM Revision 3cd16b43 (git): * README.EXT, README.EXT.ja: Mention rb_integer_pack and
- rb_integer_unpack.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42367 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:56 PM Feature #8726: Class#source_location
- 関連して、無名クラスオブジェクトのto_s の結果として、`"#<Class:0x007f956336abc8>"` のような文字列ではなく、
Class#source_location で得られる情報を付加すれば、様々な利便性の向... -
09:54 PM Feature #8726 (Rejected): Class#source_location
- Classオブジェクトが生成された場所を返す Class#source_location メソッドの実装を希望いたします。
これによって解決される問題の例としては、Timeout::timeout が無名の例外クラスオブジェクト... -
09:53 PM Revision 7974fe6a (git): * ext/stringio/stringio.c (strio_substr): Trivial fix for invalid
- pointer when len = 0 and pos outside of string. Bug #8728.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42366 b... -
07:59 PM Feature #8723: Array.any? predicate returns true for empty array.
- =========
"Do you agree at least that you initial proposal with assigning false to [].all?{...} was unreasonable?"... -
05:29 PM Feature #8723: Array.any? predicate returns true for empty array.
- Some more explanation reading on the subject - and reasons for this:
http://en.m.wikipedia.org/wiki/Universal_quant... -
05:23 PM Feature #8723: Array.any? predicate returns true for empty array.
- On 2013/08/03 15:40, nurettin (Nurettin Onur TUGCU) wrote:
>
> Issue #8723 has been updated by nurettin (Nuretti... -
04:09 PM Feature #8723: Array.any? predicate returns true for empty array.
- Nurettin, what would be a benefit of introducing this exception to a simple rule? You propose to make the truth valu...
-
03:40 PM Feature #8723: Array.any? predicate returns true for empty array.
- I find I need to address all the questions
=============
"If enum is empty, there is in fact *none* element wh... -
02:23 PM Feature #8723: Array.any? predicate returns true for empty array.
- Several explanations for the correctness of how Ruby currently works
have already been given. Here's one more:
... -
06:23 AM Feature #8723: Array.any? predicate returns true for empty array.
- Just for fun...
# true regardless of whether [].all? returns true or false
[].all? { |x| predicate(x) } == []... -
05:22 AM Feature #8723: Array.any? predicate returns true for empty array.
- nurettin (Nurettin Onur TUGCU) wrote:
> Yes, I meant for .all? (wasn't able to edit) and the behavior is correct acco... -
12:40 AM Feature #8723 (Rejected): Array.any? predicate returns true for empty array.
- One way to see it is
enum.all? { |e| predicate(e) } == !enum.any? { |e| !predicate(e) }
And it seems logica... -
07:42 PM Feature #8693: lambda invoked by yield acts as a proc with respect to return
- @Boris, this is what i thought first, but rits demonstrated that lambda is not forgotten. So it looks like some opti...
-
07:15 PM Feature #8693: lambda invoked by yield acts as a proc with respect to return
- @Alexey: It's spec. As soon as you unpack the block with the pretzel, it forgets about its lambda-ness. If you wish t...
-
07:30 PM Bug #8348: ruby hangs randomly in daemonized processes on Debian GNU/kFreeBSD
- I've run test myself for 67 times and none of them finished unsuccessfully.
-
04:58 PM Revision 5a13ad03 (git): * bignum.c (BARY_TRUNC): New macro.
- (bary_cmp): Use BARY_TRUNC.
(bary_mul_toom3): Ditto.
(bary_divmod): Ditto.
(abs2twocomp): Ditto.
(bigfixize):... -
04:01 PM Revision 092511ba (git): * bignum.c (big2str_karatsuba): Don't allocate new temporary buffer
- if the buffer is enough for current invocation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42364 b2dd03c8-3... -
03:41 PM Revision b3be3c29 (git): bignum.c: suppress warnings
- * bignum.c (power_cache_get_power): declare as inline before call to
suppress warnings from gcc 4.2.
git-svn-id: s... - 03:26 PM Revision cb516087 (git): * 2013-08-04
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42362 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:26 PM Revision 606a03dc (git): * bignum.c (bary2bdigitdbl): New function.
- (bdigitdbl2bary): Ditto.
(bary_mul_single): Use bdigitdbl2bary.
(power_cache_get_power): Ditto.
(bary_divmod): ... -
02:20 PM Revision f12ef626 (git): * bignum.c: The branch condition of selecting multiplication
- algorighms should check smaller argument because Karatsuba and Toom3
is effective only if both arguments are big.
... -
02:08 PM Revision 5be2e8eb (git): merge revision(s) 40080,40081: [Backport #8209]
- * ext/extmk.rb (extmake): Use Logging.open to switch stdout and
stderr. Delay Logging::log_close until the... -
01:50 PM Revision 83466682 (git): merge revision(s) 42223: [Backport #8702]
- * lib/mkmf.rb (xsystem): expand environment variable in all macros not
expanded with RbConfig. [Bug #8702]... -
01:44 PM Revision ab660694 (git): merge revision(s) 41777,41779: [Backport #8593]
- * lib/mkmf.rb (have_framework): allow header file to check.
[ruby-core:55745] [Bug #8593]
git-svn-id: svn... -
01:27 PM Revision f858cd8a (git): * bignum.c (big2str_orig): Receive the number to stringize as
- BDIGIT array and size.
(big2str_karatsuba): Receive the number to stringize as BDIGIT array
and size. Use an tem... -
01:27 PM Revision a1525108 (git): merge revision(s) 42271: [Backport #8713]
- * lib/uri/common.rb (URI.decode_www_form_component):
Don't raise error when str includes multibyte characte... -
12:23 PM Revision dfe7399a (git): Add missing require
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42354 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:47 AM Revision 65fcd2e7 (git): merge revision(s) 42322:
- nmake doesn't out put targets
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@42353 b2dd03c8-39d4-4d... -
09:31 AM Feature #8264 (Closed): define struct under the given namespace
- This issue was solved with changeset r42348.
Nobuyoshi, thank you for reporting this issue.
Your contribution to Ruby... -
07:57 AM Revision e34fac64 (git): Fix test failure to follow r42347 ref #3753
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42352 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:57 AM Feature #3753 (Closed): value of def-expr
- This issue was solved with changeset r42347.
Usaku, thank you for reporting this issue.
Your contribution to Ruby is ... -
12:04 AM Feature #3753 (Assigned): value of def-expr
- =begin
``define_method()'' と書かれると迷いが生じるんですが、Module#define_method が意図されていたということでいいんでしょうか?
で、あれば、こんなもんかと思うんですが、こちらはまだ... -
04:56 AM Feature #8725 (Feedback): Possibility to get a signal handler without changing it
- in Perl
$xxxHandler = $SIG{XXX}
in Ruby it could be
xxxHandler = trap 'XXX'
-
04:40 AM Bug #8724 (Closed): MinGW: ConverterNotFoundError test failure
- =begin
Hello,
The following test is causing a failure on Windows CI environment (MinGW) both x86 and x64:
T... -
04:32 AM Revision 36c89c48 (git): * bignum.c (MAX_BASE36_POWER_TABLE_ENTRIES): Renamed from
- MAX_BIG2STR_TABLE_ENTRIES.
(base36_power_cache): Renamed from big2str_power_cache.
(base36_numdigits_cache): Rena... -
01:33 AM Revision 6660c5fb (git): parse.y: no reduction with 1
- * parse.y (parser_set_integer_literal): use rb_rational_raw1() for
integral rational because no reduction is needed... -
12:46 AM Revision 4c009414 (git): etc.c: encodings
- * ext/etc/etc.c (setup_passwd, setup_group): set proper encodings to
string members.
git-svn-id: svn+ssh://ci.ruby... -
12:31 AM Revision 042e5013 (git): struct.c: rb_struct_define_under
- * struct.c (rb_struct_define_under): new function to define Struct
under the given namespace, not under Struct. [F...
08/02/2013
-
11:58 PM Feature #3753 (Closed): value of def-expr
- This issue was solved with changeset r42337.
Usaku, thank you for reporting this issue.
Your contribution to Ruby is ... - 09:57 PM Revision ccd5c3dd (git): * parse.y (value_expr_gen): now NODE_DEFN and NODE_DEFS are not void
- value expressions. get rid of wrong warning with -w, and make to
pass tests with chkbuild. ref. [Feature #3753]
... -
09:50 PM Revision 2b9dbb3e (git): ChangeLog: fix typo
- * ChangeLog: fix typo in r42335, "Appry" -> "Apply".
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42346 b2dd03c... -
09:42 PM Feature #8723: Array.any? predicate returns true for empty array.
- Yes, I meant for .all? (wasn't able to edit) and the behavior is correct according to docs, and incorrect according t...
-
09:35 PM Feature #8723 (Feedback): Array.any? predicate returns true for empty array.
- Which version do you use? Please add your `ruby -v`.
irb for ruby 2.0.0 r36395
> [].any? { true }
=> false
I ... -
08:38 PM Feature #8723 (Rejected): Array.any? predicate returns true for empty array.
- Are all your children redheaded?
Would this be true if you have no children?
I have no children, therefore none of ... -
08:49 PM Bug #8664: open ssl not_before failure on small set of certificates
- Backported to ruby_1_9_3 at r42328.
-
08:40 PM Bug #8669: outbuf can be "temporarily" locked forever in IO#read
- Backported to ruby_1_9_3 at r42327.
-
08:31 PM Bug #8687: mathn and round causes an segmentationfault
- Backported to ruby_1_9_3 at r42326.
-
08:00 PM Feature #8714: Non-interpolated regular expression literal
- phluid61 (Matthew Kerwin) wrote:
> That's only partly true. # only need be escaped when it is followed by $, @ or {... -
08:42 AM Feature #8714: Non-interpolated regular expression literal
- drbrain (Eric Hodel) wrote:
> What ruby version are you using? It works for me.
Ah, sorry, that was ruby 2.0.0p0 ... -
04:44 AM Feature #8714: Non-interpolated regular expression literal
- phluid61 (Matthew Kerwin) wrote:
> > %r{#$} works too.
>
> irb(main):004:0> %r{#$}
> SyntaxError: (irb):4: s... -
07:24 PM Revision be5a436f (git): * doc/syntax/refinements.rdoc: Remove mention of instance_eval and
- module_eval from scope section per:
http://twitter.com/shugomaeda/status/363219951336693761
git-svn-id: svn+ssh:/... -
06:49 PM Feature #8663: Officialy alias ArgumentError to ArgError
- boris_stitnicky (Boris Stitnicky) wrote:
> Yes, but one of those characters is 'm'!
Anything in particular that's... -
11:26 AM Feature #8663: Officialy alias ArgumentError to ArgError
- Yes, but one of those characters is 'm'!
-
05:56 PM Bug #8722 (Closed): Refinements remain active beyond the end of an evaled string
- =begin
The [[RefinementsSpec]] states:
"When main.using is invoked in a string given as the first argument of K... -
05:35 PM Bug #8348: ruby hangs randomly in daemonized processes on Debian GNU/kFreeBSD
- JoeKun, can you retest it with the latest Sid (eglibc >= 2.17-91)? It has new implementation of libpthreads, which ha...
-
05:24 PM Revision 04cf3fa3 (git): * bignum.c (big2str_orig): Refactored.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42344 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:52 PM Feature #8693: lambda invoked by yield acts as a proc with respect to return
- boris_stitnicky (Boris Stitnicky) wrote:
> +1 to nobu
Boris, can you explain, please? -
11:28 AM Feature #8693: lambda invoked by yield acts as a proc with respect to return
- +1 to nobu
-
06:43 AM Feature #8693: lambda invoked by yield acts as a proc with respect to return
- I don't know. I could imagine that yielding to the lambda "converted to block" could try to return from the method f...
-
06:14 AM Feature #8693: lambda invoked by yield acts as a proc with respect to return
- alexeymuranov (Alexey Muranov) wrote:
> This looks strange to me too. Also this:
>
> ~~~ruby
> def y; yield end... -
04:47 AM Feature #8693: lambda invoked by yield acts as a proc with respect to return
- This looks strange to me too. Also this:
~~~ruby
def y; yield end
L = lambda{return 0}
def f; y &lambda{retu... -
03:58 AM Feature #8693: lambda invoked by yield acts as a proc with respect to return
- nobu (Nobuyoshi Nakada) wrote:
> `return' always returns from the enclosing method.
That is not true, and so by d... -
04:42 PM Revision 81f42c75 (git): * bignum.c (big2str_orig): Rename a local variable.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42343 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:29 PM Bug #8721 (Rejected): require digest.so on OSX
- =begin
trying to compile as much as possible static ruby on OSX, so far I got quite close with:
LDFLAGS=-Bstatic... -
04:22 PM Revision d0741fdf (git): * bignum.c (bigadd_core): Removed.
- (bigadd): Use bary_add instead of bigadd_core.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42342 b2dd03c8-39... -
03:59 PM Bug #8719: r42096 make bm_app_factorial.rb slow
- 2013年8月2日 12:30 Tanaka Akira <[email protected]>:
> 2013/8/2 authorNari (Narihiro Nakamura) <[email protected]>:
>... -
12:53 PM Bug #8719: r42096 make bm_app_factorial.rb slow
- 2013/8/2 authorNari (Narihiro Nakamura) <[email protected]>:
> Bug #8719: r42096 make bm_app_factorial.rb slow
... -
12:28 PM Bug #8719 (Closed): r42096 make bm_app_factorial.rb slow
- This issue was solved with changeset r42324.
Narihiro, thank you for reporting this issue.
Your contribution to Ruby ... -
10:16 AM Bug #8719 (Closed): r42096 make bm_app_factorial.rb slow
- r42096 のコミットでbm_app_factorial.rbがかなり遅くなるようです。
しょうがないということでしたらrejectしてください。
とりあえずご報告までということで。
% time ./miniruby -... -
03:55 PM Revision ebbaec96 (git): * bignum.c (rb_big2str1): Simplify power_level calculation.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42341 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:36 PM Revision 633fd55c (git): * array.c (rb_ary_zip): use rb_ary_new2() to create buffer
- if rb_block_arity() > 1.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42340 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 03:13 PM Revision f5c00c14 (git): * 2013-08-03
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42339 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:13 PM Revision 038596b6 (git): * NEWS: Add the description that IO#seek supports SEEK_DATA
- and SEEK_HOLE.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42338 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 02:58 PM Revision 0f0b60ea (git): * vm.c (m_core_define_method, m_core_define_singleton_method): now
- the value of def-expr is the Symbol of the name of the method, not
nil.
ref. [ruby-dev:42151] [Feature #3753]
* ... -
02:56 PM Revision 5339293f (git): * array.c (rb_ary_zip): performance improvement by avoiding
- array creation if rb_block_arity() > 1.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42336 b2dd03c8-39d4-4d8f-9... -
02:53 PM Revision 54c3b1ba (git): * bignum.c (power_cache_get_power): Appry bigtrunc to the result of
- bigsq.
(big2str_karatsuba): Fix number of leading zero characters.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/t... -
02:48 PM Revision 7c9a3d19 (git): parse.y: calculate powers of ten
- * parse.y (parser_yylex): calculate denominator directly as powers of
ten, not parsing string.
git-svn-id: svn+ssh... -
02:24 PM Revision 0eab2b46 (git): parse.y: ripper for new literals
- * parse.y (ripper_validate_object): ripper support for new literals,
tRATIONAL and tIMAGINARY.
git-svn-id: svn+ssh... -
02:14 PM Revision 2f57e806 (git): parse.y: parse precisely
- * parse.y (parser_number_literal_suffix): return bit set of found
suffixes.
* parse.y (parser_set_number_literal, p... -
02:14 PM Revision e176b8e1 (git): parse.y: simplify numerics
- * parse.y (simple_numeric): integrate numeric literals and simplify
numeric rules.
git-svn-id: svn+ssh://ci.ruby-... -
02:13 PM Revision 856a9afb (git): eventids2.c: new literals
- * ext/ripper/eventids2.c (ripper_init_eventids2): ripper support for
new literals, tRATIONAL and tIMAGINARY.
git-... -
02:10 PM Revision ba95b978 (git): bignum.c: suppress a warning
- * bignum.c (rb_cstr_to_inum): remove set but unused variable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@423... -
01:45 PM Bug #8720 (Closed): ECB mode seems to be broken
- The reporting on this is partially from someone else's work that I found in a gist on github:
https://gist.github.co... - 11:49 AM Revision e1e4ed4a (git): merge revision(s) 42126: [Backport #8664]
- * ext/openssl/ossl_asn1.c (asn1time_to_time): Implement YYMMDDhhmmZ
format for ASN.1 UTCTime. [ruby-trunk... - 11:39 AM Revision c44ba832 (git): merge revision(s) 42212,42214: [Backport #8669]
- * string.c: add internal API rb_str_locktmp_ensure().
* io.c (io_fread): use rb_str_locktmp_ensure().
... - 11:30 AM Revision b13edd51 (git): merge revision(s) 42178: [Backport #8687]
- * rational.c (f_round_common): Rational is expected to be returned by
Rational#*, but mathn.rb breaks that ... -
10:49 AM Bug #8718 (Closed): unary minus with literal suffix of Rational/Complex
- Duplicate of #8717, fixed in r42323.
-
10:12 AM Bug #8718 (Closed): unary minus with literal suffix of Rational/Complex
- =begin
Unary minus is not supported?
(-1) # => -1
(-1r) # => (1/1) should be (-1/1)
(-1i) # => (0+1i) shou... -
10:40 AM Bug #8717 (Closed): Negation of a rational/imaginary number literal isn't working
- This issue was solved with changeset r42323.
Takuto, thank you for reporting this issue.
Your contribution to Ruby is... -
10:03 AM Bug #8717 (Closed): Negation of a rational/imaginary number literal isn't working
- Hello.
I've found that negation of a rational/imaginary number literal isn't working.
irb(main):001:0> RUBY_D... -
10:24 AM Feature #7106: FileUtils.touch should allow touching the symlink itself rather than the file the link points to
- When talking about accepting it ... two things to consider as patch has two parts, really:
Part 1 - Adding support f... -
09:36 AM Revision bc7c0a63 (git): * bignum.c (big2str_karatsuba): Reduce power_level more than one at
- recursion, if possible.
(rb_big2str1): Follow the above change.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trun... -
07:14 AM Bug #8715: openssl mkmf.log filled with other data
- yes it did fixed the log problem - please backport it
-
04:46 AM Bug #8651: /[#$]/ causes syntax error
- Yes, I meant $], it was a typo.
-
03:28 AM Revision 9e8f82e0 (git): * bignum.c (bary_mul): Swap x and y for bary_mul1 if x is longer than y.
- [ruby-dev:47565] [Bug #8719] Reported by Narihiro Nakamura.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4232... -
01:59 AM Feature #8430: Rational number literal
- On Aug 1, 2013, at 12:53 AM, takuto_h (Takuto Hayashi) wrote:
> If we accept "1.2r" as "Rational(12, 10)":
> ... -
12:19 AM Feature #8430: Rational number literal
- takuto_h (Takuto Hayashi) wrote:
> Hello.
> I wrote a patch for the rational number literal and recognized that a p... - 01:40 AM Revision 29c5a3b8 (git): * parse.y (negate_lit): add T_RATIONAL and T_COMPLEX to the switch
- statement, and call rb_bug() if an unknown type is passed to
negate_lit(). [ruby-core:56316] [Bug #8717]
* bootstr... -
01:15 AM Revision 3f109150 (git): nmake doesn't out put targets
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42322 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:15 AM Revision 63ed8371 (git): Fix test failure on Windows because of an extra warning
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42321 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:14 AM Revision c0d4ba9f (git): * doc/syntax/refinements.rdoc: Improve description of where you may
- activate refinements.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42320 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Also available in: Atom