Activity
From 03/15/2012 to 03/21/2012
03/21/2012
-
11:35 PM Feature #6183 (Rejected): Enumerator::Lazy performance issue
- Hello,
Enumerator::Lazy is not a silver bullet; it removes the overhead for
creating an intermediate array, but b... -
11:33 PM Feature #6183: Enumerator::Lazy performance issue
- Granted that seems like a bit too much overhead, but the advantage to lazy is not in a 1-to-1 comparison with non-laz...
-
10:24 PM Feature #6183 (Closed): Enumerator::Lazy performance issue
- I benchmarked Enumerator::Lazy and that's what I got:
user system total real
Lazy:... -
09:13 PM Feature #3479: Array#binary_find et al
- Hello,
2012/3/18, nahi <[email protected]>:
> Endoh-san, how do you think?
Thank you for reminding this.
I t... -
08:15 PM Feature #2065 (Rejected): An ancestors iterator
- Hello,
I'm not keen to import this feature.
I'm closing the ticket. Please reopen it if you find a piece of
c... -
07:53 PM Feature #3908: private constant
- Hello,
2012/3/18, Hiroshi Nakamura <[email protected]>:
> Closing as implemented at 1.9.3.
Thanks.
... -
07:53 PM Feature #6180: to_b for converting objects to a boolean value
- On 21/03/12 01:44, trans (Thomas Sawyer) wrote:
>
> Issue #6180 has been updated by trans (Thomas Sawyer).
>
... -
03:53 PM Feature #6180: to_b for converting objects to a boolean value
- drbrain (Eric Hodel) wrote:
> Issue #6180 has been updated by drbrain (Eric Hodel).
>
> Why do you need to co... -
11:40 AM Feature #6180: to_b for converting objects to a boolean value
- =begin
If you're testing that a method returns exactly true and not a true value you're probably being over-specific... -
11:32 AM Feature #6180: to_b for converting objects to a boolean value
- The only problem with that is that Ruby defines #nil? which is a strict check for NilClass instance. Hence #true? and...
-
11:26 AM Feature #6180: to_b for converting objects to a boolean value
- @drbrain - Very true but it is nice to be consistent with return values. It makes testing a little easier and fits a ...
-
10:44 AM Feature #6180: to_b for converting objects to a boolean value
- Also, what you are asking for should probably be called #to_bool.
Where as #to_b can have a broader, and generall... -
10:40 AM Feature #6180: to_b for converting objects to a boolean value
- Also, to_b is ambiguous. 'b' can stand for "bits", "bytes", "binary", just to name a few.
-
10:15 AM Feature #6180: to_b for converting objects to a boolean value
- It is even shorter if you just omit the !! or the to_b altogether:
$ ruby20 -e'puts RubyVM::InstructionSequence.co... -
10:13 AM Feature #6180: to_b for converting objects to a boolean value
- I think that "to_b" is more clear and fits well with the other to_*. Using "!!" isn't the most obvious choice for peo...
-
09:46 AM Feature #6180: to_b for converting objects to a boolean value
- BasicObject#! is optimized by YARV as following:
% ruby -e'puts RubyVM::InstructionSequence.compile(%[!!foo]).disa... -
09:16 AM Feature #6180: to_b for converting objects to a boolean value
- Typically this comes up when you have a method ending in a question mark to indicate a boolean return value.
def f... -
08:09 AM Feature #6180: to_b for converting objects to a boolean value
- Why do you need to convert objects to boolean values?
-
06:51 AM Feature #6180 (Rejected): to_b for converting objects to a boolean value
- When a boolean return value is required it has become common practice is to use "!!" to convert the object. It would ...
-
05:57 PM Bug #6099 (Closed): [BUG] probable buffer overflow
-
05:05 PM Bug #6182: ruby crashed with trace inof below !(Ruby interpreter or extension libraries)
- Could you try it with trunk/1.9.3?
-
04:57 PM Bug #6182 (Feedback): ruby crashed with trace inof below !(Ruby interpreter or extension libraries)
- Can you show us how we can see that output on our machine?
-
03:20 PM Bug #6182 (Closed): ruby crashed with trace inof below !(Ruby interpreter or extension libraries)
- /home/bourne/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/timeout.rb:75: [BUG] rb_register_sigaltstack. malloc error
... -
12:58 PM Bug #6181: Ruby crash when trying to send a mail (tls/gmail)
- The crash is during X509 certificate verification.
-
12:28 PM Bug #6181 (Third Party's Issue): Ruby crash when trying to send a mail (tls/gmail)
- The following code made ruby crash:
require 'net/smtp'
smtp = Net::SMTP.new 'smtp.gmail.com', 587
smtp.enabl... -
10:53 AM Revision b2cc0976 (git): * regcomp.c: Merge Onigmo 3d855b30d574536d3ae600260208c6624ae4791c.
- [Bug#6143] [Bug#6144] [Bug#6145]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35097 b2dd03c8-39d4-4d8f-98ff-823... -
09:59 AM Bug #6175: watir-2.0.4/lib/watir/ie-class.rb:567: [BUG] Segmentation fault
- michaelcm (Michael McWilliam) wrote:
> Also, I posted it here because the bugreport.html page said to click on the l... -
08:53 AM Bug #6155: Enumerable::Lazy#flat_map raises an exception when an element does not respond to #each
- Hello,
Ah, I see. RubySpec defines to_a to assert that it's never called, right?
That makes sense.
2012/03... - 08:03 AM Revision 51f41bb8 (git): * 2012-03-21
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35096 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 08:03 AM Revision af86dba2 (git): * test/ruby/test_io.rb (TestIO#test_pos_with_getc): added.
- see [Bug #6179][ruby-core:43518]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35095 b2dd03c8-39d4-4d8f-98ff-82... -
06:50 AM Bug #4434: make test-all "-j10000" のように大きな並列数を与えると異常終了
- Too many open files を出してるのがマネージャープロセスなら、しょうがないんじゃない。それはRLIMIT上げればいいんだし。
workerプロセスが出してるなら問題で、それはfdリークを意味してるので -j の数に... -
06:27 AM Bug #5973: Bus Error in simple project requiring YARD
- Thanks, I tried with 1.9.3-p125 and the problem does seem to be resolved.
-
01:42 AM Bug #6143: Onigmo allows broken regexp: /(?(x.)/
- OnigmoのRubyマージ作業用ブランチにも修正を反映しました。
https://github.com/k-takata/Onigmo/tree/tmp/ruby-2.0.x -
01:41 AM Bug #6145: two possible bugs in Onigmo
- 1つめは、ENCLOSE_CONDITION で node->target が NULL になることはありません。
チェック無しに node->target をデリファレンスをしているのは、ENCLOSE_STOP_BACKTRAC... -
01:35 AM Bug #6144: regexec may allocate extra memory?
- sizeof(char*)をsizeof(OnigStackIndex)に修正しました。
https://github.com/k-takata/Onigmo/tree/tmp/ruby-2.0.x -
12:23 AM Feature #6177: array.cのrb_ary_equal()の高速化
- Glass_saga (Masaki Matsushita) wrote:
> patchを直し、rb_equal()を実行した後に互いのRARRAY_LENのチェックと
> p1, p2の有効性のチェック、無効であれば有効なポイ... -
12:09 AM Feature #3916: Add flag to ruby to make warnings fatal.
- It wouldn't break backward compatibility, but it would take time for libraries to adjust to take the most advantage o...
03/20/2012
-
11:34 PM Feature #6177: array.cのrb_ary_equal()の高速化
- Nobuyoshi Nakada wrote:
>rb_equal()はメソッドを呼び出すので、その後ではp1,p2が有効である保証がありません。
patchを直し、rb_equal()を実行した後に互いのRARRAY_LEN... -
10:00 PM Feature #6177: array.cのrb_ary_equal()の高速化
- =begin
もう一点、(({&&}))ではなく(({||}))ではないでしょうか。
=end
-
09:58 PM Feature #6177: array.cのrb_ary_equal()の高速化
- =begin
(({rb_equal()}))はメソッドを呼び出すので、その後では(({p1})),(({p2}))が有効である保証がありません。
=end
-
08:29 PM Feature #6177: array.cのrb_ary_equal()の高速化
- Nobuyoshi Nakada wrote:
>先頭だけではなく、同一オブジェクトかどうかを常に先に調べるようにするとどうなるでしょうか。
最初の要素だけobject_idに依らない同値性の判定が必要なケース(先に添付したp... -
06:13 PM Feature #6177: array.cのrb_ary_equal()の高速化
- =begin
先頭だけではなく、同一オブジェクトかどうかを常に先に調べるようにするとどうなるでしょうか。
=end
-
12:08 PM Feature #6177 (Closed): array.cのrb_ary_equal()の高速化
- できる限りVALUEの値の比較のみに留め、必要になったらrb_equal()を用いるという方針でrb_ary_equal()の高速化を試みました。
次のベンチマークを行ったところ、以下のような結果となりました。
require... -
11:34 PM Feature #3773: Module#parent
- I will eventually try again. I don't really understand having #name, but not being able to get the actual constant na...
-
09:51 PM Feature #4523 (Rejected): Kernel#require to return the path of the loaded file
-
07:29 PM Feature #4523: Kernel#require to return the path of the loaded file
- On 19/03/12 23:24, Eric Hodel wrote:
> On Mar 19, 2012, at 10:16 AM, Alex Young wrote:
>> On 19/03/12 11:58, Lui... -
08:29 AM Feature #4523: Kernel#require to return the path of the loaded file
- On Mar 19, 2012, at 10:16 AM, Alex Young wrote:
> On 19/03/12 11:58, Luis Lavena wrote:
>> On Mon, Mar 19, 2012 at... -
02:23 AM Feature #4523: Kernel#require to return the path of the loaded file
- On 19/03/12 11:58, Luis Lavena wrote:
> On Mon, Mar 19, 2012 at 8:06 AM, Alex Young<[email protected]> wrote:
... -
03:20 PM Bug #6131: Ctrl-C handler do not work from exec process (Windows)
- h.shirosaki (Hiroshi Shirosaki) wrote:
> Specify options:
> { :creationflags => Process::CREATE_NEW_PROCESS_GROUP }... - 01:55 PM Revision 905eb21d (git): * 2012-03-20
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35094 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:54 PM Revision 1e42030f (git): test_thread: test_condvar_wait_not_owner duplicates test_condvar_nolock
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35093 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:52 PM Feature #3916: Add flag to ruby to make warnings fatal.
- There are no priorities for warnings at present, so any code using warnings would need to be updated to take advantag...
-
10:48 AM Feature #3916: Add flag to ruby to make warnings fatal.
- @drbrain Wouldn't using priorities and setting such a warning to a very low priority solve this?
-
07:40 AM Feature #3916: Add flag to ruby to make warnings fatal.
- Sometimes when I use Kernel#warn in my code it is a message the user may not be able to do anything about, such as a ...
-
11:28 AM Bug #6099: [BUG] probable buffer overflow
- Yui NARUSE wrote:
>IO#readpartial は
>* It blocks only if <em>ios</em> has no data immediately available.
>* The ... -
09:46 AM Feature #6176: Allow Enumerable#flatten to take a block
- > I think #flat_map makes more sense than #flatten accepting a block. It's unclear to me what #flatten would do with ...
-
07:38 AM Feature #6176: Allow Enumerable#flatten to take a block
- I think #flat_map makes more sense than #flatten accepting a block. It's unclear to me what #flatten would do with t...
-
12:31 AM Feature #6176 (Rejected): Allow Enumerable#flatten to take a block
- I see a new method `#flat_map` has been added to Enumerable. Yet passing a block to #flatten has no use. That seems a...
-
08:37 AM Feature #3575: String#split is inconsistent with empty string and negative limit
- I will add a note to the documentation to cover the behavior of empty strings.
-
08:26 AM Bug #6089: Test suite fails with OpenSSL 1.0.1
- > Hi Martin,
> so OpenSSL v 1.0.1 is now public [1] and the problem seems to stay. I myself am not SSL expert, but wh... -
05:31 AM Bug #4421: [ext/openssl] Fix RSA public key encoding
- MartinBosslet (Martin Bosslet) wrote:
> [...] and you need the latter instead of the former, let me know, I could al... -
04:54 AM Bug #6175: watir-2.0.4/lib/watir/ie-class.rb:567: [BUG] Segmentation fault
- michaelcm (Michael McWilliam) wrote:
> Re: win32console, it is used by the ansi 1.4.2 gem, is that also no longer be... -
04:43 AM Bug #6175: watir-2.0.4/lib/watir/ie-class.rb:567: [BUG] Segmentation fault
- Re: win32console, it is used by the ansi 1.4.2 gem, is that also no longer being maintained?
-
04:08 AM Bug #6175: watir-2.0.4/lib/watir/ie-class.rb:567: [BUG] Segmentation fault
- Also, I posted it here because the bugreport.html page said to click on the link for ruby 1.9.2 or 1.9.3, but neither...
-
04:00 AM Bug #6175: watir-2.0.4/lib/watir/ie-class.rb:567: [BUG] Segmentation fault
This is the minimum snapshot of code:
require 'watir'
begin
browser = Watir::Browser.attach( :url, /someUrl/...-
12:48 AM Bug #6175 (Feedback): watir-2.0.4/lib/watir/ie-class.rb:567: [BUG] Segmentation fault
- Hello,
Please don't report issues on the backports projects. Use ruby-trunk instead.
Now, if you can provide co... -
12:23 AM Bug #6175 (Rejected): watir-2.0.4/lib/watir/ie-class.rb:567: [BUG] Segmentation fault
- See attached log. Occurs about 5% of the time. Not sure why. Running script again immediately avoids the issue.
C:... -
02:27 AM Bug #6155: Enumerable::Lazy#flat_map raises an exception when an element does not respond to #each
- Hi,
shugo (Shugo Maeda) wrote:
> Why the last example defines to_a? flat_map doesn't call to_a, but to_ary.
I... -
02:11 AM Feature #2322 (Rejected): [PATCH] Add standard deviation function to Math Module
- Why do we need to specially treat the 2nd central moment, that is standard deviation, than the other nth moment, such...
03/19/2012
-
11:39 PM Bug #6131: Ctrl-C handler do not work from exec process (Windows)
- How about removing CREATE_NEW_PROCESS_GROUP flag by default and providing a way to specify CREATE_NEW_PROCESS_GROUP f...
-
06:27 PM Bug #6131: Ctrl-C handler do not work from exec process (Windows)
- r34389 (not 34387) is the revision.
Shirosaki-san, how do you think about this? -
06:08 PM Bug #6131: Ctrl-C handler do not work from exec process (Windows)
- As you may know, this bug is due to the Revision r34387.
If the CREATE_NEW_PROCESS_GROUP flag is specified in a ca... -
09:07 PM Feature #4551: uri.set_scheme should downcase schemes
- I agree with this.
Please commit it. -
09:07 PM Bug #6089: Test suite fails with OpenSSL 1.0.1
- Also, this new OpenSSL is breaking the drb test suite:
$ make test-all TESTS="test/drb/test_drbssl.rb"
/builddir/bu... -
08:20 PM Bug #6089: Test suite fails with OpenSSL 1.0.1
- Hi Martin,
so OpenSSL v 1.0.1 is now public [1] and the problem seems to stay. I myself am not SSL expert, but why e... -
08:59 PM Feature #4523: Kernel#require to return the path of the loaded file
- On Mon, Mar 19, 2012 at 8:06 AM, Alex Young <[email protected]> wrote:
> On 18/03/12 10:22, nobu wrote:
>>
>>
... -
08:23 PM Feature #4523: Kernel#require to return the path of the loaded file
- On 18/03/12 10:22, nobu wrote:
>
> Issue #4523 has been updated by nobu.
>
>
> I don't think it's useful i... -
03:30 AM Feature #4523: Kernel#require to return the path of the loaded file
- No, b/c that's not running in the process and at the point in code which is in question.
-
03:22 AM Feature #4523: Kernel#require to return the path of the loaded file
- If you have two files with the same name isn't `gem which --all` enough to discover the collision?
-
02:09 AM Feature #4523: Kernel#require to return the path of the loaded file
- I haven't worked on the project where such comes into play in a few months, so I can only recollect the obvious useca...
-
07:29 PM Feature #1122: request for: Object#try
- On 15/03/12 15:26, Thomas Sawyer wrote:
>
> Issue #1122 has been updated by Thomas Sawyer.
>
>
> How about... -
05:22 PM Bug #6155 (Closed): Enumerable::Lazy#flat_map raises an exception when an element does not respond to #each
- This issue was solved with changeset r35092.
Dan, thank you for reporting this issue.
Your contribution to Ruby is gr... -
04:57 PM Bug #6155: Enumerable::Lazy#flat_map raises an exception when an element does not respond to #each
- I'll fix lazy flat_map respecting Matz's opinion, but let me clarify one point.
dkubb (Dan Kubb) wrote:
> > > [... -
03:41 PM Bug #6158 (Closed): Enumerator::Lazy#take: should it be lazy?
- This issue was solved with changeset r35090.
Benoit, thank you for reporting this issue.
Your contribution to Ruby is... -
09:26 AM Feature #6173: re.cのrb_memsearch()におけるmemchr()の利用
- optflags='-O0 -g'を付けてビルドしたtrunkを使っていたので、ベンチマークでproposalが不当に有利でした。
optflagsを外してビルドした上でベンチマークを取り直したところ、以下の結果となりました。
... -
12:10 AM Feature #6173: re.cのrb_memsearch()におけるmemchr()の利用
- 特に添字を使う意味もなかったのでpatchを修正しました。
-
08:22 AM Revision ded27bf5 (git): * enumerator.c (lazy_flat_map_func): convert the block value to
- Array if it doesn't respond to each. [ruby-core:43334]
[Bug #6155]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tr... -
08:01 AM Feature #4102 (Rejected): Proposal for 'let'. A new approach using block-defaults in 1.9
- The definition of let would be: "def let() yield; end"; I don't think it's worth to add.
Matz. -
07:39 AM Revision 592a629b (git): * enum.c (zip_i): variadic argument needs explicit cast on the
- platforms where VALUE is longer than int.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35091 b2dd03c8-39d4-4d8f... -
06:41 AM Revision 831898bd (git): * enumerator.c (enumerable_lazy): add an example of take and first
- to the documentation. [ruby-core:43344] [Bug #6158]
add the description of the behavior when a block is given to z... -
06:20 AM Revision 0d1c2268 (git): * compile.c (iseq_specialized_instruction): DRY and replace chain
- of if-else with switch for special instructions. based on a
patch by Vasfed. https://github.com/ruby/ruby/pull/10... -
06:08 AM Revision d4f0f284 (git): * test/test_pty.rb: same as r29280, skip tests when PTY allocation
- failed (that's not our fault).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35088 b2dd03c8-39d4-4d8f-98ff-823f... -
04:46 AM Feature #3620: Add Queue, SIzedQueue and ConditionVariable implementations in C in addition to ruby ones
- Related issue (but about plain ruby realization)
https://bugs.ruby-lang.org/issues/6174 -
12:41 AM Bug #6174: Fix collision of ConditionVariable#wait timeout and #signal (+ other cosmetic changes)
- > and native method could not be interrupted (unless it will)
Sorry, it should be read as "(unless it wish)" -
12:40 AM Bug #6174 (Rejected): Fix collision of ConditionVariable#wait timeout and #signal (+ other cosmetic changes)
- 1. Currently, when Thread wakes on timeout, it could not remove itself from ConditionVariable waiters until it acquir...
-
12:23 AM Feature #6154: Eliminate extending WaitReadable/Writable at runtime
- Charles, do you create a patch to introduce 4 constants (+2 for
EWOULDBLOCK) ? We discussed this issue today and ...
03/18/2012
-
11:43 PM Bug #6172 (Rejected): Inconsistent behaviour of defined?
- The former is analogous to Foo.bar(Misio), while the latter is analogous to Foo.bar("zot").
Object.const_get is mere... -
07:23 PM Bug #6172 (Rejected): Inconsistent behaviour of defined?
- Following behavior is obvious:
irb(main):004:0> Object.const_get("Misio")
NameError: uninitialized constant Misio... -
11:14 PM Feature #6173 (Closed): re.cのrb_memsearch()におけるmemchr()の利用
- re.cのrb_memsearch()では、m == 1な場合にはfor文で各バイトと比較していますが、memchr()を用いると性能の改善がみられます。
次のようなベンチマークを実行したところ、以下のような結果となりました。
... -
11:05 PM Feature #3916: Add flag to ruby to make warnings fatal.
- Hmm... I just wrote article related to this:
https://github.com/trans/trans.github.com/wiki/2012-02-25-setting-p... -
06:46 PM Feature #3916 (Assigned): Add flag to ruby to make warnings fatal.
-
11:01 PM Feature #4151: Enumerable#categorize
- I'm sorry, but #categorize has big code smell. Seems like too much functionality is being shoved into one method. It ...
-
10:36 PM Feature #5534: Redefine Range class and introduce RelativeNumeric and RelativeRange
- More of my crazy ideas. Wouldn't it be nice to be able to write:
a, b = 0.5, 10.5
(a..b).each(Integer) { |n| puts n } -
10:11 PM Feature #4102: Proposal for 'let'. A new approach using block-defaults in 1.9
- It would conflict with RSpec's definition of #let.
Other then as a teaching tool for block scope what are the use ... -
06:46 PM Feature #4102 (Assigned): Proposal for 'let'. A new approach using block-defaults in 1.9
-
09:53 PM Feature #4553: Add Set#pick and Set#pop
- I would expect `Array#pick` to work too. Which then leads one to think Array might support the equivalent of `Set#pop...
-
07:26 PM Feature #4553 (Assigned): Add Set#pick and Set#pop
-
09:31 PM Feature #1873: MatchData#[]: Omits All But Last Captures Corresponding to the Same Named Group
- This is the first time I've seen regular expression groups, so it's interesting.
It occurs to me that with this ad... -
03:01 PM Feature #1873 (Feedback): MatchData#[]: Omits All But Last Captures Corresponding to the Same Named Group
- This feature itself is acceptable, but proposed method name (API) is not acceptable.
-
07:25 PM Feature #4551 (Assigned): uri.set_scheme should downcase schemes
-
07:22 PM Feature #4523: Kernel#require to return the path of the loaded file
- I don't think it's useful if it may return false.
What's the use case?
I agree that the way to know the loaded path... -
07:12 PM Feature #4513 (Assigned): allow whitespace following EOL continuation backslash
- Regardless it's acceptable or not, we want to check nobu's local patches first. Don't you have that?
-
07:08 PM Feature #4483 (Assigned): PStoreをデフォルトで複数のスレッドから扱えるようにしたい
-
07:05 PM Feature #4475 (Assigned): default variable name for parameter
-
07:04 PM Feature #4414 (Rejected): Addition to String.split
- Please use unpack instead.
-
07:04 PM Feature #4335 (Rejected): String#split for empty string is always empty array
- It's intended feature, and -1 is prepared for your purpose as Nobu said. #3575
-
07:01 PM Feature #4276 (Assigned): Allow use of quotes in symbol syntactic sugar for hashes
-
06:56 PM Feature #4254 (Rejected): Allow method transplanting
-
06:49 PM Feature #4168 (Assigned): WeakRef is unsafe to use in Ruby 1.9
- Nobu, can we close this now?
-
06:47 PM Feature #4146 (Assigned): Improvement of Symbol and Proc
-
06:46 PM Feature #5096 (Assigned): offer Logger-compatibility for syslog ext
-
06:46 PM Bug #5073 (Assigned): Ruby 1.9.2 may fail to build ri data when an RDoc plugin is installed
-
06:46 PM Feature #5011 (Assigned): Add Perl 6-like main method definition support: accept command-line arguments as method arguments
-
06:46 PM Feature #5010 (Assigned): Add Slop(-like) in stdlib and deprecate current OptionParser API
-
06:46 PM Feature #4985 (Assigned): Add %S[] support for making a list of symbols
-
06:46 PM Bug #4974 (Assigned): [ext/tk] ruby_1_9_2@32391 build failure with MinGW
-
06:46 PM Bug #4971 (Assigned): Module#class_variables
-
06:46 PM Feature #4938 (Assigned): Add Random.bytes [patch]
-
06:46 PM Bug #4911 (Assigned): timer_thread_function() が thead unsafe
-
06:46 PM Feature #4872 (Assigned): REXML::XMLDecl#encodingがStringではなくEncodingを返すようにする
-
06:46 PM Feature #4831 (Assigned): Integer#prime_factors
-
06:46 PM Feature #4788 (Assigned): resolv.rb refactoring
-
06:46 PM Feature #4787 (Assigned): Integer#each_modulo(n)
-
06:46 PM Feature #4649 (Assigned): Adding parallel constructors to Ruby 2.0
-
06:46 PM Feature #4614 (Assigned): [RFC/PATCH] thread_pthread.c: lower RUBY_STACK_MIN_LIMIT to 64K
-
06:46 PM Feature #4570 (Assigned): [PATCH v2] io.c (rb_io_close): release GVL if possible
-
06:46 PM Feature #4521 (Assigned): NoMethodError#message may take very long to execute
-
06:46 PM Feature #4086 (Assigned): Feature request: add String#contain? and {Enumerable,Array}#contain? methods
-
06:46 PM Feature #4085 (Assigned): Refinements and nested methods
-
06:46 PM Feature #3953 (Assigned): TCPSocket / UDPSocket do not accept IPAddr objects.
-
06:22 PM Feature #3953: TCPSocket / UDPSocket do not accept IPAddr objects.
- knu, how do you think?
-
06:18 PM Feature #3953: TCPSocket / UDPSocket do not accept IPAddr objects.
- If we implement this feature, we need a method for duck type, such as IPAddr#to_ipaddress to convert to IP-address st...
-
06:46 PM Feature #3946 (Assigned): Array#packのqQ指定子に機種依存サイズフラグ!を追加
-
06:46 PM Feature #3901 (Assigned): WIN32OLE_VARIANT.new method lacks consistency
-
06:46 PM Bug #3781 (Assigned): FIBER_USE_NATIVE が有効だと落ちるスクリプトがある
-
06:46 PM Feature #3731 (Assigned): Easier Embedding API for Ruby
-
06:06 PM Feature #3731 (Open): Easier Embedding API for Ruby
-
06:46 PM Feature #3620 (Assigned): Add Queue, SIzedQueue and ConditionVariable implementations in C in addition to ruby ones
-
06:46 PM Feature #3608 (Assigned): Enhancing Pathname#each_child to be lazy
-
06:46 PM Bug #3594 (Assigned): URI class doesn't do file URL's properly.
-
06:46 PM Feature #3479 (Assigned): Array#binary_find et al
-
05:27 PM Feature #3479: Array#binary_find et al
- Endoh-san, how do you think?
-
06:46 PM Feature #3450 (Assigned): Format Strings with Named Arguments & Hash#default
-
06:46 PM Feature #3399 (Assigned): UNC path is not handled properly
-
06:46 PM Feature #3333 (Assigned): mkmf (have|find)_cxx_header
-
03:56 PM Feature #3333: mkmf (have|find)_cxx_header
- Imported from #3330
うっかりruby-listに投げてしまったきしもとです
[ruby-list:47092] で振ってみた話題に関係して、なのですが(ツリーになりませんでしたが)、
mkmf に C... -
06:46 PM Feature #3328 (Assigned): Kernel#p outputs as default_internal encoding, and so on
-
06:46 PM Feature #3322 (Assigned): Simple Patch to make ruby copy-on-write-friendly
-
06:46 PM Feature #3206 (Assigned): Problems manipulating the signal mask with Ruby
-
06:46 PM Feature #3187 (Assigned): Allow dynamic Fiber stack size
-
02:36 PM Feature #3187: Allow dynamic Fiber stack size
- How about;
```ruby
t = Thread.new(stack_size: 1024)
t.stack_size = 1024
t[:initial_tls_hash] = {}
t.run {
.... -
06:46 PM Feature #3163 (Assigned): SyntaxError when using variable which is also a method in current scope with a Symbol argument
-
06:46 PM Feature #2837 (Assigned): Compile-time constant for HEAP_GROWTH_FACTOR (patch attached)
-
06:46 PM Feature #2709 (Assigned): $VERBOSE, $DEBUG and Kernel#sprintf
-
06:46 PM Feature #2643 (Assigned): test/unit redefinition check of test_* method
-
03:11 PM Feature #2643: test/unit redefinition check of test_* method
- Shota, please handle this. We also added you as a maintainer of test/unit. http://bugs.ruby-lang.org/projects/ruby/w...
-
06:46 PM Feature #2631 (Assigned): Allow IO#reopen to take a block
-
03:12 PM Feature #2631: Allow IO#reopen to take a block
- I don't feel changing `IO#reopen` is great way to solve this issue.
How about `spawn()`?
Since Ruby 1.9, `spawn... -
02:58 PM Feature #2631: Allow IO#reopen to take a block
- Method name?
-
06:46 PM Feature #2324 (Assigned): Dir instance methods for relative path
-
06:46 PM Feature #2322 (Assigned): [PATCH] Add standard deviation function to Math Module
-
06:46 PM Bug #1792 (Assigned): Fixnum#& 等が、Rational などを受けつける
-
06:46 PM Feature #1586 (Assigned): Including a module already present in ancestors should not be ignored
-
06:46 PM Bug #953 (Assigned): 深い入れ子の配列の取り扱いで落ちる
-
06:46 PM Feature #6163 (Assigned): Remove syck YAML extension
-
06:46 PM Bug #6161 (Assigned): Document interpretation of backslashes in string transliterations
-
06:46 PM Bug #6147 (Assigned): should we check a result returned by fcntl?
-
06:46 PM Bug #6145 (Assigned): two possible bugs in Onigmo
-
06:46 PM Bug #6143 (Assigned): Onigmo allows broken regexp: /(?(x.)/
-
06:46 PM Bug #6141 (Assigned): rails-3.2.2+1.9.3p125 の環境で SEGV が発生
-
06:46 PM Bug #6131 (Assigned): Ctrl-C handler do not work from exec process (Windows)
-
06:46 PM Bug #6124 (Assigned): remove the "spec-only gems" in Ruby 1.9.3 (was What is the purpose of "fake" gems in Ruby)
-
06:46 PM Bug #6122 (Assigned): OpenSSL::PKCS7 verify
-
06:46 PM Bug #6120 (Assigned): Float and BigDecimal bug in remainder in corner cases
-
06:46 PM Bug #6119 (Assigned): Usage of CPPFLAGS during configure result in duplicated values for RbConfig CPPFLAGS information
-
06:46 PM Bug #6117 (Assigned): Transfers allowed into Fibers that have resumed into other fibers
-
06:46 PM Feature #6111 (Assigned): Request for making ruby multiarchable
-
06:46 PM Bug #6107 (Assigned): Documentation Abbrev (stdlib) confusing
-
06:46 PM Bug #6098 (Assigned): Re: GVL改善案
-
06:46 PM Bug #6094 (Assigned): [OpenSSL] wrong argument of rsa_generate()
-
06:46 PM Bug #6090 (Assigned): ruby-mode.el font-lock fails with some interpolated strings
-
06:46 PM Bug #6087 (Assigned): How should inherited methods deal with return values of their own subclass?
-
06:46 PM Bug #6086 (Assigned): Number of arguments and named parameters
-
06:46 PM Bug #6078 (Assigned): The name of a module nested in an anonymous module depends on how it was created
-
06:46 PM Bug #6067 (Assigned): Conditional assignment of a nested constant raises a SyntaxError
-
06:46 PM Bug #6066 (Assigned): Fix "control may reach end of non-void function" warnings for clang
-
06:46 PM Bug #6057 (Assigned): URI - Nonsensical Behavior
-
06:46 PM Feature #6056 (Assigned): Enhancements to OpenStruct
-
06:46 PM Bug #6039 (Assigned): lambda vs proc; #to_ary w/ splat bug
-
06:46 PM Bug #6038 (Assigned): #instance_eval bug
-
06:46 PM Bug #6030 (Assigned): Thread-local "leak" in rb_exec_recursive*
-
06:46 PM Bug #6029 (Assigned): Should OpenStruct implement #eql? and #hash?
-
06:46 PM Bug #6024 (Assigned): Failure to execute test_modify_expand_memory_leak under Windows (MinGW)
-
06:46 PM Feature #6023 (Assigned): Add "a ?= 2" support for meaning "a = a.nil? ? 2 : a"
-
06:46 PM Feature #6012 (Assigned): Proc#source_location also return the column
-
06:46 PM Bug #6011 (Assigned): ruby-1.9.3-p0/lib/webrick/utils.rb:184: [BUG] Segmentation fault
-
06:46 PM Bug #5993 (Assigned): Thread.new{ Fiber.new { Thread.exit }.resume }.join で例外
-
06:46 PM Bug #5985 (Assigned): miniruby skews "make benchmark" results
-
06:46 PM Bug #5954 (Assigned): IO.read_nonblock on IO.pipe generates Errno::EBADF (MinGW)
-
06:46 PM Bug #5932 (Assigned): gc_mark_children で SEGV が発生
-
06:46 PM Bug #5930 (Assigned): source_location of blocks incorrect
-
06:46 PM Bug #5912 (Assigned): Interpreter crashes when trying to invoke implicit block via Binding#eval
-
06:46 PM Feature #5896 (Assigned): object representation in rb_enc_vsprintf()
-
06:46 PM Bug #5882 (Assigned): segfault in miniruby in ruby1.9.3 crosscompile for ARM
-
06:46 PM Bug #5829 (Assigned): /dl/test_cptr.rb Segmentation fault on Ruby 1.9.3 P0
-
06:46 PM Bug #5828 (Assigned): Non anonymous classes can't be frozen, cloned and then inspected
-
06:46 PM Bug #5811 (Assigned): Ruby Process Deadlocks With Fork on Mac OS X Lion
-
06:46 PM Feature #5785 (Assigned): Readline に pre_input_hook, insert_text, redisplay を追加
-
06:46 PM Feature #5784 (Assigned): Readline.special_prefixes の追加
-
06:46 PM Bug #5780 (Assigned): test/fileutils/test_fileutils.rb:86: [BUG] Segmentation fault
-
06:46 PM Bug #5774 (Assigned): [PATCH] xmlrpc client handling cookies
-
06:46 PM Bug #5772 (Assigned): Segmentation Fault on Mac (crash)
-
06:46 PM Bug #5771 (Assigned): WIN32OLERuntimeError using 1.9.2
-
06:46 PM Bug #5761 (Assigned): Array#flatten(N) calls to_ary on the (N+1)-level objects
-
06:46 PM Bug #5759 (Assigned): flatten calls to_ary on everything
-
06:46 PM Bug #5750 (Assigned): Thread.current local-variables behavior
-
06:46 PM Bug #5747 (Assigned): Proc#curry doesn't always detect too many arguments
-
06:46 PM Bug #5746 (Assigned): Proc#curry too strict about lambda's arity.
-
06:46 PM Bug #5737 (Assigned): WEBrick doesn't support keep alive connections for 204 and 304 responses
-
06:46 PM Bug #5736 (Assigned): Numeric#quo should convert with #to_r
-
06:46 PM Bug #5719 (Assigned): Hash::[] can't handle 100000+ args
-
06:46 PM Bug #5715 (Assigned): +/-1 ** Bignum returns different results than +/-1 ** Fixnum
-
06:46 PM Bug #5713 (Assigned): Fixnum#** returns Infinity for 0 ** negative Bignum
-
06:46 PM Bug #5694 (Assigned): Proc#arity doesn't take optional arguments into account.
-
06:46 PM Bug #5686 (Assigned): compile error for ext/tk/tcltklib.c: ‘ruby_errinfo’ undeclared
-
06:46 PM Bug #5680 (Assigned): IPPROTO_GGP undeclared when compiling ext/socket/constants.c
-
06:46 PM Bug #5670 (Assigned): Emacs ruby-mode syntax highlighting issue
-
06:46 PM Bug #5648 (Assigned): irb does not handle recursive heredocs
-
06:46 PM Bug #5647 (Assigned): Possible use of uninitialized value in Init_bigdecimal
-
06:46 PM Feature #5630 (Assigned): Missing custom transfer modes in Net::FTP
-
06:46 PM Bug #5619 (Assigned): Segfault on OS X
-
06:46 PM Bug #5618 (Assigned): Exceptions cause DRb connection to be closed
-
06:46 PM Bug #5608 (Assigned): make -j 16 sometimes fail
-
06:46 PM Bug #5563 (Assigned): Fix bug in drb tests if hostname does not resolve to a local IP
-
06:46 PM Feature #5543 (Assigned): rb_thread_blocking_region() API is poorly designed
-
06:46 PM Bug #5538 (Assigned): ruby memory error running minitests
-
06:46 PM Bug #5515 (Assigned): Integer#quo(aFloat) の結果が Rational になる
-
06:46 PM Bug #5511 (Assigned): "make test" failure on HP-UX/PA
-
06:46 PM Bug #5510 (Assigned): "make test" failure on HP-UX/IA
-
06:46 PM Bug #5508 (Assigned): Is BigDecimal really not $SAFE?
-
06:46 PM Bug #5497 (Assigned): Math.log10(10_000) error on HP-UX/PA
-
06:46 PM Bug #5485 (Assigned): ERB html_escape should follow OWASP recommendations
-
06:46 PM Bug #5463 (Assigned): PTY or IO.select timing issue results in no EOF
-
06:46 PM Bug #5437 (Assigned): Using fibers leads to huge memory leak
-
06:46 PM Bug #5420 (Assigned): RubyGems misleading error message for "update -l"
-
06:46 PM Bug #5418 (Assigned): Some properties of WEBrick::HTTPRequest could be malformed
-
06:46 PM Bug #5368 (Assigned): ensure節でsleepするようなThreadがあるとインタプリタが終了しない
-
06:46 PM Bug #5358 (Assigned): YAML 中のタグの扱いについて
-
06:46 PM Bug #5355 (Assigned): Sync_mにBug #5195やBug #5258と同様のバグ
-
06:46 PM Bug #5330 (Assigned): Bug Report: wrong backtrace
-
06:46 PM Bug #5269 (Assigned): All ThreadError in PStore transaction will be caught and replaced with PStore::Error
-
06:46 PM Bug #5266 (Assigned): BigDecimal#sqrt で、大きな数の平方根の、要求する精度が低いある範囲のとき、結果がおかしい
-
06:46 PM Bug #5246 (Assigned): bootstraptest fails on ia64
-
06:46 PM Bug #5236 (Assigned): Including a module in a superclass after it has been included in a subclass leads to infinite recursion if the module uses `super`
-
06:46 PM Bug #5214 (Assigned): "not (true)" should not warn "(...) interpreted as grouped expression"
-
06:46 PM Bug #5199 (Assigned): ext/tk: RB_GC_GUARD seems to be needed in several places
-
06:46 PM Bug #5179 (Assigned): Complex#rationalize and to_r with approximate zeros
-
06:46 PM Feature #5174 (Assigned): Export ruby_init_prelude()
-
06:46 PM Feature #5138 (Assigned): Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
-
06:46 PM Feature #5133 (Assigned): Array#unzip as an alias of Array#transpose
-
06:42 PM Feature #4057: FileUtils.copy with FIFOs and Special Devices
- I feel following hang is bad behavior.
% mkfifo p
% ruby -v -rfileutils -e 'FileUtils.copy "p", "p2"'
ruby... -
06:42 PM Feature #4095: C1 Coverage
- Contribution are welcomed...
-
06:36 PM Feature #4046 (Feedback): Saving C's **argv and cwd allows Ruby programs to reliably restart themselves
- argv[0] is not reliable on some environment.
see "#! - the Unix truth as far as I know it."
http://homepages.cwi.... -
06:26 PM Feature #3995 (Rejected): Hash#update with Enumerable
-
06:11 PM Feature #3773 (Rejected): Module#parent
- I mark this Rejected since Matz rejected it. Sorry for not respecting your extra concern. It would be good to file ...
-
06:10 PM Feature #3727 (Closed): rb_f_require_relative not included in Ruby API
- closing because no feedback..
-
06:05 PM Feature #3727: rb_f_require_relative not included in Ruby API
- I think it is difficult to determine the base directory of relative directory in C.
-
06:07 PM Feature #3897 (Rejected): Pathname sub_ext! method
- Pathname is immutable as commented.
-
06:07 PM Feature #3715 (Rejected): Enumerator#size and #size=
- As matz already rejeted I hereby close this issue. If you still need it, please open a new ticket with revisied AIPs...
-
05:57 PM Feature #3688 (Assigned): redef keyword for method redefinition in Ruby 2.0
-
05:51 PM Feature #3619 (Rejected): \x{XXXX} as an escape sequence of string
-
05:46 PM Feature #3575: String#split is inconsistent with empty string and negative limit
- I think Ruby thinks "" has no fields, not one field which have empty string.
So, "".split(",", -1) should return [... -
05:39 PM Feature #3511 (Feedback): rb_path_to_class should call custom const_defined? methods
- Aaron, is this hook extension still needed for your usecase? (assuming Rails?)
Not bad but it would affect perform... -
05:23 PM Feature #6129: String#each_lineにおけるmemmem()の利用
- Nobuyoshi Nakada wrote:
>* パラグラフモードでも効果があるか
>* マルチバイト文字の途中にマッチした場合はどうなるか
>また、追加されたコードが既存のコードとかなり重複しているように見えます。 重複を... -
05:19 PM Feature #3447 (Feedback): argument delegation
- * このスレッドの現状をどなたか教えていただけませんか。
* この記法のユースケースをどなたか教えていただけませんか。 -
05:17 PM Feature #3429 (Closed): Integer#**(large) warns "in a**b, b may be too big" and return Infinity
- This issue was solved with changeset r35081.
Benoit, thank you for reporting this issue.
Your contribution to Ruby is... -
04:50 PM Feature #3429: Integer#**(large) warns "in a**b, b may be too big" and return Infinity
- mrkn, please handle this.
-
04:37 PM Feature #3427 (Rejected): instances of Dir class can't be compared
- Marked as Rejected since the original poster agreed that it's less likely to be needed.
-
04:34 PM Feature #3426 (Rejected): exec doesn't allow command lines which begin with an env variable assignment
- Mark as Rejected since Endoh-san said it's duplicated of #3321, and #3321 is rejected.
-
04:28 PM Feature #3388: regexp support for start_with? and end_with?
- I think we can cache regexp structure according to regexp source, options, encoding.
If regexp structure is cached... -
04:25 PM Feature #3388: regexp support for start_with? and end_with?
- rindex(pattern) would fail to detect proper end_of_string index. It must be /{suffix}\Z/.
-
03:49 PM Feature #3300 (Feedback): onig_number_of_captures に相当するメソッド Regexp#ncapture
-
03:37 PM Feature #3001 (Feedback): Ruby stdlib: Benchmark::Tms #memberwise drops labels
-
03:36 PM Feature #2975 (Closed): Kernel.warn always writes despite $VERBOSE value
- I mark as Closed since it seems we already have it in docs.
Please file a new ticket for the proposed API change s... -
03:28 PM Feature #2824 (Closed): Backtrace from Singleton Classes is Unclear
- This issue was solved with changeset r35079.
Run Paint, thank you for reporting this issue.
Your contribution to Ruby... -
03:22 PM Feature #2715: Optimization to avoid spawning shell in Kernel#system call should check for failure conditions
- I feel the optimization (avoid shell when no meta characters) can be removed.
We have many ways to avoid shell suc... - 03:21 PM Revision 27c53898 (git): * 2012-03-19
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35087 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:21 PM Revision f4aff7fe (git): num2ll and num2ull
- * ext/-test-/num2int/num2int.c (print_num2ll, print_num2ull): define
only if long long is available, and use long l... -
03:21 PM Revision bd377449 (git): volatile errinfo
- * eval_jump.c (rb_exec_end_proc): need volatile to prevent from
setjmp/longjmp.
git-svn-id: svn+ssh://ci.ruby-lang... -
03:05 PM Feature #2645: Have a method in StringScanner which returns the position in characters rather than in bytes
- gettalong wrote:
> I had a similar problem: I wanted to extract a part of a StringScanner-backed string.
>
> C... -
02:50 PM Feature #2351 (Rejected): system() hardlinked to /bin/sh
- I close this as 'Rejected' since no update given long time.
-
02:21 PM Revision e30dbb36 (git): fix condition for free
- * gc.c (aligned_free): fix condition for free. memalign() and
posix_memalign() are not defined together normally.
... -
02:05 PM Feature #1952: cannot stop with Ctrl+C
- 開発者会議で笹田さんなどと議論したところ、
以下のスクリプトで、2回め以降の ^C で 1 が表示されないのはバグであるという
結論になりました。
% ruby -ve '
Thread.new do
b... -
01:50 PM Feature #1952: cannot stop with Ctrl+C
- 現在の挙動。
% cat foo.rb
Thread.new do
begin
begin
p :sleep
sleep
ensure
p :raise
... -
01:38 PM Feature #3908 (Closed): private constant
- Closing as implemented at 1.9.3.
-
11:16 AM Bug #6168 (Assigned): Segfault in OpenSSL bindings
-
05:21 AM Bug #6168 (Third Party's Issue): Segfault in OpenSSL bindings
- Hello,
A few days ago I updated my Arch Linux server to OpenSSL 1.0.1-1 and Ruby 1.9.3_p125-2. Since then I have b... -
11:15 AM Revision 1d006f35 (git): * gc.c (aligned_malloc, aligned_free): added fallback implementations
- for platforms like OSX Leopard.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35083 b2dd03c8-39d4-4d8f-98ff-823f... -
11:06 AM Feature #5422: File.fnmatch != Dir.glob # {no,sets}
- Works for me if it works for the API.
-
10:45 AM Revision 3175fbf1 (git): * win32/Makefile.sub: put an empty line between stub and script.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35082 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:20 AM Bug #5544: Lookup scope for class variables in class_eval'd procs changed in 1.9.3
- I suppose so long as it is documented, the difference is ok. I think this can be closed in that case.
-
09:10 AM Feature #6166: Enumerator::Lazy#pinch
- Happy St. Patty's Day ;)
I don't seen any green on this site... *pinch* -
12:47 AM Feature #6166 (Rejected): Enumerator::Lazy#pinch
- In previous issue #6158 it has been determined that Enumerator::Lazy#take should be lazy. But an eager form of #take ...
-
08:17 AM Revision ed4c5f38 (git): * bignum.c (rb_big_pow): estimate result bit size more precisely.
- [ruby-core:30735][Feature #3429]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35081 b2dd03c8-39d4-4d8f-98ff-82... -
08:17 AM Revision 2555f3f5 (git): * gc.c (free_method_entry_i): method entry may be in
- unlinked_method_entry_list. [ruby-core:43383][Bug #6171]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35080 b... -
07:53 AM Feature #6154: Eliminate extending WaitReadable/Writable at runtime
- I thought about that...it would still be better to add EWOULDBLOCKReadable,
etc, than to pay the .extend toll ever... -
06:28 AM Revision 7e78f6f5 (git): * compile.c: typo fix by Run Paint Run Run.
- [ruby-core:28368] [Bug #2824]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35079 b2dd03c8-39d4-4d8f-98ff-823fe... -
06:09 AM Bug #6170 (Rejected): Compile error: "implicit declaration of function 'pthread_get_stackaddr_np'", "'pthread_get_stacksize_np'"
- =begin
When compiling Ruby 1.9.3 (I've tested 1.9.3p0 and 1.9.3p125), (({thread_pthread.c})) produces a compile erro... -
06:00 AM Bug #6169: Compile error "implicit declaration of function 'ruby_setreuid'", "'ruby_setregid'"
- =begin
This is fixed by removing lines 111-116 from (({process.c})), reproduced here:
#ifdef BROKEN_SETREUID
#defi... -
05:58 AM Bug #6169 (Closed): Compile error "implicit declaration of function 'ruby_setreuid'", "'ruby_setregid'"
- =begin
When compiling Ruby 1.9.3 (I've tested 1.9.3p0 and 1.9.3p125), process.c produces a compile error
The foll... -
05:26 AM Revision 58f269d0 (git): merge revision(s) 34433: [Backport #6153]
- * encoding.c (rb_enc_compatible): return ASCII-8BIT even if 2nd string
is ascii only string. [ruby-core:42354] [Bug... -
04:02 AM Bug #6167: String#count: wrong result for multiple complements of multi-byte characters
- Other incorrect results:
>> "\u0100\u0101".count("a", "\u0100")
=> 1
>> "\u0100\u0101".count("\u0100", "a")
=> ... -
02:37 AM Bug #6167 (Closed): String#count: wrong result for multiple complements of multi-byte characters
- >> "\u0100\u0101".count("^\u0100", "^\u0101")
=> 2
Since multiple arguments are intersected, the expected result ... - 01:03 AM Revision ef4ea58c (git): * 2012-03-18
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35077 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:03 AM Revision 42c18fe7 (git): * lib/profiler.rb: support calling singleton methods of
- an instance of BasicObject.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35076 b2dd03c8-39d4-4d8f-98ff-823fe69b...
03/17/2012
-
10:35 PM Bug #6158: Enumerator::Lazy#take: should it be lazy?
- matz:
> use #first. map! etc. do not conform other bang method naming convention.
Thank you for taking the decisi... -
10:02 AM Bug #6158: Enumerator::Lazy#take: should it be lazy?
- use #first. map! etc. do not conform other bang method naming convention.
-
07:36 AM Bug #6158: Enumerator::Lazy#take: should it be lazy?
- =begin
Same for me - at first was thinking about having take evaluating makes sense.
But having ability to continue... -
12:55 AM Bug #6158: Enumerator::Lazy#take: should it be lazy?
- Both "takes" on this seem valid. Could there be a special method similar to take for de-lazying and taking a segment ...
-
05:59 PM Feature #6154: Eliminate extending WaitReadable/Writable at runtime
- On Fri, Mar 16, 2012 at 7:24 PM, Eric Wong <[email protected]> wrote:
>> The only cases that break are cases th... -
09:29 AM Feature #6154: Eliminate extending WaitReadable/Writable at runtime
- Charles Nutter <[email protected]> wrote:
> I should have mentioned that JRuby has been running this way for a
... -
10:23 AM Bug #6155: Enumerable::Lazy#flat_map raises an exception when an element does not respond to #each
- Hi,
In message "Re: [ruby-core:43357] [ruby-trunk - Bug #6155] Enumerable::Lazy#flat_map raises an exception wh... -
06:42 AM Bug #6155: Enumerable::Lazy#flat_map raises an exception when an element does not respond to #each
- Hi,
Shugo Maeda wrote:
> I doubt that this behavior of Enumerable#flat_map is reasonable.
> flat_map is designed... -
12:48 AM Bug #6155: Enumerable::Lazy#flat_map raises an exception when an element does not respond to #each
- > > [1, 2, 3].flat_map { |n| n }.to_a
>
> I doubt that this behavior of Enumerable#flat_map is reasonable.
I ... -
10:23 AM Feature #5008: Equal rights for Hash (like Array, String, Integer, Float)
- Hi,
In message "Re: [ruby-core:43358] [ruby-trunk - Feature #5008] Equal rights for Hash (like Array, String, I... -
10:08 AM Feature #5008: Equal rights for Hash (like Array, String, Integer, Float)
- > "Repeating myself, unlike other classes in the table, Hash does not have "natural" conversion from set of values, s...
-
07:13 AM Feature #5008: Equal rights for Hash (like Array, String, Integer, Float)
- Hi,
Yukihiro Matsumoto wrote:
> Repeating myself, unlike other classes in the table, Hash does not
> have "nat... -
08:31 AM Feature #6163 (Closed): Remove syck YAML extension
- =begin
The syck extension should be removed for the following reasons:
Syck only supports YAML 1.0
Syck is not... -
04:24 AM Bug #6151: ArgumentError of lambda shows wrong location
- How can that be by design? What kind of design criteria says that "instance_eval should blow up if a lambda is passed...
-
03:18 AM Bug #6151: ArgumentError of lambda shows wrong location
- Just the location was fixed. The error is "by design" -- as you discovered, you will need to use Proc.new (or lambda ...
-
03:16 AM Bug #6151: ArgumentError of lambda shows wrong location
- Just to be clear, where both issues fixed? i.e. the fact that an error was raised in this case at all, as well as the...
-
02:19 AM Bug #6161 (Closed): Document interpretation of backslashes in string transliterations
- =begin
The transliteration string accepted by String#tr, #delete, #squeeze, and #count has its own backslash escape ... -
01:49 AM Bug #6160 (Closed): '\\'.delete('\\') raise ArgumentError: empty string
- This issue was solved with changeset r35073.
Kazuhiro, thank you for reporting this issue.
Your contribution to Ruby ... -
01:40 AM Bug #6160 (Closed): '\\'.delete('\\') raise ArgumentError: empty string
- r35069 の変更の影響でクリーンビルドすると
../tool/transcode-tblgen.rb:758:in `delete': empty string (ArgumentError)
で止まります。
再現条件を... -
12:35 AM Bug #6159: Enumerable::Lazy#inspect
- Benoit Daloze wrote:
> So something like: #<Enumerator::Lazy: 1..5:each> or #<Enumerator::Lazy: #<Enumerator: 1..5:e...
03/16/2012
-
11:22 PM Bug #6158 (Assigned): Enumerator::Lazy#take: should it be lazy?
- Hello,
Benoit Daloze wrote:
> I noticed #take is now defined on Enumerator::Lazy, and it has lazy behavior:
>
... -
08:49 PM Bug #6158 (Closed): Enumerator::Lazy#take: should it be lazy?
- Hello,
I noticed #take is now defined on Enumerator::Lazy, and it has lazy behavior:
(1..1000).lazy.select(... -
10:05 PM Revision 30c0db4a (git): follow r35040
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35075 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:57 PM Revision db3bce11 (git): * object.c: Fix indentation of Class#inherited example.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35074 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:59 PM Bug #6159 (Closed): Enumerable::Lazy#inspect
- Hello,
Enumerable::Lazy#inspect is undefined right now and relies on Enumerator#inspect:
(1..5).lazy # => #... -
08:06 PM Bug #6156 (Closed): String#tr fails on UTF-16
- This issue was solved with changeset r35069.
John, thank you for reporting this issue.
Your contribution to Ruby is g... -
03:05 PM Bug #6156 (Closed): String#tr fails on UTF-16
- >> "b".encode("utf-16le").tr("a-z".encode("utf-16le"), "*".encode("utf-16le"))
ArgumentError: invalid byte sequence ... -
07:41 PM Bug #6107: Documentation Abbrev (stdlib) confusing
- Previous patch is bunk, please disregard.
Attached patch removes the sort from the example and updates the example... -
04:49 PM Revision ea6511c6 (git): * string.c (trnext): fix bug with string ending with '\\'.
- [ruby-dev:45374][Bug #6160]
* test/ruby/test_string.rb (TestString#test_delete): test for
above.
git-svn-id: svn+... -
03:36 PM Bug #6157 (Closed): Enumerable::Lazy#select does not handle multiple yield arguments
- Dan Kubb wrote:
> When the #each method yields more than one argument, Enumerable::Lazy#select only accepts the firs... -
03:23 PM Bug #6157 (Closed): Enumerable::Lazy#select does not handle multiple yield arguments
- When the #each method yields more than one argument, Enumerable::Lazy#select only accepts the first argument, e.g.:
... -
03:30 PM Revision 2cab78a9 (git): remove a trailing space [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35072 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:20 PM Revision 9a4c2a98 (git): * 2012-03-17
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35071 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:20 PM Revision 25755e38 (git): remove a trailing space
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35070 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:19 PM Bug #6155 (Assigned): Enumerable::Lazy#flat_map raises an exception when an element does not respond to #each
-
03:19 PM Bug #6155: Enumerable::Lazy#flat_map raises an exception when an element does not respond to #each
- Hello,
Dan Kubb wrote:
> The following statement will raise "NoMethodError: undefined method `each' for 1:Fixnum"... -
02:53 PM Bug #6155 (Closed): Enumerable::Lazy#flat_map raises an exception when an element does not respond to #each
- The following statement will raise "NoMethodError: undefined method `each' for 1:Fixnum":
[1, 2, 3].lazy.flat_ma... -
02:42 PM Bug #5544: Lookup scope for class variables in class_eval'd procs changed in 1.9.3
- Joshua Ballanco wrote:
> While I prefer the behavior in 1.9.3 (it is more consistent with constant lookup rules), th... -
02:38 PM Bug #5544 (Closed): Lookup scope for class variables in class_eval'd procs changed in 1.9.3
- This issue was solved with changeset r35057.
Joshua, thank you for reporting this issue.
Your contribution to Ruby is... -
02:33 PM Bug #5777: class_eval/module_eval works differently when given a string than when given a block in 1.9.2 and 1.9.3
- George MacKerron wrote:
> Yehuda, thanks for the response. I understand that the lookup rules were changed between 1... -
02:28 PM Bug #5777 (Closed): class_eval/module_eval works differently when given a string than when given a block in 1.9.2 and 1.9.3
- This issue was solved with changeset r35056.
George, thank you for reporting this issue.
Your contribution to Ruby is... -
02:23 PM Bug #5570: Encoding of environment variables on Windows
- On Thu, Mar 15, 2012 at 05:16, Nikolai Weibull <[email protected]> wrote:
> On Thu, Mar 15, 2012 at 02:51, U.Nakamura <u... -
12:46 PM Bug #5570 (Closed): Encoding of environment variables on Windows
- This issue was solved with changeset r35030.
Nikolai, thank you for reporting this issue.
Your contribution to Ruby i... -
02:23 PM Feature #5008: Equal rights for Hash (like Array, String, Integer, Float)
- On Friday, 16 Mar 2012 at 1:13 PM, Yukihiro Matsumoto wrote:
> Hi,
>
> In message "Re: [ruby-core:43310] [ru... -
02:19 PM Feature #5008: Equal rights for Hash (like Array, String, Integer, Float)
- "Repeating myself, unlike other classes in the table, Hash does not have "natural" conversion from set of values, so ...
-
01:23 PM Feature #5008: Equal rights for Hash (like Array, String, Integer, Float)
- Hi,
In message "Re: [ruby-core:43310] [ruby-trunk - Feature #5008] Equal rights for Hash (like Array, String, I... -
12:18 PM Feature #5008: Equal rights for Hash (like Array, String, Integer, Float)
- I approve `to_h` as explicit conversion to a Hash.
It should be created and implemented for NilClass, Hash, Enumer... -
02:58 AM Feature #5008: Equal rights for Hash (like Array, String, Integer, Float)
- =begin
Request #3131 was fulfilled, so here is the updated feature matrix:
| | Kernel | Impli... -
02:12 PM Bug #5616 (Closed): * /lib/net/imap.rb exception in IMAP.new when get_response returns nil
- This issue was solved with changeset r35055.
Edsard, thank you for reporting this issue.
Your contribution to Ruby is... -
01:56 PM Bug #5620 (Closed): (Net::IMAP::ResponseParseError) unexpected token LBRA (expected SPACE)
- This issue was solved with changeset r35054.
art , thank you for reporting this issue.
Your contribution to Ruby is g... -
01:06 PM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
- Related: http://bugs.ruby-lang.org/issues/6154
-
01:05 PM Feature #6154: Eliminate extending WaitReadable/Writable at runtime
- I should have mentioned that JRuby has been running this way for a while (on master) and we have had no reports of in...
-
01:02 PM Feature #6154 (Closed): Eliminate extending WaitReadable/Writable at runtime
- The nonblocking IO operations started extending WaitReadable or WaitWritable into the Errno::EAGAIN instance some tim...
-
12:42 PM Bug #6151: ArgumentError of lambda shows wrong location
- The reason it raises an error is that instance_eval yields one argument (the receiver), and lambdas are strict about ...
-
12:30 PM Bug #6151 (Closed): ArgumentError of lambda shows wrong location
- fixed in r35051-r35053.
-
11:59 AM Bug #6151: ArgumentError of lambda shows wrong location
- You need to indent with spaces, before tabs.
-
06:13 AM Bug #6151: ArgumentError of lambda shows wrong location
- That's fun, go to report a bug in Ruby and hit a bug in Ruby's Bug tracker.
Try again, this time with no RD crap.
... -
06:08 AM Bug #6151 (Closed): ArgumentError of lambda shows wrong location
- =begin
Perhaps there is a reason, but it sure seems like a bug to me. Given this simple class:
#
c... -
12:07 PM Bug #6142: Enumerable::Lazy#zip doesn't rewind internal enumerators
- Thomas Sawyer wrote:
> A touch OT, but is Brian Candler being involved in the development of this? I don't know of a... -
12:03 PM Bug #6142: Enumerable::Lazy#zip doesn't rewind internal enumerators
- Innokenty Mikhailov wrote:
> a = (1..3).lazy.zip('a'..'z')
> a.to_a #=> [[1, "a"], [2, "b"], [3, "c"]]
> a.t... -
11:25 AM Bug #6152 (Closed): Enumerator::Lazy#take
- Nobuhiro IMAI wrote:
> 以下はテストにある Step クラスですが、
(snip)
> a.lazy.take(5).to_a # => [1, 2, 3, 4, 5]
> a.current... -
09:13 AM Bug #6152 (Closed): Enumerator::Lazy#take
- =begin
以下はテストにある Step クラスですが、
class Step
include Enumerable
attr_reader :current, :args
def initi... -
11:06 AM Revision ba20fe62 (git): * string.c (trnext): should advance char-wise.
- [ruby-core:43335][Bug #6156]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35069 b2dd03c8-39d4-4d8f-98ff-823fe69... -
08:42 AM Revision 7af3e9f0 (git): fix unreachable warning line number
- * parse.y (block_append_gen): fix unreachable warning line number.
should warn at the code, not jump.
git-svn-id: ... -
08:38 AM Revision be2dc443 (git): fix typo
- * test/ruby/test_module.rb (test_method_redefinition): fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3... -
08:38 AM Revision 2b906bf2 (git): verbose_warning
- * test/ruby/envutil.rb (verbose_warning): should not hide execptions.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tr... -
08:38 AM Revision d19e5328 (git): suppress warning.
- * test/ruby/envutil.rb: suppress warnings.
* test/ruby/test_exception.rb: ditto.
git-svn-id: svn+ssh://ci.ruby-lang... -
08:38 AM Revision 36ada1b3 (git): fix indent
- * test/ruby/test_exception.rb (test_exception): fix indent.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35064 ... -
08:38 AM Revision 9faa9109 (git): Tempfile#open
- * test/ruby/test_exception.rb (test_systemexit_new,
test_exception_in_exception_equal): use Tempfile#open.
git-svn... -
08:38 AM Revision 62cdd6e6 (git): fix argument order
- * test/ruby/test_parse.rb (test_void_expr_stmts_value): expected value
comes first.
git-svn-id: svn+ssh://ci.ruby-... -
08:38 AM Revision a87f0aa0 (git): bug number
- * test/ruby/test_syntax.rb (test_keyword_rest): give the bug number to assertions.
git-svn-id: svn+ssh://ci.ruby-lan... -
08:33 AM Revision 19451891 (git): * enum.c (enum_take): allocate buffer array before iteration, as well
- as enum_first did.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35060 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
06:02 AM Revision a920c29c (git): * enum.c (enum_first): remove duplication.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35059 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:45 AM Revision a157c85a (git): * load.c (ruby_init_ext): don't free the given pointer itself.
- It is not guaranteed even that the pointer is on heap.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35058 b2dd0... -
05:38 AM Revision 58d1b85c (git): * vm_eval.c (rb_mod_module_eval): fix the documentation of
- class_eval to mention class variable lookup. [ruby-core:40649]
[Bug #5544]
git-svn-id: svn+ssh://ci.ruby-lang.org... -
05:28 AM Revision a377ef5e (git): * vm_eval.c (rb_mod_module_eval): fix the documentation of
- class_eval to mention constant lookup. [ruby-core:41718]
[Bug #5777]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/... -
05:12 AM Revision 6853b44a (git): * lib/net/imap.rb (initialize): raise Net::IMAP::Error when the
- connection is closed without a greeting response.
[ruby-core:40938] [Bug #5616]
git-svn-id: svn+ssh://ci.ruby-lang... -
04:56 AM Revision ed07df5a (git): * lib/net/imap.rb (rfc822_text): ignore [] after RFC822.
- [ruby-core:40945] [Bug #5620]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35054 b2dd03c8-39d4-4d8f-98ff-823fe6... -
03:34 AM Feature #6150 (Rejected): add Enumerable#grep_v
- Please add a grep_v() method to Enumerable that behaves like the opposite of grep().
For example, if Enumerable#gr... -
03:27 AM Feature #5422: File.fnmatch != Dir.glob # {no,sets}
- What if we pass a File::FNM_EXTGLOB flag to the File.fnmatch methods?
File.fnmatch? '{.g,t}*', '.gem', File::FNM... -
03:15 AM Feature #2294: [PATCH] ruby_bind_stack() to embed Ruby in coroutine
- Hello Steve,
I'm glad my patch fixed the problem for you. :)
Regarding what changed in Ruby 1.9 to cause this ... -
03:09 AM Revision 5308538b (git): * ChangeLog: fix typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35053 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:00 AM Revision 817eb7d1 (git): * vm_insnhelper.c (argument_error): use line number at the beginning
- of lambda, not the first code ob its body.
[ruby-core:43314][Bug #6151]
git-svn-id: svn+ssh://ci.ruby-lang.org/ru... -
03:00 AM Revision e2ca7837 (git): * iseq.c (rb_iseq_first_lineno): constified.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35051 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:29 AM Feature #1122: request for: Object#try
- > How about just `respond` ?
>
> foo.respond(:bar)
I like it.
-r -
02:24 AM Feature #1122: request for: Object#try
- How about 'can'?
user.can(:talk)
Just my two cents.
-
12:26 AM Feature #1122: request for: Object#try
- How about just `respond` ?
foo.respond(:bar)
And really, there's no reason it can't support delegation styl... -
02:22 AM Revision 29f73009 (git): * enumerator.c (lazy_take): don't enumerate an extra value.
- [ruby-dev:45370] [Bug #6152]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35050 b2dd03c8-39d4-4d8f-98ff-823fe69... -
12:43 AM Bug #6144: regexec may allocate extra memory?
- > ただ、なぜわざわざ一度 char* 型の変数に代入しているのかはよく分かりません。
あ、stk_alloc の計算のために char* 型でなければならないのを見落としていました。 -
12:36 AM Bug #6144: regexec may allocate extra memory?
- alloc_addr は、その後 OnigStackIndex* にキャストされて、OnigStackIndex の配列として使用されています。
OnigStackIndex は intptr_t の typedef ですので、xa... -
12:21 AM Bug #6144 (Assigned): regexec may allocate extra memory?
- うーん、何か変えるとしたら、以下のような感じですかねぇ。
diff --git a/regexec.c b/regexec.c
index 2587cd9..9e31c71 100644
--- a/regexec.c
+...
03/15/2012
-
11:30 PM Bug #6143: Onigmo allows broken regexp: /(?(x.)/
- Onigmoのmasterブランチには修正を入れました。
https://github.com/k-takata/Onigmo/commit/35f530676970e42b83b5d6789dd5820101e430d7
現... -
09:30 PM Revision a1f4163d (git): * enumerator.c (lazy_zip_func): variadic argument needs explicit cast
- on the platforms where VALUE is longer than int.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35049 b2dd03c8-3... -
09:29 PM Revision 641e9e7b (git): * enumerator.c (lazy_init_iterator): no need to check overflow twice.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35048 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:57 PM Bug #6107: Documentation Abbrev (stdlib) confusing
- Patch to fix this on trunk.
- 08:53 PM Revision 25ac2aaf (git): * 2012-03-16
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35047 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:53 PM Revision 5e726766 (git): * enumerator.c (lazy_init_iterator): Fix type error (int vs long).
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35046 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:25 PM Feature #1122 (Rejected): request for: Object#try
- Matz still hate "try", so I'll close this ticket.
Please reopen this ticket if you have good name which convince mat... -
05:53 PM Feature #6070 (Rejected): The scope of for loop variables
- Koichi Sasada wrote:
> (2012/03/05 16:10), Shugo Maeda wrote:
> > For loops are syntactically close to while loops... - 05:16 PM Revision 815d88b5 (git): * 2012-03-16
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@35045 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:16 PM Revision a8182419 (git): * version.h: Increase patch level [Issue 6148]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@35044 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:53 PM Bug #5486: rb_stat() doesn’t respect input encoding
- On Thu, Mar 15, 2012 at 05:24, Nikolai Weibull <[email protected]> wrote:
> 2012/3/15 U.Nakamura <[email protected]>... -
04:43 PM Bug #5486 (Closed): rb_stat() doesn’t respect input encoding
-
02:59 PM Bug #5486: rb_stat() doesn’t respect input encoding
- 2012/3/15 Trevor Wennblom <[email protected]>:
> try compiling an updated version of trunk from this repository:
> ... -
02:23 PM Bug #5486: rb_stat() doesn’t respect input encoding
- On 3/14/12 11:24 PM, Nikolai Weibull wrote:
> 2012/3/15 U.Nakamura<[email protected]>:
>> Hello,
>>
>> I... -
01:29 PM Bug #5486: rb_stat() doesn’t respect input encoding
- 2012/3/15 U.Nakamura <[email protected]>:
> Hello,
>
> In message "[ruby-core:43260] Re: [ruby-core:43236] [r... -
04:53 PM Bug #6148 (Closed): ruby_1_9_3 revision conflict
- Generally, people who want to backport should use tool/merger.rb.
It increment patch level. -
06:11 AM Bug #6148: ruby_1_9_3 revision conflict
- For backport commits, yes. I also believe rdoc-only clarifications are important and worthy of backporting.
IMO it... -
04:54 AM Bug #6148: ruby_1_9_3 revision conflict
- This is because I backported a small documentation change.
Should the version info be changed in those cases too?
... -
04:47 AM Bug #6148 (Closed): ruby_1_9_3 revision conflict
- Please remember to update the version info when backporting. Currently there are two 1.9.3p163's that can be built fr...
-
04:23 PM Bug #6146 (Closed): three possible bugs by nobu
- r35033,r35034,r35035
-
04:15 PM Bug #6149 (Third Party's Issue): Object#tap does not return the object it is called on in some cases
-
03:06 PM Bug #6149 (Rejected): Object#tap does not return the object it is called on in some cases
-
01:11 PM Bug #6149: Object#tap does not return the object it is called on in some cases
- I see that now. I'm going to close this.
-
01:06 PM Bug #6149: Object#tap does not return the object it is called on in some cases
- HTTParty::Response inherits from BasicObject, which doesn't define tap. So the tap method you are calling is provided...
-
12:35 PM Bug #6149 (Third Party's Issue): Object#tap does not return the object it is called on in some cases
- # gem install httparty
# then in an irb console enter :
require 'httparty'
class Foo
include HTTParty
base_u... -
02:20 PM Revision 2baeb782 (git): * enum.c (rb_enum_values_pack): rename from enum_values_pack, and
- remove static.
* enumerator.c (lazy_init_iterator, lazy_init_yielder,
lazy_select_func, lazy_reject_func, lazy_gre... -
01:23 PM Bug #5570: Encoding of environment variables on Windows
- On Thu, Mar 15, 2012 at 02:51, U.Nakamura <[email protected]> wrote:
> Hello,
>
> In message "[ruby-core:4323... -
10:14 AM Revision d135138f (git): * enumerator.c (lazy_zip): rescue StopIteration returned by
- Enumerator#next.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35042 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:25 AM Revision 032861ad (git): * enumerator.c (lazy_zip, lazy_cycle): Enumerator::Lazy#{zip,cycle}
- should be eager when a block is given, to be consistent with
Enumerable#{zip,cycle}.
git-svn-id: svn+ssh://ci.ruby... -
08:47 AM Revision ff1f6107 (git): * enumerator.c (InitVM_Enumerator): renamed Enumerable::Lazy to
- Enumerator::Lazy.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35040 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
07:38 AM Revision 4a1db362 (git): * enumerator.c (enumerator_lazy): added cycle to the documentation.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35039 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:37 AM Revision bf87ec4e (git): * parse.y (parser_yylex): fix warning line number.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35038 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:24 AM Revision b30c4aa8 (git): * test/ruby/test_m17n.rb (assert_warning): use common method.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35037 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:19 AM Revision fbdce669 (git): * enumerator.c (lazy_cycle): check argument number overflow before
- creating temporary array.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35036 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
06:16 AM Bug #6085 (Closed): Treatment of Wrong Number of Arguments
- Hi,
Martin Dürst wrote:
> While we are at it, can we also change the extremely cryptic "for".
> So the best wo... -
06:10 AM Bug #6085: Treatment of Wrong Number of Arguments
- Hi,
Yusuke Endoh wrote:
> You know, making parsing easy is not the purpose or the right way.
> My concern is j... -
06:04 AM Revision a258d6f4 (git): * util.c (ruby_strtod): no need to check same digit for hexdigit
- twice. [ruby-dev:45363][Bug #6146]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35035 b2dd03c8-39d4-4d8f-98ff... -
06:04 AM Revision 375aedbf (git): * parse.y (sym_check_asciionly): check ascii compatibility before
- scanning for code range.
* parse.y (intern_str): set to us-ascii if ascii only.
[ruby-dev:45363][Bug #6146]
git-s... -
06:03 AM Revision 36f6ce40 (git): * file.c (ruby_enc_find_basename): allow NULL as alllen.
- [ruby-dev:45363][Bug #6146]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35033 b2dd03c8-39d4-4d8f-98ff-823fe69... -
05:49 AM Revision 65fcaf41 (git): * string.c (rb_str_conv_enc_opts): default to original encoding.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35032 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:49 AM Revision f59caa29 (git): * hash.c (env_str_new, rb_f_getenv, env_fetch): use rb_str_conv_enc()
- instead of rb_str_encode() to simplify the code.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35031 b2dd03c8-3... - 03:57 AM Revision fcaee4bd (git): * win32/win32.c, include/ruby/win32.h (rb_w32_ugetenv): new API to
- accept and to return UTF-8 strings.
* win32/win32.c (rb_w32_getenv): follow above change.
* win32/win32.c (rb_w32_g... -
03:31 AM Revision c6671f10 (git): * adjust style.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35029 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:00 AM Revision d18dc746 (git): * enumerator.c (lazy_cycle): add Enumerable::Lazy#cycle.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35028 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:39 AM Revision c037f1f6 (git): * adjust style.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35027 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:31 AM Revision 9f9201b8 (git): * test/ruby/test_arity.rb (TestArity#err_mess): use assert_raise.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35026 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Also available in: Atom