Activity
From 09/11/2011 to 09/17/2011
09/17/2011
-
11:58 PM Bug #5333 (Third Party's Issue): Coverage library giving wrong results
- I'm the author of the simplecov gem, a wrapper on top of the Coverage library. You can find it on Github at https://g...
-
07:23 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
- I have not been watching ruby-core, but let me give a comment for this issue.
I proposed Numeric#step algorithm for F... -
06:29 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
- (2011/09/17 16:14), Yusuke ENDOH wrote:
> Hello,
>
> 2011/9/17 NARUSE, Yui <[email protected]>:
>> In my cu... -
04:23 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
- Hello,
2011/9/17 NARUSE, Yui <[email protected]>:
> In my current understanding, the error is
> fabs(beg) *... -
04:23 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
- 2011/9/17 Yusuke ENDOH <[email protected]>:
> Maybe this "consideration" causes the following behavior:
>
> p... -
03:59 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
- (2011/09/17 9:07), Tanaka Akira wrote:
> So my understanding of this problem is that no one implemented
> proper... -
02:23 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
- Hello,
2011/9/17 Tanaka Akira <[email protected]>:
> But in the following script, which changes "a...b" to "a..b" fro... -
09:23 AM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
- 2011/9/17 Tanaka Akira <[email protected]>:
>
> I don't think the patch is a appropriate fix for this problem.
>
... -
07:29 AM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
- 2011/9/17 Marc-Andre Lafortune <[email protected]>:
>
> I'd like to thank Vit Ondruch and Aleš Mareček for p... -
01:10 AM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
- I'd like to thank Vit Ondruch and Aleš Mareček for pointing out this issue, investigating it and providing insight as...
-
12:42 AM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
- Marc-Andre Lafortune wrote:
> On Tue, Sep 13, 2011 at 9:13 AM, Shyouhei Urabe <[email protected]> wrote:
> > N... -
12:05 AM Bug #4576 (Open): Range#step miss the last value, if end-exclusive and has float number
- Hi,
Michal Suchanek wrote:
> == is meaningless with floats.
>
> I am quite sure that the 128.4 are not the ... -
02:34 PM Revision c4d77cb4 (git): * parse.y (parser_data_type): inherit the core type in ripper so
- that checks in core would work. [ruby-core:39591] [Bug #5331]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@332... - 01:21 PM Revision b4519b3b (git): * 2011-09-17
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@33290 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:21 PM Revision 3be8a6a9 (git): * vm.c (rb_vm_make_env_object, rb_vm_get_sourceline): export as a
- workaround for ruby-debug19 for the time being.
[ruby-core:38972] [Bug #5193]
git-svn-id: svn+ssh://ci.ruby-lang.... -
12:23 PM Bug #5193: ruby_thread_data_type linker errors fixed with RUBY_EXTERN
- Hi,
(11/09/16 18:44), Charlie Savage wrote:
> But instead of discussing that here, should a new ticket be ope... -
10:44 AM Bug #5193: ruby_thread_data_type linker errors fixed with RUBY_EXTERN
- > So we had requested the API proposal and its use cases
> long before, but no response till the last month and
>ju... - 03:51 AM Revision 19c312af (git): * 2011-09-17
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33288 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:49 AM Revision d52be39f (git): * lib/find.rb (Find.find): add documentation that Find.find
- without block returns an enumerator.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33287 b2dd03c8-39d4-4d8f-98ff...
09/16/2011
-
11:53 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
- On 16 September 2011 16:18, Yusuke ENDOH <[email protected]> wrote:
> Hello,
>
> 2011/9/16 Michal Suchanek <hramrach... -
11:23 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
- Hello,
2011/9/16 Michal Suchanek <[email protected]>:
> == is meaningless with floats.
I guess it is n... -
11:23 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
- 2011/9/16 Michal Suchanek <[email protected]>:
> == is meaningless with floats.
>
> The previous issue ( ... -
11:23 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
- On 16 September 2011 15:49, Tanaka Akira <[email protected]> wrote:
> 2011/9/16 Marc-Andre Lafortune <ruby-core@marc-and... -
10:53 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
- 2011/9/16 Marc-Andre Lafortune <[email protected]>:
> Yes, floats can be complicated. No I wouldn't recomme... -
05:53 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
- Hello,
In message "[ruby-core:39580] [Ruby 1.9 - Bug #4576] Range#step miss the last value, if end-exclusive an... -
05:04 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
- For people who get this issue, I describe additional comment,
CRuby doesn't specify its internal calculation of fl... -
04:23 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
- PS: I should have modified the commit message to say that this fixes
the problem for i386 (not amd64, I misread Mi... -
04:18 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
- Marc-Andre Lafortune wrote:
> I re-committed as r33285 because
> * Ruby should not keep it platform dependent wit... -
03:53 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
- I re-committed as r33285 because
* Ruby should not keep it platform dependent with default compile
flags [ruby-c... -
03:53 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
- Hi,
On Thu, Sep 15, 2011 at 8:57 PM, Kenta Murata <[email protected]> wrote:
> I cannot find tests for the co... -
10:23 AM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
- 2011/9/16 Kenta Murata <[email protected]>:
> On Friday, September 16, 2011 at 02:14 , Marc-Andre Lafortune wrote:
... -
09:59 AM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
- Hi,
On Friday, September 16, 2011 at 02:14 , Marc-Andre Lafortune wrote:
> The patch has been committed a... -
02:14 AM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
- Hi,
In this long thread, I could not find a single argument against the (3-line) patch.
Does the patch cause a ... -
03:28 PM Bug #5273: Float#round returns the wrong floats for higher precision
- Yui NARUSE wrote:
> I can't your English of this line, I think you are saying you can't understand [ruby-core:39443]... -
02:50 PM Bug #5273 (Assigned): Float#round returns the wrong floats for higher precision
- Marc-Andre Lafortune wrote:
> I'm not sure, are you trying to be rude or irritating by rejecting for a second time t... -
02:13 AM Bug #5273 (Open): Float#round returns the wrong floats for higher precision
- On Mon, Sep 12, 2011 at 8:30 PM, Yui NARUSE <[email protected]> wrote:
> Issue #5273 has been updated by Yui NARUSE.... -
02:43 PM Bug #5330 (Rejected): Bug Report: wrong backtrace
- =begin
I would like to report a ruby1.9 bug. I tried to create a new ticket in redmine. After registration(wonderix)... -
01:53 PM Bug #5193: ruby_thread_data_type linker errors fixed with RUBY_EXTERN
- Hi,
At Fri, 16 Sep 2011 11:32:04 +0900,
Charlie Savage wrote in [ruby-core:39570]:
> > No, it keeps thread ... -
11:32 AM Bug #5193: ruby_thread_data_type linker errors fixed with RUBY_EXTERN
- > No, it keeps thread objects. But I'm not sure if allowing
> GC is necessary. Seems a thread object will be remove... -
10:23 AM Bug #5193: ruby_thread_data_type linker errors fixed with RUBY_EXTERN
- Hi,
At Fri, 16 Sep 2011 02:03:39 +0900,
Charlie Savage wrote in [ruby-core:39564]:
> > The reason for _id2r... -
02:03 AM Bug #5193: ruby_thread_data_type linker errors fixed with RUBY_EXTERN
- Thanks Nobu for looking at this.
> The reason for _id2ref is that threads are stored in
> debug contexts as objec... -
07:09 AM Revision 8ccd05c9 (git): Revert "* numeric.c (ruby_float_step): Avoid error on i386 and amd64."
- This reverts commit r33285 because of the message of r33284.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33286... - 06:44 AM Revision fd47fed2 (git): * numeric.c (ruby_float_step): Avoid error on i386 and amd64.
- Patch by Vit Ondruch. Issue #4576 [rubyspec:a9525edcd]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33285 b2dd0... -
01:12 AM Revision 23d47216 (git): Revert "* numeric.c (ruby_float_step): Avoid error on i386 and amd64."
- r33282 challenged the precision of floating point but:
* Ruby keeps it as platform dependent
* amd64 won't get this i...
09/15/2011
- 05:13 PM Revision f6b16290 (git): * 2011-09-16
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33283 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:13 PM Revision 22420b14 (git): * numeric.c (ruby_float_step): Avoid error on i386 and amd64.
- Patch by Vit Ondruch. Issue #4576.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33282 b2dd03c8-39d4-4d8f-98ff-8... - 04:08 PM Revision f6316e23 (git): * NEWS: cosmetic changes.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@33281 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:36 PM Revision f80196ed (git): * 2011-09-16
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@33280 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:35 PM Revision 24addf1f (git): Revert r33276.
- These changes are not the cause of Windows test failures.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby... -
03:29 PM Bug #5193: ruby_thread_data_type linker errors fixed with RUBY_EXTERN
- Hi,
At Wed, 14 Sep 2011 10:36:09 +0900,
Motohiro KOSAKI wrote in [ruby-core:39536]:
> Symbol exposing doesn't h... -
03:26 PM Bug #5328 (Rejected): Splat args are treated wrongly in instance_exec and class_exec
- This gist demonstrates the issue:
https://gist.github.com/1218664
On 1.8.7, instance_exec and class_exec treat ... -
02:05 PM Revision c3ae81e1 (git): Revert indentation improvement.
- r31061, r31065, r31076, r31308.
Because of half baked.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_... - 02:00 PM Revision 21e5a1da (git): * 2011-09-15
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@33277 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:00 PM Revision 80710d42 (git): Revert r32944 and r33092.
- Those commits break tests on Windows and no response.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9... -
05:24 AM Revision 6ca73ab9 (git): * iseq.c (get_line_info, rb_iseq_line_no): fix indent.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33275 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:53 AM Feature #5310: Integral objects
- Hi Matz,
On Wed, Sep 14, 2011 at 1:31 AM, Yukihiro Matsumoto <[email protected]> wrote:
> Hi,
>
> I strongly ... -
02:40 AM Revision 7db23668 (git): * vm.c (rb_vm_get_sourceline): fix indent.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33274 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:39 AM Revision 89e490f1 (git): * gc.c (mark_entry, mark_key, mark_keyvalue): adjust callback
- argument types.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33273 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:37 AM Bug #5326 (Rejected): goruby build failed @ ruby_1_9_3
-
12:36 AM Bug #5327 (Rejected): goruby build failed @ trunk
-
12:00 AM Bug #5327 (Rejected): goruby build failed @ trunk
- $ make goruby
cc goruby.c -o goruby
In file included from goruby.c:3:
main.c:13:18: error: ruby.h: No such f...
09/14/2011
-
11:56 PM Bug #5326 (Rejected): goruby build failed @ ruby_1_9_3
- $ make goruby
compiling goruby.c
gcc -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-m... -
10:44 PM Bug #5324 (Closed): Bug in CreateChild in win32.c
- Revision 31811 by yugui (http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=31811) which was merged f...
-
10:39 PM Bug #5323 (Closed): Bug in CreateChild in win32.c
- Revision 31811 by yugui (http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=31811) which was merged f...
-
10:23 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
- On 13 September 2011 17:19, Yusuke ENDOH <[email protected]> wrote:
> Hello,
>
> 2011/9/13 Vit Ondruch <v.ondruch@ti... -
01:02 AM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
- Alers, what version of ruby do you use?
1.9.2p290, 1.9.3-preview1, and 1.9.4dev works well:
$ ruby-1.9-head -ve... -
12:48 AM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
- Hi Kenta, thanks for the hint.
The bug is about "three-dotted" range, not "double-dotted". Test with Bigdecimal work... -
12:23 AM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
- Hello,
2011/9/13 Vit Ondruch <[email protected]>:
> Please first see the commit [1] and then tell me why the ... -
12:03 AM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
- Also, you can use Rational:
ruby-1.9-head -ve 'p (1 .. 68.quo(10)).step(19.quo(10)).to_a'
ruby 1.9.4dev (2011-09-... -
12:01 AM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
- Hi,
you can use BigDecimal as following:
ruby-1.9-head -rbigdecimal -ve 'p (BigDecimal("1.0")..BigDecimal("6.8"... -
07:14 PM Bug #5322 (Closed): URI.decode_www_form_component very slow with certain inputs
-
06:19 PM Bug #5322: URI.decode_www_form_component very slow with certain inputs
- Looks like a duplicate of #5149 to me...
-
06:10 PM Bug #5322 (Closed): URI.decode_www_form_component very slow with certain inputs
- When calling the following I get what I'd expect. An error.
URI.decode_www_form_component("aaaaaaaaaaaaaaaaaaaa%"... -
05:53 PM Bug #1792: Fixnum#& 等が、Rational などを受けつける
- Hi,
In message "Re: [ruby-core:39540] [Ruby 1.9 - Bug #1792][Open] Fixnum#& 等が、Rational などを受けつける"
on Wed,... -
01:28 PM Bug #1792 (Open): Fixnum#& 等が、Rational などを受けつける
- I reopen this ticket because I rethink [ruby-core:39491] is bug.
But, unfortunately, I don't know how to fix this.
... -
05:53 PM Feature #5310: Integral objects
- Hi,
I strongly disagree to use to_int (currently working for integer
conversion) as integral conversion. Not... -
10:53 AM Feature #5310: Integral objects
- On Tue, Sep 13, 2011 at 5:18 PM, Kenta Murata <[email protected]> wrote:
> Hi,
>
> On Wednesday, September 14,... -
09:23 AM Feature #5310: Integral objects
- Hi,
On Wednesday, September 14, 2011 at 06:23 , brian ford wrote:
> There is some inconsistency between your... -
06:29 AM Feature #5310: Integral objects
- Hi,
On Mon, Sep 12, 2011 at 7:30 PM, Kenta Murata <[email protected]> wrote:
> Â I believe you are misreading of... - 05:25 PM Revision 762e4c0c (git): * 2011-09-15
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33272 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:25 PM Revision 2fecb27e (git): Merge branch 'tk_utf8' into trunk
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33271 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:20 PM Feature #5321 (Rejected): Introducing Numeric#exact? and Numeric#inexact?
- Ruby has several numeric classes such as Integer.
These classes are classified whether their instances represent num... -
12:23 PM Bug #5306: Application Hangs Due to Recent rb_thread_select Changes
- 2011/9/13 Eric Wong <[email protected]>:
> Motohiro KOSAKI <[email protected]> wrote:
>> File old_thre... -
12:23 PM Bug #5306: Application Hangs Due to Recent rb_thread_select Changes
- > BTW, I've checked kosaki-san's patch with x64-mswin64.
> No problem was reported in test.
>
> P.S.
> kosaki-sa... -
10:36 AM Bug #5193: ruby_thread_data_type linker errors fixed with RUBY_EXTERN
- At first, I have to put a disclaimer. The following comment is only my personal opinion, but not commiters consensus....
-
08:25 AM Bug #5193: ruby_thread_data_type linker errors fixed with RUBY_EXTERN
- Bringing this one up again - can we get resolution for the 1.9.3 release?
Thanks - Charlie -
09:33 AM Bug #5317: rubyのヘッダファイルを使った拡張を行う際にoff_tの宣言回避をする事が出来ない。
- > システムに _off_t があったら、__int64 ではなく _off_t を使うようにすればいいんですかね。
> いや、_off64_t か?
そうですね。
もしくはconfig.hのSIZEOF_OFF_T宣言を無... -
06:25 AM Bug #5317: rubyのヘッダファイルを使った拡張を行う際にoff_tの宣言回避をする事が出来ない。
- システムに _off_t があったら、__int64 ではなく _off_t を使うようにすればいいんですかね。
いや、_off64_t か? -
12:58 AM Bug #5317: rubyのヘッダファイルを使った拡張を行う際にoff_tの宣言回避をする事が出来ない。
- vimのpatchとしてはそうしました。
https://groups.google.com/d/topic/vim_dev/VM_AgsF1_K4/discussion
ただ、あまりお作法が良いとは思えませんでした。
... -
06:04 AM Revision d6693a42 (git): Fix typo
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@33270 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:40 AM Revision 9151ed22 (git): * configure.in: do not use gcc-4.2 as the default compiler.
- * NEWS: describe the issue about Xcode.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@33269 b2dd03... -
02:46 AM Revision fe3306bf (git): merge revision(s) 33266:
- * thread.c (rb_fd_rcopy): added an argument guard.
Patch by NAKAMURA Usaku. [Bug #5306] [ruby-core:39435]
... - 02:45 AM Revision 9da539cc (git): * 2011-09-14
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33267 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:44 AM Revision d24e1dac (git): * thread.c (rb_fd_rcopy): added an argument guard.
- Patch by NAKAMURA Usaku. [Bug #5306] [ruby-core:39435]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33266 b2d... -
12:54 AM Feature #5315: config.hからコンパイラのバージョンチェックを外して欲しい
- 残念ながら筋の良いガードの仕方はないです。このあたりはWindowsのDLLの問題ですね。
それでもあえて言えばRubyがランタイムライブラリの生成するオブジェクトを、
I/Fを通じて外と直接やりとりする設計になってるのも筋は良く...
09/13/2011
-
11:17 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
- Hi!
Shyouhei, I can't agree with you. We have some fact that algorithm written in ruby doesn't work. I know this is ... -
10:13 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
- Vit Ondruch wrote:
> So what is this feature for if you cannot rely on it nor there is way how to detect it? In this... -
09:48 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
- Shyouhei Urabe wrote:
> Vit Ondruch wrote:
> > Shyouhei Urabe wrote:
> > > Vit Ondruch wrote:
> > > > Please firs... -
09:19 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
- Vit Ondruch wrote:
> Shyouhei Urabe wrote:
> > Vit Ondruch wrote:
> > > Please first see the commit [1] and then t... -
09:04 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
- Shyouhei Urabe wrote:
> Vit Ondruch wrote:
> > Please first see the commit [1] and then tell me why the original te... -
09:00 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
- Michal Suchanek wrote:
> On 13 September 2011 12:28, Urabe Shyouhei <[email protected]> wrote:
> > (09/13/201... -
08:50 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
- Vit Ondruch wrote:
> Please first see the commit [1] and then tell me why the original test case should fail?
Bec... -
08:23 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
- On 13 September 2011 12:28, Urabe Shyouhei <[email protected]> wrote:
> (09/13/2011 06:56 PM), Vít Ondruch wro... -
07:49 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
- This [1] is short C reproducer for the issue [2]. You can compare behavior on i386 and x86_64
[1] https://bugzilla... -
07:46 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
- Please first see the commit [1] and then tell me why the original test case should fail? Actually it fails on i386 an...
-
07:29 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
- (09/13/2011 06:56 PM), VÃt Ondruch wrote:
> Can somebody please reopen this issue? Since the test suite fix is
... -
06:59 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
- Can somebody please reopen this issue? Since the test suite fix is
apparently wrong.
Thank you.
Vit
-
10:53 PM Feature #5315: config.hからコンパイラのバージョンチェックを外して欲しい
- こんにちは、なかむら(う)です。
In message "[ruby-dev:44508] [Ruby 1.9 - Feature #5315] config.hからコンパイラのバージョンチェックを外して欲しい"
... -
10:08 PM Feature #5315: config.hからコンパイラのバージョンチェックを外して欲しい
- ダイナミックローディングについては最初から(VimにRubyが組み込まれた時から)なっています。
それでも最低限のヘッダーは必要なのでこの問題は起こります。
あとMSVCRTの話は確かにそのとおりで、それらをやり取りするとキツ... -
09:23 PM Feature #5315: config.hからコンパイラのバージョンチェックを外して欲しい
- こんにちは、なかむら(う)です。
In message "[ruby-dev:44500] [Ruby 1.9 - Feature #5315][Open] config.hからコンパイラのバージョンチェックを外して欲しい... -
08:12 PM Feature #5315 (Third Party's Issue): config.hからコンパイラのバージョンチェックを外して欲しい
- そちらで配布されているものはRubyの公式な配布物ではありません。
当該サイトの『はじめに』のページに記載されている連絡先までお問い合わせください。 -
07:35 PM Feature #5315 (Third Party's Issue): config.hからコンパイラのバージョンチェックを外して欲しい
- http://www.garbagecollect.jp/ruby/mswin32/ja/
で配布しているrubyで確認したので外しているかもしれません。その場合はあしからず。
問題:
rubyの外部モジュールをコンパイルす... -
10:51 PM Bug #5317: rubyのヘッダファイルを使った拡張を行う際にoff_tの宣言回避をする事が出来ない。
- Yasuhiro Matsumoto wrote:
> sys/types.h:
> typedef long _off_t;
>
> と
>
> ruby-1.9.1/ruby/win32.h:
> ... -
09:51 PM Bug #5317: rubyのヘッダファイルを使った拡張を行う際にoff_tの宣言回避をする事が出来ない。
- ぜんぜんuid_tじゃないですねw off_tでした!
以下、s/uid_t/off_t/g で置き換えて下さい。
-
09:47 PM Bug #5317 (Closed): rubyのヘッダファイルを使った拡張を行う際にoff_tの宣言回避をする事が出来ない。
- 以前、vimのif_ruby(ruby拡張)の修正を担当した時、mingw32でのuid_tの宣言とrubyに同梱されているwin32.hでの宣言に差異があり、リンクされた物がクラッシュするというバグに遭遇しました。
vimでr... -
10:22 PM Feature #5314: パッケージマネージャをコアリリースに含めて欲しい
- ココまでの説明だとなかむら(う)さんの
「リリースでは今後は(パッケージマネージャ絡みの)問題は起こらんから安心しろ」
が一番納得がいきます。
# 私も最初は聞かされた時はそうなるもんだと思いましたから
ただcommitt... -
09:29 PM Feature #5314: パッケージマネージャをコアリリースに含めて欲しい
- sora_hです.
2011/9/13 Takahiro Kambe <[email protected]>:
> 少なくともバイナリパッケージを使えば、コンパイラのないマシンにも
> さくっとインストールで... -
07:53 PM Feature #5314: パッケージマネージャをコアリリースに含めて欲しい
- In message <[email protected]>
on Tue, 13 Sep 2011 18:49:18 +0900,
Shota Fuku... -
07:41 PM Feature #5314: パッケージマネージャをコアリリースに含めて欲しい
- 意外と事実関係が複雑なのでまずまとめますと、
ports の元の状態はこうでした。
* lang/ruby18 (1.8.7)
* devel/ruby-gems (1.7.1 or 1.7.2)
* www/redmin... -
06:53 PM Feature #5314: パッケージマネージャをコアリリースに含めて欲しい
- こんにちは、なかむら(う)です。
In message "[ruby-dev:44495] [Ruby 1.9 - Feature #5314] パッケージマネージャをコアリリースに含めて欲しい"
on Sep... -
06:53 PM Feature #5314: パッケージマネージャをコアリリースに含めて欲しい
- 少しだけ書きます。
In message <[email protected]>
on Tue, 13 Sep 2011 18:24:39 +0900... -
06:49 PM Feature #5314: パッケージマネージャをコアリリースに含めて欲しい
- Shyouhei Urabe wrote:
> お気持ちは察するものの、portsで入れたredmineが動かなくなった件で責められるべきなのはportsかなあと思います。
>
> rubygemsにはrubygemsの流儀が... -
06:46 PM Feature #5314 (Third Party's Issue): パッケージマネージャをコアリリースに含めて欲しい
- お気持ちは察するものの、portsで入れたredmineが動かなくなった件で責められるべきなのはportsかなあと思います。
rubygemsにはrubygemsの流儀があるわけです。rubygemsにおいて後方互換性が問題にな... -
06:30 PM Feature #5314: パッケージマネージャをコアリリースに含めて欲しい
- Usaku NAKAMURA wrote:
> Ruby 1.9には現在1.9.1および1.9.2という2つのバージョン系列が存在して
> それぞれ保守されている(ことになっている)のですが、いずれにもrubygemsという
>... -
06:24 PM Feature #5314: パッケージマネージャをコアリリースに含めて欲しい
- http://www.kaoriya.net/blog/201109/20110913
ネタ元としてはココで書いたように私の体験に基づいてまして、まったくRubyのせいではないのですが、
ruby-gemsが1.7から1.8に... -
06:14 PM Feature #5314: パッケージマネージャをコアリリースに含めて欲しい
- Ruby 1.9には現在1.9.1および1.9.2という2つのバージョン系列が存在して
それぞれ保守されている(ことになっている)のですが、いずれにもrubygemsという
rubygemsというパッケージマネージャが同梱されてい... -
05:49 PM Feature #5314 (Feedback): パッケージマネージャをコアリリースに含めて欲しい
- Taro MURAOKA wrote:
> しかしながら過去には代表的なパッケージマネージャ自身が
> バージョンアップに伴い互換性を欠くという問題を起こしたケースがあり、
> これではその魅力が損なわれてしまいます。
す... -
05:42 PM Feature #5314 (Third Party's Issue): パッケージマネージャをコアリリースに含めて欲しい
- Rubyは素晴らしいパッケージ(ライブラリ)が多いことが魅力の一つです。
その良さの維持には優れたパッケージマネージャが欠かせません。
しかしながら過去には代表的なパッケージマネージャ自身が
バージョンアップに伴い互換性を欠... -
06:03 PM Feature #5313 (Assigned): Please drop IRB's version in favour of Ruby version
-
04:09 PM Feature #5313 (Closed): Please drop IRB's version in favour of Ruby version
- It seems that IRB's upstream lives in Ruby's SVN. There is no way how to update IRB separate from Ruby. From that poi...
-
05:30 PM Bug #5306: Application Hangs Due to Recent rb_thread_select Changes
- Motohiro KOSAKI <[email protected]> wrote:
> File old_thread_select.patch added
>
> > static void
>... -
05:38 AM Bug #5306: Application Hangs Due to Recent rb_thread_select Changes
- Ok, I rebuilt everything from scratch and did not encounter any errors - sorry for the false alarm. mswin also check...
-
03:53 AM Bug #5306: Application Hangs Due to Recent rb_thread_select Changes
- Hello,
In message "[ruby-core:39483] [Ruby 1.9 - Bug #5306] Application Hangs Due to Recent rb_thread_select Ch... -
01:29 AM Bug #5306: Application Hangs Due to Recent rb_thread_select Changes
- Thanks for all the effort. But sorry, not fixed yet. This version segfaults on MinGW. Trace attached. Will check ...
-
11:53 AM Feature #5310: Integral objects
- I believe you are misreading of the topic.
On Tuesday, September 13, 2011 at 11:03 , brian ford wrote:
> Any ... -
11:23 AM Feature #5310: Integral objects
- On Mon, Sep 12, 2011 at 6:15 PM, Kenta Murata <[email protected]> wrote:
>
> Issue #5310 has been reported by Ke... -
10:15 AM Feature #5310 (Assigned): Integral objects
- I believe it is ambiguous what object can behave as an integral number.
I don't think the current use of Object#to_i... -
11:23 AM Bug #1792: Fixnum#& 等が、Rational などを受けつける
- On 13/09/2011, at 9:27 AM, SASADA Koichi wrote:
> I find out that bitwise operation doesn't call coerce.
> How to ... -
08:29 AM Bug #1792: Fixnum#& 等が、Rational などを受けつける
- I find out that bitwise operation doesn't call coerce.
How to make mimic Integer class?
###
class Int... -
08:23 AM Bug #1792: Fixnum#& 等が、Rational などを受けつける
- Is it intentional?
###
class IntegerMimic
def initialize n
@n = n
end
def to_int
... -
11:21 AM Revision 4e7c8bbe (git): * lib/pstore.rb, test/test_pstore.rb: suppress warnings with -v.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33265 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:23 AM Bug #5309: 0.6.to_r != "0.6".to_r
- 2011/9/13 Marc-Andre Lafortune <[email protected]>:
> Use `Float#rationalize` instead of `to_r`, and you will... -
10:23 AM Bug #5309: 0.6.to_r != "0.6".to_r
- On Sep 12, 2011, at 2:06 PM, Brian Ford wrote:
> 0.6.to_r != "0.6".to_r
>
> Is this a bug?
Probably not ... -
07:38 AM Bug #5309: 0.6.to_r != "0.6".to_r
- Use `Float#rationalize` instead of `to_r`, and you will get the same result as `String#to_r`. I've argued before that...
-
06:35 AM Bug #5309 (Rejected): 0.6.to_r != "0.6".to_r
- 0.6.to_r is considered as a rational converted from a floating point number 0.599999999999999977795539507496869191527...
-
03:06 AM Bug #5309 (Rejected): 0.6.to_r != "0.6".to_r
- 0.6.to_r != "0.6".to_r
Is this a bug?
$ ruby -v
ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-darwin10.8.... -
09:30 AM Bug #5273 (Rejected): Float#round returns the wrong floats for higher precision
- r33186
-
06:02 AM Revision f7081431 (git): * lib/pstore.rb (PStore): always open in binary mode even if
- default encodings are set. [Bug #5311] [ruby-core:39503]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33264 b2... - 12:30 AM Revision b7f3e44e (git): * 2011-09-13
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@33263 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:29 AM Revision 566256a5 (git): * NEWS: wrote about rb_reserved_fd_p() and objspace.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@33262 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
09/12/2011
-
08:42 PM Bug #5306: Application Hangs Due to Recent rb_thread_select Changes
- committed both trunk and ruby_1_9_3.
-
08:36 PM Bug #5306 (Closed): Application Hangs Due to Recent rb_thread_select Changes
- This issue was solved with changeset r33256.
Charlie, thank you for reporting this issue.
Your contribution to Ruby i... -
08:23 AM Bug #5306: Application Hangs Due to Recent rb_thread_select Changes
- Motohiro KOSAKI <[email protected]> wrote:
> Attached new patch. It works both linux and windows. Can you ... -
02:27 AM Bug #5306: Application Hangs Due to Recent rb_thread_select Changes
- > static void
> rb_fd_rcopy(fd_set *dst, rb_fdset_t *src)
> {
> size_t size = howmany(rb_fd_max(src), NFDBITS)... - 08:38 PM Revision faa2bef4 (git): * 2011-09-13
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33261 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:38 PM Revision 1796817e (git): * io.c (Init_IO): update BINARY comment. it should not change the
- encoding of the result to ASCII-8BIT. [ruby-talk:387719]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33260 b2... -
01:24 PM Revision 53fd35c3 (git): * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert_send): fix message.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33259 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:51 AM Revision bb4dcd55 (git): * Backport r33231.
- * thread.c (rb_thread_select): fix a typo to initialize efds
properly. [Bug #5299] [ruby-core:39380]
git-svn-id... -
11:41 AM Revision 167f6b29 (git): merge revision(s) 33256:
- * thread.c (rb_thread_select): fix to ignore an argument
modification of rb_thread_fd_select().
b... -
11:36 AM Revision 2c9375ba (git): * thread.c (rb_thread_select): fix to ignore an argument
- modification of rb_thread_fd_select().
based on a patch by Eric Wong. [Bug #5306] [ruby-core:39435]
* thread.c (rb_... -
04:38 AM Revision 4705fcc3 (git): * README.EXT, README.EXT.ja (2.2.2), parse.y (rb_check_id): add
- documents for rb_check_id().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33255 b2dd03c8-39d4-4d8f-98ff-823fe69... - 03:54 AM Revision 821ae882 (git): * lib/rake/file_list.rb (Rake::FileList#egrep): there is no need to
- open files in binary mode.
see more details in https://github.com/jimweirich/rake/issues/74
git-svn-id: svn+ssh:/... -
03:42 AM Revision a458e72e (git): * test/ruby/test_exception.rb (TestException#test_exit_success_p):
- assert also the cases when exiting with true and false.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33253 b2dd... - 03:40 AM Revision 704830be (git): * 2011-09-12
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33252 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:40 AM Revision 11616167 (git): * lib/test/unit/assertions.rb (assert_send): make arguments in
- the default message clearer.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33251 b2dd03c8-39d4-4d8f-98ff-823fe69... -
01:29 AM Bug #5305: YAML::DBM#update、#replace のコメントの間違いを修正する
- Hi Guys,
The comments of YAML::DBM#update and #replace says it requires only
'each and each_pair', but they ... -
12:55 AM Bug #5151: test/socket/test_socket.rb fail when udp connection failed
- Wifiをオフにしてスタンドアロン状態でテストしたら再現しなくなりました。
09/11/2011
-
11:57 PM Feature #5120: String#split needs to be logical
- Adam Prescott wrote:
>
> str.split("") already gets you the array of "letters" (as does
> str.chars.to_a), but... -
10:23 PM Feature #5120: String#split needs to be logical
- On Sun, Sep 11, 2011 at 1:49 PM, Alexey Muranov
<[email protected]> wrote:
> 2. a separate method for ... -
09:49 PM Feature #5120: String#split needs to be logical
- I would like to summarize my feature request:
1. trailing empty fields should not be discarded
(it would make sen... -
05:15 PM Bug #5306: Application Hangs Due to Recent rb_thread_select Changes
- Ah, totally missed that r - its not obvious if you aren't looking for it.
Patch doesn't compile on Windows:
thr... -
04:23 PM Bug #5306: Application Hangs Due to Recent rb_thread_select Changes
- Charlie Savage <[email protected]> wrote:
> Issue #5306 has been updated by Charlie Savage.
> Hmm, I take is ... -
03:56 PM Bug #5306: Application Hangs Due to Recent rb_thread_select Changes
- Hmm, I take is this is against head? On the 1.9.3 branch there is already this method (line 2384):
void
rb_fd_co... -
03:53 PM Bug #5306: Application Hangs Due to Recent rb_thread_select Changes
- Charlie Savage <[email protected]> wrote:
> I can test on windows - I have mswin and mingw builds. How to test
>... -
03:40 PM Bug #5306: Application Hangs Due to Recent rb_thread_select Changes
- Thanks for the explanations.
I can test on windows - I have mswin and mingw builds. How to test though? Are there... -
03:23 PM Bug #5306: Application Hangs Due to Recent rb_thread_select Changes
- Charlie Savage <[email protected]> wrote:
> Ok, some questions so I can understand this code:
>
> How is the ... -
03:12 PM Bug #5306: Application Hangs Due to Recent rb_thread_select Changes
- Hopefully a better patch is attached. I have no way of testing on non-Linux,
but I did test successfully without HA... -
02:56 PM Bug #5306: Application Hangs Due to Recent rb_thread_select Changes
- Ok, some questions so I can understand this code:
How is the false-positive happening?
Why does this break on non-l... -
11:59 AM Bug #5306: Application Hangs Due to Recent rb_thread_select Changes
- 2011/9/11 Eric Wong <[email protected]>:
>
> Issue #5306 has been updated by Eric Wong.
>
> File 0001-th... -
09:30 AM Bug #5306: Application Hangs Due to Recent rb_thread_select Changes
- Thanks for the straces, I was able to tell the EM pipe was stuck on a
false-positive and calling a blocking read() o... - 10:56 AM Revision e0eaa117 (git): * 2011-09-11
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@33250 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:56 AM Revision 921aed77 (git): merges r33201 from trunk into ruby_1_9_3.
- --
* encoding.c (load_encoding): predefined encoding names are safe.
[ruby-dev:44469] [Bug #5279]
* transcode.c (lo... -
09:36 AM Revision 776227cb (git): * ChangeLog: fix a typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33248 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:24 AM Bug #5307 (Closed): Matrix & subclasses
- Initially from http://stackoverflow.com/questions/6064902/copy-inheritance-of-ruby-matrix-class-core-std-lib
Fixed i... -
05:22 AM Bug #5307 (Closed): Matrix & subclasses
- Matrix doesn't deal properly with subclasses:
Class.new(Matrix)[[42]].class # => Matrix -
12:23 AM Bug #5151: test/socket/test_socket.rb fail when udp connection failed
- 2011/9/10 Ayumu AIZAWA <[email protected]>:
>
> 何が原因なんだろうか ... チェックすべき設定などあったらご教示いただけませんでしょうか。
boron で...
Also available in: Atom