Activity
From 11/13/2012 to 11/19/2012
11/19/2012
-
11:43 PM Bug #7214: Ruby 2.0 breaks support for some debugging tools
- I will try to rewrite ruby-debug-base for 2.0 using your fork during this week and will post about results
-
11:17 PM Bug #5530: SEEK_SET malfunctions when used with 'append' File.open mode
- =begin
For documenting a constant by (({rb_define_const})), I think you need to use Document-const directive in rdoc.
http://rdoc.rubyforge.org/RDoc/Parser/C.html
((*edit s/defined/define*))
=end
-
04:59 PM Bug #5530 (Assigned): SEEK_SET malfunctions when used with 'append' File.open mode
- Hi drbrain,
Your patch looks don't work. Attached patch created following result.
= File::Constants
(from ruby core)
------------------------------------------------------------------------------
foo bar.
--------------------... -
08:23 AM Bug #5530 (Closed): SEEK_SET malfunctions when used with 'append' File.open mode
- Committed: https://github.com/rdoc/rdoc/commit/4b76cba4
-
10:55 PM Bug #7383: Use stricter cache check in load.c
- Yura, thank you.
Indeed rb_ary_shared_with_p does not react against #shift or #pop. Original array remains shared with the snapshot.
However, I think adding a check of array length would be sufficient for that. This fix has no performa... -
10:20 PM Bug #7403 (Closed): TestWIN32OLE_TYPE test failure on Windows 8
- While I doing test-all, I noticed a failing test on Windows 8.
test_implemented_ole_types(TestWIN32OLE_TYPE) [C:/work/snapshot/test/win32ole/test_win32ole_type.rb:176]:
Expected /^IShellDispatch5{0,1}$/ to match "IShellDispatch6".
... -
08:33 PM Feature #7252: version number of 2.0 release
- 少なくとも 2.0.0 を出すにあたって上記の方針で問題なければチケットをクローズしてください。
-
08:11 PM Bug #7272 (Closed): twice-a-week manual svn -> github sync
-
07:53 PM Feature #7378: Adding Pathname#write
- On 17/11/12 12:46, Eregon (Benoit Daloze) wrote:
>
> Issue #7378 has been updated by Eregon (Benoit Daloze).
>
>
> Hello,
>
> Your feature requests sound very logical to me, and I actually made a path manipulation library ... -
07:32 PM Bug #7259: ruby-debug-base19x does not compile on 2.0.0-head
- Looks like it, feel free to close this one as a duplicate
-
07:22 PM Bug #4266 (Closed): Timeouts in threads cause "ThreadError: deadlock; recursive locking"
- This issue was solved with changeset r37724.
Christopher, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
* prelude.rb: Moved Mutex#synchronize to
* thread.c (rb_mu... -
06:43 PM Feature #5613 (Closed): Signal.termsigname メソッドの追加
- This issue was solved with changeset r37723.
Motohiro, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
* signal.c (sig_signame): implements Signal.signame method
[F... -
06:35 PM Feature #7393 (Closed): Fix array behaviour when it is used as a queue: github#174
-
12:26 PM Feature #7393: Fix array behaviour when it is used as a queue: github#174
- Hi,
I think the pull request was merged to trunk as r37581-r37584.
-
12:18 PM Feature #7393 (Closed): Fix array behaviour when it is used as a queue: github#174
- =begin
from github:
https://github.com/ruby/ruby/pull/174
When array is used intensively as a queue (ie repeated push/shift calls), then its performance degrades very quickly with array's size (especially when almost every shift is ... -
06:04 PM Feature #6682: Add a method to return an instance attached by a singleton class
- =begin
zzak, thanks for updating this feature request.
I add more explanation.
First of all, I'll clarify my intention: I want any kind of modules to be interchangeably used in either of the following 2 ways:
(1) Extend inside ... -
08:43 AM Feature #6682: Add a method to return an instance attached by a singleton class
- I've added Ryo's patch from github: https://github.com/ruby/ruby/pull/142
Shyouhei, could you review this?
Thanks -
04:31 PM Bug #7382 (Closed): Struct#each_pairのyieldと他のeach_pairのそれの相違
- This issue was solved with changeset r37721.
tadayoshi, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
struct.c: yield assoc in each_pair
* struct.c (rb_struct_ea... -
12:11 AM Bug #7382 (Assigned): Struct#each_pairのyieldと他のeach_pairのそれの相違
-
12:11 AM Bug #7382: Struct#each_pairのyieldと他のeach_pairのそれの相違
- おっしゃることはもっともなので、直してトラブルが起きないかどうか確認したいです。
中田さん、お願いしていい?
Matz.
-
02:13 PM Bug #6203: Array#values_at does not handle ranges with end index past the end of the array
- Matz, could you please confirm what return value is correct for `[].values_at(1..3)`?
1) It could be []. This would be compatible with Ruby 1.8 & 1.9.
2) It could be [nil, nil, nil]. This is current behavior in trunk after Nobu's com... -
02:12 PM Revision 029b59ba (git): * configure.in (--enable-dtrace): change help message
- * configure.in (--enable-dtrace): remove ineffective "else AS_CASE ..."
because the variable $rb_cv_prog_dtrace_g is normally "yes" on
FreeBSD and the AS_CASE is not evaluated on FreeBSD.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby... -
01:31 PM Revision 82b24364 (git): * vm_backtrace.c (vm_backtrace_to_ary): fix a typo of an variable name.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37734 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:15 PM Feature #7401 (Rejected): Pathname#cleanpath default consider_symlink to true
- =begin
from github: https://github.com/ruby/ruby/pull/213
((*Pathname#cleanpath is a purely lexical cleanup of a unix path, to remove
useless syntax and return an equivalent path. However, the current default
algorithm makes choice... -
01:10 PM Feature #7400 (Closed): Incorporate OpenSSL tests from JRuby.
- =begin
from github: https://github.com/ruby/ruby/pull/206
((*These are tests we added to jruby-openssl over the years. They did not have equivalents in Ruby's test suite, so we are hoping to contribute them back to help build up MRI'... -
01:07 PM Feature #7399 (Closed): Add tests for PKCS7#type= and add_data.
- =begin
from github:
https://github.com/ruby/ruby/pull/205
Add PKCS7 tests.
* PKCS7#type=
* PKCS7#add_data
* PKCS7 encoded content
From JRuby pull requests: https://github.com/jruby/jruby/pull/355 and https://github.com/jruby... -
01:04 PM Bug #7398: Modify TestSSL#test_read_and_write to handle partial sysreads
- =begin
Description update:
((*SSLSocket#sysread can return fewer bytes than you request. This test does client reads and writes and server reads and writes concurrently, which means on a parallel-threaded implementation like JRuby th... -
01:03 PM Bug #7398 (Closed): Modify TestSSL#test_read_and_write to handle partial sysreads
- =begin
from github: https://github.com/ruby/ruby/pull/204
((*SSLSocket#sysread can return fewer bytes than you request. This test does client reads and writes and server reads and writes concurrently, which means on a parallel-thread... -
12:56 PM Bug #7397 (Closed): Fix detection of RL_PROMPT_*_IGNORE macros
- =begin
from github: https://github.com/ruby/ruby/pull/202
((*mkmf doesn't create HAVE_X definitions, so HAVE_RL_PROMPT_START_IGNORE
and HAVE_RL_PROMPT_END_IGNORE don't actually get defined by
ext/readline/extconf.rb. Instead, we sh... -
12:54 PM Feature #7375: embedding libyaml in psych for Ruby 2.0
- Hello Vit,
2012/11/19 Vít Ondruch <v.ondruch@gmail.com>:
> But anyway. I'll try to refrain from further comments to this thread, since
> I made all my points.
You might have a coronary if you saw trunk/LEGAL.
Not only nkf but a... -
08:23 AM Feature #7375: embedding libyaml in psych for Ruby 2.0 - On Mon, Nov 19, 2012 at 12:48:36AM +0900, Vít Ondruch wrote:
> Dne 18.11.2012 15:41, Yusuke Endoh napsal(a):
[snip]
> >Vit, can you create a distro package of Ruby depending on libyaml package,
> >rathar than bundling it, ... -
06:23 AM Feature #7375: embedding libyaml in psych for Ruby 2.0 - Dne 18.11.2012 18:37, Yusuke Endoh napsal(a):
> Hello Vit,
>
> 2012/11/19 Vít Ondruch <v.ondruch@gmail.com>:
>>> I can understand the policy of the Linux distribution. But, Ruby source
>>> distribution is mainly used for thos... -
02:53 AM Feature #7375: embedding libyaml in psych for Ruby 2.0
- Hello Vit,
2012/11/19 Vít Ondruch <v.ondruch@gmail.com>:
>> I can understand the policy of the Linux distribution. But, Ruby source
>> distribution is mainly used for those who intend to use Ruby with no
>> packaing system.
>
>... -
12:53 AM Feature #7375: embedding libyaml in psych for Ruby 2.0 - Dne 18.11.2012 15:41, Yusuke Endoh napsal(a):
> Hello,
>
> 2012/11/18 Benoit Daloze <eregontp@gmail.com>:
>> Agreed, it does not make sense to me to bundle to avoid this problem.
>> They are already many other dependencies whi... -
12:44 PM Feature #7396 (Rejected): encode location header
- from github:
https://github.com/ruby/ruby/pull/189 -
12:40 PM Bug #7395 (Closed): Negative numbers can't be primes by definition
- from github:
https://github.com/ruby/ruby/pull/187
By definition, a prime number can be a positive integer greater than 1.
http://mathworld.wolfram.com/PrimeNumber.html -
12:37 PM Revision f17aa9b3 (git): * vm_dump.c: not to include probes.h because the code does not depend
- on it.
* common.mk (vm_dump.$(OBJEXT)): remove dependency on probes.h
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37733 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:36 PM Feature #7394 (Assigned): Enumerable#find ifnone parameter could be non-callable
- from github:
https://github.com/ruby/ruby/pull/186
In trunk the `Enumerable#find` method `ifnone` parameter has to be callable or `nil`. I found that sometimes I want to return a simple value without wrapping it in a proc. This pull ... -
12:23 PM Bug #7391: Allow to use require_relative from eval and irb environment
- Please read this related issue. http://bugs.ruby-lang.org/issues/4487
-
11:10 AM Bug #7391 (Closed): Allow to use require_relative from eval and irb environment
- =begin
From github: https://github.com/ruby/ruby/pull/139
Before patch
1.9.3p125 :001 > require_relative "file"
LoadError: cannot infer basepath
from irb:1:in 'require_relative'
from irb:1
from /home/lite/.rvm/rubies/ruby... -
12:10 PM Bug #7392: Add handling for %i and %I quoting to irb
- Changed from Feature to Bug (right?)
-
11:55 AM Bug #7392 (Closed): Add handling for %i and %I quoting to irb
- from github:
https://github.com/ruby/ruby/pull/157 -
11:59 AM Feature #6670: str.chars.last should be possible
- I've added Yutaka-san's patch from github, please continue discussion here.
mame, could you please review this? -
11:35 AM Feature #6183: Enumerator::Lazy performance issue
- Yusuke-san seems to be last to review this, what is your opinion?
-
11:15 AM Revision 57ee8128 (git): * thread.c (rb_thread_s_check_interrupt): removed redundant
- GET_THREAD().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37732 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
11:13 AM Revision 4b25e0ce (git): * thread.c (rb_threadptr_async_errinfo_active_p): added a small
- comment.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37731 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
11:10 AM Revision 212150c2 (git): * thread.c, vm_core.h: big rename th to cur_th when works only
- th is current thread.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37730 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
11:07 AM Revision 0a2da327 (git): * thread.c (rb_thread_blocking_region_end): replaced GET_THREAD()
- with ruby_thread_from_native(). We don't have GVL here.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37729 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
11:04 AM Revision 7643e460 (git): * thread.c (rb_threadptr_execute_interrupts) removed.
- * thread.c (rb_threadptr_execute_interrupts_common) renamed to
rb_threadptr_execute_interrupts. I.e. unified
rb_threadptr_execute_interrupts and rb_threadptr_execute_interrupts_common.
* thread.c (rb_thread_schedule, rb_thread_execut... -
10:54 AM Revision 6d9f7672 (git): * signal.c (rb_get_next_signal): removed pointless signal
- disabling. pthread_sigmask() only changes current thread
mask.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37727 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:38 AM Revision 562cb0ae (git): * signal.c (install_sighandler): added comments why we need
- rb_disable_interrupt().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37726 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:35 AM Revision 75df3aae (git): * signal.c (rb_disable_interrupt, rb_enable_interrupt): removed
- USE_TRAP_MASK.
* signal.c (trap_arg, trap_ensure): removed.
* signal.c (trap, sig_trap): removed pointless signal disabling.
We don't need it bacause we no longer run trap hander on signal
hander context.
git-svn-id: svn+ssh://ci.... -
10:22 AM Revision 6c56dae4 (git): * prelude.rb: Moved Mutex#synchronize to
- * thread.c (rb_mutex_synchronize_m): here. [Bug #4266]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37724 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:43 AM Revision 58282ed6 (git): * signal.c (sig_signame): implements Signal.signame method
- [Feature #5613]
* test/ruby/test_signal.rb (test_signame): adds test for above
* NEWS: add an item about above
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37723 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
08:51 AM Bug #6490: The 'printf' method in trace_func is not sent to 'stdout' variable in tracer.rb
- mame, could you look at this?
Keiju-san last connection was over 1 year ago. -
08:35 AM Feature #7390 (Closed): Funny Falcon Threads
- =begin
From github: https://github.com/ruby/ruby/pull/104
(1) Currently, when Thread wakes on timeout, it could not remove itself from ConditionVariable waiters until it acquires lock. So that, when ConditionVariable#signal is called... -
08:27 AM Bug #6978 (Closed): RDoc does not convert <Ruby_element>@<paragraph_name> to hyperlinks
- I can't reproduce the failure with rdoc master. I believe it is fixed.
-
08:26 AM Feature #5970: Add Enumerable#join with same semantics as Array#join
- Adding Greg Sterndale's patch from github:
https://github.com/ruby/ruby/pull/97 -
08:20 AM Bug #7389 (Closed): use rb_str_free for freeing string in parse.y
- From github: https://github.com/ruby/ruby/pull/87
-
07:54 AM Revision 92cef134 (git): struct.c: fix typo
- * struct.c (rb_struct_each_pair): fix typo. [Bug #7382]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37722 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
07:40 AM Feature #7388 (Rejected): Object#embed
- =begin
From github:
https://github.com/ruby/ruby/pull/67
Add Object#embed which works like tap but returns the block's value
This avoids breaking from method chains in many cases. I don't see any other way to do this without this... -
07:32 AM Feature #7387 (Closed): Keep LOADED_FEATURES sorted by filename without extention for faster lookup on require.
- I'm moving this over from github:
https://github.com/ruby/ruby/pull/66 -
07:31 AM Revision 7588c674 (git): struct.c: yield assoc in each_pair
- * struct.c (rb_struct_each_pair): yield associated pairs so that
an unsplat argument can get both, for consistency with Hash,
OpenStruct, and etc. [ruby-dev:46533] [Bug #7382]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37721... -
07:17 AM Revision 2370556d (git): configure.in: no -lelf
- * configure.in (LIBS): libelf is need on only FreeBSD.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37720 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
07:12 AM Feature #7363: Remove the global Pathname() method
- Adding patch from github.
-
07:11 AM Feature #5434: Allow per-class whitelisting of methods safe to expose through DRb
- Adding Mohamed's patch from github.
-
07:09 AM Feature #4189: FileUtils#ln_r
- Adding Thomas' patch from github.
-
07:08 AM Revision a824a618 (git): common.mk: no purelib
- * common.mk (RUBYLIB): purelib option in runruby.rb is deprecated
since r28841, so set to an empty list to get rid of a bogus path in
child processes, which caused an insecure operation exception in
test/ruby/test_encoding.rb:test_... -
06:41 AM Revision b999f95e (git): * .travis.yml (script): add OPTS=-v, requested by @_ko1.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37718 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:11 AM Revision 24512ba1 (git): * configure.in: fix didn't enable_dtrace=yes on auto.
- * configure.in: see enable_dtrace for adding libelf on FreeBSD.
* common.mk: VPATH is not needed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37717 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
06:07 AM Revision 15d940b8 (git): * thread.c: add `Thread#backtrace_locations' method.
- This method is similart to `caller_locations' method for
specific method.
And fix to accept `level' and `n' parameters for `Thread#backtrace'
and `Thread#backtrace_locations'.
`caller' (and `caller_locations') do not return `call... - 05:56 AM Revision 3918bbfa (git): * Makefile.in, common.mk (probes.h): moved to common.mk and changed to
- see $(srcdir).
* common.mk (probes.dmyh): now created it on $(srcdir) always.
* win32/Makefile.sub (.SUFFIXES): removed common suffix.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37715 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:06 AM Revision 70927cb2 (git): * common.mk (vm_dump.o): depend probes.h.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37714 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:06 AM Bug #7386 (Closed): test_signal_propagation_in_tests is failed before make install
- TestRakeFunctional#test_signal_propagation_in_tests is failed, when it has been run before +make install+.
$ rm -rf /Users/ayumin/temp/ruby
$ VERBOSE=1 make test-all TESTS='-v -n "test_signal_propagation_in_tests" test/rake/test_rake... -
01:04 AM Revision f567a1a4 (git): * Makefile.in (.SUFFIX): bsdmake needs .SUFFIX is defined before use.
- * common.mk: fix path of probes.dmyh.
* configure.in: FreeBSD's USDT requires libelf.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37713 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:59 AM Bug #7276: TestFile#test_utime failure
- No failure when building trunk@37710 on Arch 3.6.6 with gcc 4.7.2
-
12:37 AM Bug #7385 (Rejected): Compilation of Ruby should fail when libyaml is not present on system
- =begin
Quoting from [1]:
If libyaml is not installed properly, you cannot compile Psych; no YAML library is available by default. You will see the following message in the build log:
configuring psych
yaml.h is missing. Ple... -
12:26 AM Feature #6672 (Rejected): Calling #() without dot before braces
11/18/2012
-
11:53 PM Feature #7375: embedding libyaml in psych for Ruby 2.0
- Hello,
2012/11/18 Benoit Daloze <eregontp@gmail.com>:
> Agreed, it does not make sense to me to bundle to avoid this problem.
> They are already many other dependencies which are of course not bundled.
> `rvm requirements` lists a... -
05:53 AM Feature #7375: embedding libyaml in psych for Ruby 2.0
- On 17 November 2012 21:34, Vít Ondruch <v.ondruch@gmail.com> wrote:
> Dne 17.11.2012 21:19, Aaron Patterson napsal(a):
>
>> Again, doesn't help with the problems we're having.
>
>
> I don't understand what problems. Was this issue... -
05:53 AM Feature #7375: embedding libyaml in psych for Ruby 2.0 - Dne 17.11.2012 21:19, Aaron Patterson napsal(a):
> Again, doesn't help with the problems we're having.
I don't understand what problems. Was this issue triggered by
[ruby-core:49416]? May be there could be better error messag... -
05:23 AM Feature #7375: embedding libyaml in psych for Ruby 2.0 - On Sun, Nov 18, 2012 at 03:23:49AM +0900, jeremyevans0 (Jeremy Evans) wrote:
>
> Issue #7375 has been updated by jeremyevans0 (Jeremy Evans).
> vo.x (Vit Ondruch) wrote:
> > I hope this proposal will be rejected. Here are some ... -
05:23 AM Feature #7375: embedding libyaml in psych for Ruby 2.0 - On Sun, Nov 18, 2012 at 03:05:50AM +0900, vo.x (Vit Ondruch) wrote:
>
> Issue #7375 has been updated by vo.x (Vit Ondruch).
>
>
> I hope this proposal will be rejected. Here are some reasons:
>
> https://fedoraproject.... -
03:23 AM Feature #7375: embedding libyaml in psych for Ruby 2.0
- vo.x (Vit Ondruch) wrote:
> I hope this proposal will be rejected. Here are some reasons:
> ...
There are two fairly easy ways to fix that, hopefully Aaron will choose one of them:
1) Default to using the system implementation if pr... -
03:05 AM Feature #7375: embedding libyaml in psych for Ruby 2.0
- I hope this proposal will be rejected. Here are some reasons:
https://fedoraproject.org/wiki/Packaging:No_Bundled_Libraries
http://wiki.gentoo.org/wiki/Why_not_bundle_dependencies
And here are policies regarding bundling for sever... -
11:29 PM Bug #7276: TestFile#test_utime failure
- Nakamura-san,
Do you have any idea about this? Nobu seems not responding so perhaps you can help us figure out the best solution for this.
Thank you. -
12:35 PM Bug #7276: TestFile#test_utime failure
- Ping.
This is the only test-all fail I have when building trunk on Win7 with mingw-w64 gcc 4.7.2.
This fail does not show up at http://ci.rubyinstaller.org/ because the current build slaves reside in an area that doesn't participat... -
09:10 PM Feature #7384: Rename #each_with_object to #each_with
- I couldn't agree more!
Enumerator#with_object should become Enumerator#with as well.
-
08:12 PM Feature #7384 (Open): Rename #each_with_object to #each_with
- I propose that #each_with_object be renamed to #each_with, for the following reasons:
1. The original name is too long. When general purpose methods have long names it tends to deter developers from using them even when they are a goo... -
08:35 PM Feature #7341: Enumerable#associate
- =begin
One problem I have with this is the terminology. The term "associate" already applies to arrays. ((*Associative arrays*)) are arrays of arrays where the first element of an inner array acts a key for the rest.
[[:a,1],[:b,... -
01:34 PM Feature #7341: Enumerable#associate - Agree with Marc-Andre.
-
08:21 PM Bug #7326: Time.c doc improvements
- In contrast to the guidelines I have: _arguments_, _object_ and _other_object_ (also _self_)
Monospaced only for return values: +nil and +true+
What about class methods: Time::new vs Time#new vs Time.new?
Method references should be ... -
07:09 PM Bug #7383 (Closed): Use stricter cache check in load.c
- rb_ary_shared_with_p does not react when #shift or #pop is called on original array.
This patch introduce rb_ary_dup_of_p , which makes more adequate check for duplicate
of array.
https://github.com/ruby/ruby/pull/216
https://git... -
05:12 PM Bug #7382 (Closed): Struct#each_pairのyieldと他のeach_pairのそれの相違
- Struct#each_pairが他のeach_pairと異なります。
他はENVなども含めてassocで、Structだけvaluesなので解りにくいです。
require 'ostruct'
h = {'a'=>1, 'b'=>2}
S = Struct.new('S', 'a', 'b')
s = S.new(1, 2)
o = OpenStruct.new(h)
h.each_pair{|x| p x}
s.each_pair{|... - 04:30 PM Revision e1ffb876 (git): * 2012-11-19
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37712 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:30 PM Revision 979dff3e (git): * vm_core.h, probes_helper.h (RUBY_DTRACE_FUNC_ENTRY_HOOK,
- RUBY_DTRACE_FUNC_RETURN_HOOK): move from vm_core.h to new file
probes_helper.h for narrowing dependency to probes.h.
* common.mk (VM_CORE_H_INCLUDES): remove dependency to probes.h.
* common.mk (vm.$(OBJEXT)): add dependency to probes_... -
01:44 PM Feature #6154: Eliminate extending WaitReadable/Writable at runtime
- I have made the additional OpenSSL changes in the following JRuby commit: https://github.com/jruby/jruby/commit/8b022c896ea0d76f876e458229f4f150893295b9
The new exceptions are SSLErrorReadable and SSLErrorWritable. I am not married to... -
01:26 PM Feature #7309: HEREDOC end of line or similar - In other words, you want to mangle Ruby syntax :-)
-
01:22 PM Bug #7369: Matrix #row_size, #column_size methods - @Eregon: #m and #n? Maybe as aliases, but I think that one-character methods should be generally left to daring users. Perhaps #m_size and #n_size.
@Marc-Andre: This is what they call conundrum. #number_of_rows is clear, but almost as... -
01:08 PM Bug #7356: ruby-2.0.0-preview1 で adlint-2.6.10 が性能劣化
- windowsではあまり変わらないみたいです。
linuxだとどこが問題なんですかね。
== 測定環境
OS 名 Microsoft Windows 7 Home Premium
バージョン 6.1.7601 Service Pack 1 ビルド 7601
システムの種類 x64-ベース PC
プロセッサ Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz、3501 Mhz、4 個のコア、8 個のロジカル プロセッサ... -
12:38 PM Bug #7272: twice-a-week manual svn -> github sync
- This can be closed. Thank you Urabe-san.
-
12:37 PM Feature #6672: Calling #() without dot before braces - In that case this issue should be closed. (I also think this feature is too much sugar.)
-
12:32 PM Feature #6687: Enumerable#with - I think the word "object" is non-essential in both Enumerable#each_with_object and Enumerator#with_object; which should become respectively Enumerable#each_with and Enumerator#with.
-
12:27 PM Feature #6688: Object#replace - I support Shugo Maeda, who is against this method. Non-essential feature creep.
-
12:20 PM Feature #6721: Object#yield_self - #ergo is a well-thought method name, I like it better than all others.
-
12:16 PM Feature #6733: New inspect framework - Call me a paranoid, if you want :-)
-
12:16 PM Feature #6733: New inspect framework - Thank you so much for this. Whenever I use #inspect and #to_s methods, such as when writing
puts "blah blah #{object} blah"
I cannot help but be afraid that object's #to_s method will return 20MB string, that will overrun something... -
12:09 PM Feature #6758: Object#sequence - The method seems useful, but adding it to Object or Kernel would be feature creep. I still remember how I was memorizing basic Ruby classes. The number of features in them is already such, that adding new features raises the bar for novi...
- 11:55 AM Revision 2630ad09 (git): * bignum.c (rb_cstr_to_inum): should accept underscores of
- sequence of two or more when unchecked mode.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37710 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
11:55 AM Feature #5478: Add syntax to import Set into core
- I really like `~[1, 2, 3]` as a shortcut for `Set.new([1, 2, 3])`:
```ruby
class Array
def ~@
Set.new self
end
end
```
My other preferences would be:
1) `<1, 2, 3>`
2) `{1, 2, 3}`, and `{/}` for `Set.new`. -
11:01 AM Feature #5478: Add syntax to import Set into core - I am for having Set in the core, with Set[ a, b, c ] and Set.new as basic constructors. I am against mingling it with existing collection classes. I think that the most frequent usec for Set would be order-independent comparison (instad ...
-
11:09 AM Feature #5528: OO API for tracing - I think that so few people respond to this because they are not users of Tracepoint :-)
-
10:40 AM Feature #5400: Remove flip-flops in 2.0 - For Endo's sake, please don't remove this jewel, bring it to perfection, somehow :))))
-
08:24 AM Revision 1f225be2 (git): * configure.in, Makefile.in, common.mk: support DTrace on Solaris 10,
- based on r26235 by Yugui. On Solaris 10, low optimization level
may also be needed, e.g. optflags="-xO1" or "-xO0" with Oracle
SolarisStudio 12.3 cc.
* configure.in (--enable-dtrace): new option to enable/disable
DTrace support. B... -
03:04 AM Bug #7374: File.expand_path resolving to first file/dir instead of absolute path
- Martin, Hiroshi,
This should be finally fixed by r37706, sorry for all the inconveniences!
(note to myself: don't commit to Ruby on during night, even less on friday).
-
02:53 AM Bug #7374 (Closed): File.expand_path resolving to first file/dir instead of absolute path
- This issue was solved with changeset r37706.
Martin, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
Swap logic around wildcard character detection
* win32/file.c ... -
12:55 AM Bug #7374 (Assigned): File.expand_path resolving to first file/dir instead of absolute path
- =begin
Sorry for the noise, but seems I've a Webrick failure caused by this that didn't catch when sent r37700 in.
test_short_filename(WEBrick::TestFileHandler) [C:/Users/Worker/Jenkins/workspace/ruby-trunk-x86-build/test/webrick/te... - 12:35 AM Revision 42d38dec (git): * complex.c (read_comp): mathn compliant.
- * rational.c (read_num): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37708 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 12:26 AM Revision 7a1985a9 (git): trivial changes.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37707 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
11/17/2012
-
09:46 PM Feature #7378: Adding Pathname#write
- Hello,
Your feature requests sound very logical to me, and I actually made a path manipulation library called "Path" [1]
Notably, #write, #glob and #touch are already implemented as you propose and #start_with? functionality is imple... -
09:56 AM Feature #7378 (Closed): Adding Pathname#write
- There should be a variant of File.write for Pathname.
I will provide a patch if this is acceptable.
(Please see my other Pathname related tickets too: #7360 #7361 #7362 #7363 ) -
09:46 PM Bug #7374 (Closed): File.expand_path resolving to first file/dir instead of absolute path
- This issue was solved with changeset r37700.
Martin, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
Skip path expansion for all wildcard characters
* win32/file.c... -
09:33 PM Bug #7374: File.expand_path resolving to first file/dir instead of absolute path
- h.shirosaki (Hiroshi Shirosaki) wrote:
> It seems if the last part of the path contains * or ?, FindFirstFileW should not be used since FindFirstFileW expands wildcard.
> ...
Thank you Shirosaki, I did a naive fix and completely missed... -
10:05 AM Bug #7374 (Assigned): File.expand_path resolving to first file/dir instead of absolute path
- It seems if the last part of the path contains * or ?, FindFirstFileW should not be used since FindFirstFileW expands wildcard.
Examples:
File.expand_path("foo/ab*c")
File.expand_path("foo/ab?c")
Code in file.c uses strpbrk(s, "*... -
07:45 AM Bug #7374: File.expand_path resolving to first file/dir instead of absolute path
- Martin,
I've committed some tests and a fix for this.
Automated builds will kick in soon, please check RubyInstaller CI to download binary packages.
I'll request a backport once I get confirmation this works on your end.
-
07:43 AM Bug #7374 (Closed): File.expand_path resolving to first file/dir instead of absolute path
- This issue was solved with changeset r37692.
Martin, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
skip long name conversion if last character is a wildcard one
... -
07:31 AM Bug #7374: File.expand_path resolving to first file/dir instead of absolute path
- =begin
No other scenario. Caught that bug trying to install a plugin to redmine 2.1.2 with ruby 1.9.3p327
Redmine then attempt to add plugins routes with the following code:
(({Dir.glob File.expand_path("plugins/*", Rails.root) d... -
07:22 AM Bug #7374: File.expand_path resolving to first file/dir instead of absolute path
- Martin,
I'm adding tests for this, do you have any other scenario that is failing and you want to report?
It will be great if we can cover all those by a single commit.
Thank you. -
07:19 AM Bug #7374: File.expand_path resolving to first file/dir instead of absolute path
- luislavena (Luis Lavena) wrote:
> Martin,
> ...
Yes, same problem with r37691:
C:\ruby-2.0.0-r37691-i386-mingw32\bin>irb.bat
irb(main):001:0> File.expand_path("./*", "c:/")
=> "c:/$RECYCLE.BIN"
irb(main):002:0>
-
07:09 AM Bug #7374: File.expand_path resolving to first file/dir instead of absolute path
- =begin
I can confirm this happens on both 1.9.3-p327 and trunk.
Problem seems to be related to replace_to_long_name which attempts to expand the last part of the path using FindFirstFileW (globing), but is ignoring that it includes "... -
06:32 AM Bug #7374 (Assigned): File.expand_path resolving to first file/dir instead of absolute path
- Martin,
Can you confirm if this happen with Ruby 2.0? (trunk, you can get automated builds from RubyInstaller CI)
Shirosaki-san,
Seems that globing has been enabled?
-
03:32 AM Bug #7374: File.expand_path resolving to first file/dir instead of absolute path
- ruby 1.9.3p194 (2012-04-20) [i386-mingw32] is working fine:
irb(main):002:0> File.expand_path("./*", "c:/temp")
=> "c:/temp/*"
-
03:23 AM Bug #7374 (Closed): File.expand_path resolving to first file/dir instead of absolute path
- =begin
(({File.expand_path("./*", "c:)"}))
will give "c:/$recycle.bin" as result instead of "c:/*"
(({File.expand_path("./*", "c:/temp)"}))
will give "c:/temp/." as result instead of "c:/temp/*"
It looks like the first directory... -
08:43 PM Feature #7368: rb_str_each_line()のパフォーマンス向上とリファクタリング
- validかinvalidかで区別する必要は無いし、それで十分でもありません。
防ぐべき誤マッチは文字境界をまたいだマッチであり、このパッチだとたぶん、
EUC-JPで「スト」に「好」がマッチするような場合は防げないんじゃないでしょうか。
(それっぽいのがないなーってとこまでしか見てないので、ちゃんと対策してたら申し訳ない)
行われるべき誤マッチ対策は rb_str_index にあるので、それを参考にしつつ直す必要があると思います。 -
08:15 PM Bug #7380 (Closed): benchmark/driver.rb: --executables separator
- Hello,
The separator used between ruby executables for the benchmark/driver.rb script is ";".
This requires the argument to be quoted (at least in bash/zsh) and produce an unintuitive result if not: only the first executable is taken... -
07:53 PM Bug #7214: Ruby 2.0 breaks support for some debugging tools
- (2012/11/17 18:35), Conrad.Irwin (Conrad Irwin) wrote:
> It would be great to do this in a gem, but we can't create binding objects anymore due to changes in symbol visibility. (for 1.9 we used rb_vm_make_env_object, but it's now not ... -
06:35 PM Bug #7214: Ruby 2.0 breaks support for some debugging tools
- Hey ko1,
Your debugging API looks good :).
It would be great to do this in a gem, but we can't create binding objects anymore due to changes in symbol visibility. (for 1.9 we used rb_vm_make_env_object, but it's now not exported, see [... -
07:24 PM Feature #7322: Add a new operator name #>< for bit-wise "exclusive or"
- Thomas, let some physicist correct me, but i thought that designating units was multiplication: 9.81 m/s^2 = (9.81 * m)/(s^2). This should however be discussed in a different thread. :)
-
07:01 PM Feature #7322: Add a new operator name #>< for bit-wise "exclusive or"
- Hmm... "skeuomorphic" probably isn't the right word actually. I really meant something more like "reflecting reality". In this case, specifically, "best reflecting common mathematical notation".
-
06:54 PM Feature #7322: Add a new operator name #>< for bit-wise "exclusive or"
- =begin
It might seem like it, but designating a unit is not multiplication.
(({9.81 * m})) actually means (({9.81 * 1 m}))
Implementation wise this approach is a bit messier too. It requires overriding the built-in #* method and a... -
03:53 AM Feature #7322: Add a new operator name #>< for bit-wise "exclusive or"
- Sorry, I didn't read the whole thread, but why not use the right operators?
g = 9.81 * m / s ** 2
--
<lay trum/> -
03:41 AM Feature #7322: Add a new operator name #>< for bit-wise "exclusive or"
- =begin
@trans
Imo the point is that using a method for the unit does not correctly model the mathematical relation (and hence the precedence) between the numerical value of the physical quantity and its unit, which simply is a multip... -
03:12 AM Feature #7322: Add a new operator name #>< for bit-wise "exclusive or"
- =begin
@stomer
Yes and no. The problem is in the Ruby notation. In physics, you can use parenthesis to make the distinction, but you can't in Ruby. e.g. Your example doesn't work in Ruby:
10.m**3
and
(10.m)**3
Can onl... -
02:57 AM Feature #7322: Add a new operator name #>< for bit-wise "exclusive or"
- Thomas, i agree with @stomar.
-
02:29 AM Feature #7322: Add a new operator name #>< for bit-wise "exclusive or"
- @trans
There is only one type of power operator in physics.
You would have to use parentheses:
(10 m)^3 (10 meters * 10 meters * 10 meters)
10 m^3 (10 cubic meters)
And I think you should also have to use them in the... -
01:29 AM Feature #7322: Add a new operator name #>< for bit-wise "exclusive or"
- =begin
@matz
Reference given below[1], but I can give very brief summary to save you time...
Stick is an SI units system for Ruby. While in pure math there is just one type of "power" (in Ruby provided by (({#**}))), in physical s... -
12:00 AM Feature #7322: Add a new operator name #>< for bit-wise "exclusive or"
- Speaking of Fortran, there the binary `*` has higher precedence than the unary `-`, which has approximately the same as the binary one. (This is not about this issue, but about #7328 and #7331.)
I would say it is unfortunate that the m... -
07:23 PM Feature #7376 (Rejected): Proposal for new syntax construct to define errors
- Put the following code to your program:
class Module
def define_error(*errors, superclass: StandardError)
errors.each do |e|
self.const_set(e, Class.new(superclass))
end
end
end
def define_error(*err... -
09:05 AM Feature #7376 (Rejected): Proposal for new syntax construct to define errors
- =begin
As discussed here - https://gist.github.com/4091803
When we define an error class in a module, we do one of the following two ways.
module App
class Error < StandardError; end
class ServerError < Error; end
... -
07:16 PM Bug #2121: mathn/rational destroys Fixnum#/, Fixnum#quo and Bignum#/, Bignum#quo
- I sympathize with the desire to avoid breaking backward compatibility, but the idea that "10 / 2" is the wrong way and you should instead use "10.div(2)" is pretty anti-Ruby. This is terribly surprising and certainly not what any user wo...
-
02:39 AM Bug #2121: mathn/rational destroys Fixnum#/, Fixnum#quo and Bignum#/, Bignum#quo
- It does create some problems in real apps (e.g. https://github.com/rails/rails/pull/8222 )
The problem is compatibility. I always thought that it was the intent of `mathn` to change the semantics of `/` so that the same operations wou... -
01:29 AM Bug #2121: mathn/rational destroys Fixnum#/, Fixnum#quo and Bignum#/, Bignum#quo
- This is still an issue. Requiring a standard library should never change the result of a Fixnum operation. The current behavior is a terrible bug.
-
07:09 PM Bug #7161: Perf fix: use symbols instead of strings for const/ivar access methods
- I'll forgive you this time, Marc-Andre :)
-
02:44 AM Bug #7161 (Closed): Perf fix: use symbols instead of strings for const/ivar access methods
- Committed as r37688.
I'm sorry, I should have added 'patch by Charles Nutter' to the commit log but I forgot that although git can track authors, svn does not. -
12:38 AM Bug #7161: Perf fix: use symbols instead of strings for const/ivar access methods
- Ping!
-
05:53 PM Revision 55915036 (git): Swap logic around wildcard character detection
- * win32/file.c (replace_to_long_name): correct logic around wildcard
characters detection and ensure wide-chars are used as pattern.
[ruby-core:49451] [Bug #7374]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37706 b2dd03c8-39d4... - 05:03 PM Revision 62f7e108 (git): * complex.c (read_comp): modified handling of polar form.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37705 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:51 PM Revision 8d05671d (git): * complex.c (read_comp): fixed handling of polar form.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37704 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:20 PM Revision 8f3882d0 (git): * 2012-11-18
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37703 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:19 PM Revision 47fe9b79 (git): * complex.c (string_to_c_strict, string_to_c): rewrote without regexp.
- * rational.c (string_to_r_strict, string_to_r): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37702 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 02:57 PM Revision 20039668 (git): * complex.c (make_patterns): should not accept extra sign.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37701 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:53 PM Feature #4085: Refinements and nested methods
- > So, in one sense, refinements are to localize monkey-patching. But they don't actually localize it much better since they can apply at a distance to blocks (module_eval feature), and classes down-hierarchy.
> Previously, all code de... -
12:46 PM Revision 62855976 (git): Skip path expansion for all wildcard characters
- * win32/file.c (replace_to_long_name): skip expansion for all wildcard
characters.
[ruby-core:49451] [Bug #7374]
* test/ruby/test_file_exhaustive.rb: add more assertions to test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37... -
11:46 AM Bug #7330 (Closed): TestRequire#test_race_exception sometimes fails - This issue was solved with changeset r37696.
Hiroshi, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
st_update passes the key in st_table
* st.c (st_update): pass... -
11:23 AM Feature #7375: embedding libyaml in psych for Ruby 2.0
- Looks good. Matz, could you accept this?
まつもとさん、2.0.0 は libyaml が事実上必須なので (ないと rubygems が動かない) 、
ビルドが面倒という FAQ が出そうです。
aaron に相談したところ、libyaml のソースコードをまるごと psych にバンドルする
パッチを作ってくれました。
libyaml は MIT ライセンスなのでライセンス上の問題はないと思... -
11:06 AM Feature #7375 (Assigned): embedding libyaml in psych for Ruby 2.0
-
08:42 AM Feature #7375 (Closed): embedding libyaml in psych for Ruby 2.0
- People have a hard time using psych (and thus rubygems) because it depends on libyaml. We can ease upgrades by embedding libyaml in order to eliminate the library dependency.
libyaml is MIT license, so it shouldn't impact Ruby's licen... -
11:07 AM Revision ee6cfa9c (git): benchmark/driver.rb: fix typos and output.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37699 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:31 AM Bug #4266: Timeouts in threads cause "ThreadError: deadlock; recursive locking"
- Brian,
Can you please provide us a reproducer for you monitor.rb issue? And can you please make a new ticket for your issue to prevent cross line discussion? I plan to close this ticket soon and I also hope to don't forget your issue... -
01:04 AM Bug #4266: Timeouts in threads cause "ThreadError: deadlock; recursive locking"
- I passed this ticket to thread specialist.
-
12:43 AM Bug #4266: Timeouts in threads cause "ThreadError: deadlock; recursive locking"
- We just ran into this very ugly bug in production, too. We would really appreciate a fix in 1.9.4, a pure bugfix release of the 1.9 branch since this is a major bug. :)
-
10:20 AM Feature #7256 (Closed): Update Rake
- rake 0.9.4 is now in trunk.
-
10:20 AM Feature #7363: Remove the global Pathname() method
- =begin
(({Pathname()})) matches (({Integer()})), (({Array()})), (({URI()})), etc. I would prefer to keep (({Pathname()})) in the tradition of these other methods.
=end
-
10:12 AM Feature #5373: SMTP - new method
- I chose rset because it matches the other methods that follow the SMTP protocol in Net::SMTP like helo, ehlo, rcptto, mailfrom
-
09:47 AM Feature #7377 (Assigned): #indetical? as an alias for #equal?
- As my feature request #7359 got rejected, here a more backward-compatible approach:
In my opinion the difference between #eql? and #equal? is really unintuitive. How about making their difference more obvious by giving one of them a m... -
09:24 AM Bug #5530: SEEK_SET malfunctions when used with 'append' File.open mode
- I will add support for rb_file_const() to RDoc.
-
03:15 AM Revision 653b0bcb (git): * ext/psych/lib/psych/visitors/yaml_tree.rb: use literal YAML style
- when emitting multi-line strings. Thanks @atambo
* test/psych/test_yaml.rb: test for change.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37698 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:11 AM Revision 24c6a7c3 (git): * ext/psych/lib/psych/scalar_scanner.rb: avoid raising exceptions when
- parsing Floats and Integers. Thanks riffraff [ruby-core:44426]
* test/psych/test_numeric.rb: associated test
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37697 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:46 AM Revision 262cb379 (git): st_update passes the key in st_table
- * st.c (st_update): pass the key in st_table so that we can free
memory of the key in st_table when deleting.
[ruby-core:49220] [Bug #7330]
* test/-ext-/st/test_update.rb
(Bug::StTable#test_pass_objects_in_st_table): add a test.
... -
02:29 AM Revision 697bdb0d (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37695 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:28 AM Revision 4e57f4e1 (git): * ext/psych/lib/psych/core_ext.rb: move Kernel#y so that it can
- manually be required as 'psych/y'.
* ext/psych/lib/psych/y.rb: ditto
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37694 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:55 AM Bug #7369: Matrix #row_size, #column_size methods
- m and n?
They are awfully short and might be confusing but they also are the names used in standard notation (an m-by-n matrix). -
01:47 AM Bug #7369: Matrix #row_size, #column_size methods
- I agree that `{row|column}_size` can be ambiguous.
I don't believe `height/width` is used in this context though, at least in mathematics.
Possibilities I can think of: `column_count` or `nb_columns`.
Opinions? -
01:27 AM Feature #6154: Eliminate extending WaitReadable/Writable at runtime
- Seven months and no activity. This is not a breaking change and it could improve performance of nonblocking IO operations a lot. Any reason not to incorporate it?
-
01:26 AM Feature #6309: Add a reference queue for weak references
- Seven months and no activity. Can we get a reference queue in Ruby 2.0 please? I believe it could be added to weakref.rb using 2.0's WeakHash, or built atop the C code that implements WeakHash (since it contains most of a reference queue...
-
12:59 AM Feature #6308: Eliminate delegation from WeakRef
- Seven months and no activity. I still would like to see delegate-based Weakref go away, but I know the official plan is to have no backward compatibility. Unfortunately, delegate-based Weakref is still a bad, broken implementation, and I...
-
12:56 AM Bug #7348 (Closed): marshaling an object by a float does not work
- This issue was solved with changeset r37687.
Aaron, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
* marshal.c (w_object): add flonum to arg->data to keep referenc... -
12:40 AM Feature #6647: Exceptions raised in threads should be logged
- Ping!
-
12:16 AM Bug #7372 (Rejected): Missing tags for 2.0.0.preview1, 1.9.3p286, 1.9.3p327
-
12:14 AM Bug #7372: Missing tags for 2.0.0.preview1, 1.9.3p286, 1.9.3p327
- Oops, I had not pulled tags from github/ruby. This can be closed.
-
12:15 AM Bug #7373 (Closed): FileUtils#chmod verbose gives error when mode is string
- I can see the wrong code in trunk, even though it happened in 1.9.3p194: https://github.com/ruby/ruby/blob/trunk/lib/fileutils.rb#L1037 )
asterite @ ~ $ irb
irb(main):001:0> require 'fileutils'
=> true
irb(main):002:0> FileUtils.ch...
11/16/2012
-
11:23 PM Bug #7356: ruby-2.0.0-preview1 で adlint-2.6.10 が性能劣化
- 情報ありがとうございます.
簡単な再現手順はありませんかね.make じゃなくて,ruby 直接動かすようなも
のだとありがたいのですが....
(2012/11/15 18:37), yanoh (Yutaka Yanoh) wrote:
>
> Issue #7356 has been reported by yanoh (Yutaka Yanoh).
>
> ---------------------------------... -
11:18 PM Bug #7372 (Rejected): Missing tags for 2.0.0.preview1, 1.9.3p286, 1.9.3p327
- All released versions of Ruby should have tags, so we can grab the right versions of stdlib to use in JRuby.
-
11:14 PM Revision 5bab4340 (git): * lib/abbrev.rb: fix r37113. Correct examples, fix style
- and show explicit dependency (require 'abbrev').
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37693 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:43 PM Revision 25058a58 (git): skip long name conversion if last character is a wildcard one
- * win32/file.c (replace_to_long_name): skip automatic path expansion
when wildcard character is used. [ruby-core:49451] [Bug #7374]
* test/ruby/test_file_exhaustive.rb: add a test for above.
git-svn-id: svn+ssh://ci.ruby-lang.org/ru... -
05:59 PM Bug #7370: Some benchmarks are slow
- (2012/11/16 16:51), authorNari (Narihiro Nakamura) wrote:
> Some benchmarks are slow since r37631.
> I guess DTrace's proves affect CRuby's performance.
> Is it possible to fix?
He missed to argue about the important thing:
... -
05:45 PM Bug #7370: Some benchmarks are slow
- Aaron-san, Could you check it?
Thanks. -
04:51 PM Bug #7370 (Closed): Some benchmarks are slow
- Hi.
Some benchmarks are slow since r37631.
I guess DTrace's proves affect CRuby's performance.
Is it possible to fix?
app_answer:
r37629 0.153(sec)
r37631 0.196
app_fib:
r37629 1.497
r37631 2.005
app_tak:
r37629 2... -
05:24 PM Bug #7371 (Closed): Fix undefined overflow checking in bigdecimal
- In AddExponent() at ext/bigdecimal/bigdecimal.c:3677, the overflow checks rely on signed integer overflow, which is undefined behavior in C.
SIGNED_VALUE m = e+n;
SIGNED_VALUE eb, mb;
if(e>0) {
if(n>0) {
... -
05:02 PM Revision 7bd638b7 (git): object.c: suppress warning
- * object.c (rb_obj_alloc): suppress unused variable warning.
* tool/gen_dummy_probes.rb: define dtrace disabling macro.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37691 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:02 PM Revision ed86cd05 (git): vm.c: gc guard
- * vm.c (vm_collect_usage_operand): prevent from GC.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37690 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:02 PM Revision b29b2962 (git): adjust indent
- * object.c (rb_obj_alloc): adjust indent.
* vm.c (vm_collect_usage_{insn,operand,register}): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37689 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 04:55 PM Revision 6f64d9eb (git): * lib/cgi/core.rb: Use symbols instead of strings for
- {const_,instance_variable_}{get,set}. [#7161]
* lib/drb/drb.rb: ditto.
* lib/ipaddr.rb: ditto.
* lib/irb/workspace.rb: ditto.
* lib/monitor.rb: ditto.
* lib/rss/maker/base.rb: ditto.
* lib/rss/rss.rb: ditto.
* lib/xmlrpc/parser.rb... -
04:08 PM Bug #7369 (Closed): Matrix #row_size, #column_size methods - I believe these methods should be renamed. "row_size" is confusing, because it can be intuitively understood as both "number of rows", and "size along a row" (or size of a matrix row). Same goes for "column size". I would like these meth...
-
03:55 PM Revision f45f668f (git): * marshal.c (w_object): add flonum to arg->data to keep reference index
- consistency. [ruby-core:49323] [Bug #7348]
* test/ruby/test_marshal.rb: add a test for above.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37687 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:49 PM Feature #6440: 引数にIOを渡した場合のMarshal.loadにバッファを持たせたい
- patch2.diffを適用してコミットしてよいでしょうか?
反対がなければコミットします。 -
03:40 PM Revision 6379b316 (git): common.mk: dependencies for proges.dmyh
- * common.mk (incs): dist files need probes.dmyh.
* common.mk (probes.dmyh): depends on generator script.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37686 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:37 PM Bug #7355 (Closed): tiny typo in lib/net/pop.rb - This issue was solved with changeset r37671.
Nobuhiro, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
* lib/net/pop.rb (POP3.certs): fix typo in comment.
patch f... - 03:22 PM Revision 2934f3b9 (git): * 2012-11-17
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37685 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:22 PM Revision eb40d20e (git): probes.h: select by suffix rules
- * Makefile.in, common.mk, configure.in, win32/Makefile.sub (probes.h):
select generating with dtrace or copying dummy file by suffix rules.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37684 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:58 PM Feature #7148: Improved Tempfile w/o DelegateClass
- Are there some reasons not to make `Tempfile` a subclass of `File`?
I think it's a better solution, even if it's not an ideal solution. -
02:39 PM Bug #7366 (Closed): cannot 'make install' when --enable-doc
-
09:09 AM Bug #7366 (Closed): cannot 'make install' when --enable-doc
- After r37664 (rake 0.9.3), cannot make install when --enable-doc.
installing default gems: C:/ruby-trunk/lib/ruby/gems/2.0.0 (cche, doc, gems, specifications)
bigdecimal 1.1.0
... -
02:38 PM Bug #7348: marshaling an object by a float does not work
- hello,
I've investigated about this issue.
When flonum is introduced at r36798, flonum is treated as immediate value in w_object(), but is should treated as reference value.
I will attach a patch. This patch introduce a trivial inco... -
02:31 PM Feature #7368 (Closed): rb_str_each_line()のパフォーマンス向上とリファクタリング
- rb_str_each_line()でmemmem(3)を使う事を[ruby-dev:45344] [Feature #6129]で提案しましたが、
string.cからmemmem(3)を直接使わずに検索をrb_memsearch()にまとめた上で、
検索文字列と被検索文字列の両方がvalidなencodingである場合と、そうでない場合に関数を分けてリファクタリングしたpatchを作りました。
(どちらかがinvalidな場合には、rb_enc_codepoi... -
02:11 PM Bug #7367: toooo many test failures after rake 0.9.4 is imported
- This is fixed on r37670 as a workaround.
Anyway your log looks strange because my OS X Mountain Lion environment works well. -
01:06 PM Bug #7367: toooo many test failures after rake 0.9.4 is imported
- =begin
How do I build ruby outside of ((|$(srcdir)|))?
I get the following failure:
$ mkdir ~/tmp/build
$ cd ~/tmp/build
$ CC=clang ~/Work/svn/ruby/trunk/configure --with-openssl-dir=/usr/local/Cellar/openssl/1.0.1c/
[…... -
10:10 AM Bug #7367 (Closed): toooo many test failures after rake 0.9.4 is imported
- =begin
Yesterday, all my troubles seemed so far away.
Now it looks as though they're here to stay...
# cf. Yesterday The Beatles
eban-san told me that these are not platform dependent.
[ 388/1240] TestRakeBacktrace#test_suppre... -
12:51 PM Revision e4479a1c (git): fix a typo
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37683 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:32 PM Revision 1d9d1a8f (git): Makefile.in: fix typo
- * Makefile.in (yes-dtrace-probes.h): fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37682 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:34 AM Revision 9ee34b15 (git): * thread.c (rb_thread_call_without_gvl2): change the parameter of
- `func' from `int *skip_interrupt' to `VALUE *flags'.
If (flags & RUBY_CALL_WO_GVL_FLAG_SKIP_CHECK_INTS) is not zero,
then skip checking interrupt.
[ruby-core:46547]
* include/ruby/thread.h: ditto.
git-svn-id: svn+ssh://ci.ruby-l... -
10:03 AM Revision 6e0375e3 (git): * Makefile.in (no-dtrace-probes.h): dmyprobes.h is in srcdir.
- * common.mk (dmyprobes.h): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37680 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:02 AM Feature #7322: Add a new operator name #>< for bit-wise "exclusive or"
- No. There are so many "issues" out there. I don't have time to check them all.
Reference please.
Matz.
-
09:35 AM Feature #7322: Add a new operator name #>< for bit-wise "exclusive or"
- @matz Have you ever read about issue I have with implementing Stick b/c of this? I have no Rome to be in. I am in Carthage!
@dvaid_macmahon Well, #^^ would be better than nothing.
-
08:41 AM Feature #7322: Add a new operator name #>< for bit-wise "exclusive or"
- I fully agree that repurposing '^' to be a power operator is not a good idea.
One alternative idea that might not make anyone happy would be to create a new power operator "^^" that is the same as "**", but seems more like exponentiat... -
08:26 AM Feature #7322 (Rejected): Add a new operator name #>< for bit-wise "exclusive or"
- So what's your intention? To make '^' a power operator, and ruin innocent programs? Because you feel "natural"?
If Ruby were young and there were no (or few) Ruby programs out there, your proposal might be useful.
But I don't want to ... -
02:56 AM Feature #7322: Add a new operator name #>< for bit-wise "exclusive or"
- Given the rejection of #7336, I would ask this this issue be more seriously considered. Personally, I don't really care if #^ continues to mean bitwise xor for numerics, but at least raise its precedence to be the same as #**, and provid...
-
09:29 AM Feature #7359: #eql? and #equal? naming
- "Making them little more intuitive does not worth breaking millions of existing programs."
That's true, but why does it have to be one or the other? Just,
alias identical? equal?
And let that be for a year or two while getti... -
07:31 AM Feature #7359 (Rejected): #eql? and #equal? naming
- Making them little more intuitive does not worth breaking millions of existing programs.
Matz.
-
08:57 AM Revision df4e0dd5 (git): Makefile.in: split probes.h commands
- * Makefile.in (probes.h): split build commands for dtrace-available
and unavailable platforms.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37679 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
08:56 AM Revision e5164385 (git): Makefile.in: move probes.h to all-incs
- * Makefile.in (incs): probes.h is a platform dependent file, so it
cannot be a part of prereq target. move it to all-incs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37678 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
08:30 AM Revision 1c7f72da (git): configure.in: move after AC_PROG_CC
- * configure.in (DTRACE): move after AC_PROG_CC since cross_compiling
is set in it.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37677 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
08:19 AM Feature #7349: Struct#inspect needs more meaningful output
- It might be worth pointing out that this should not happen if the Struct generated class is assigned to a constant (and so one level of inheritance is not unused):
Point = Struct.new(:x, :y) do
def distance
Math.hypot(x,y)
... -
07:55 AM Bug #7352: Array#bsearch test failure on Range (32bits MinGW)
- Okay. Tell me if you change your mind!
--
Yusuke Endoh <mame@tsg.ne.jp> -
12:14 AM Bug #7352: Array#bsearch test failure on Range (32bits MinGW)
- Thanks, but I don't want to have a commit bit.
I am content with a tester and debugger. -
07:28 AM Revision c9b6a014 (git): range.c: compare signedness only
- * range.c (BSEARCH_CHECK): compare signedness only and relax an
assumption of the result of rb_cmpint() which compilers cannot know.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37676 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
07:24 AM Revision 288da355 (git): configure.in: cross-compiling fix
- * configure.in (DTRACE): ignore non-prefixed version if
cross-compiling.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37675 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
06:42 AM Revision 620a2b6c (git): Makefile.in: probes.h
- * Makefile.in, win32/Makefile.sub (probes.h): fix copying dmyprobes.h
path when outplace-build.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37674 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
06:41 AM Revision 6fd1ef77 (git): * .gitignore: ignore dmyprobes.h
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37673 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:41 AM Revision 1e6ced13 (git): remove trailing spaces
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37672 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:37 AM Revision df03463f (git): * lib/net/pop.rb (POP3.certs): fix typo in comment.
- patch from no6v (Nobuhiro IMAI) <nov@yo.rim.or.jp>.
[ruby-dev:46519] [Bug #7355]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37671 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:53 AM Feature #7363: Remove the global Pathname() method - Hi,
First off: +1 on your request about the Pathname(). Although I don't see
the the real problem with it being named after a class. However, I don't
think it's necessary to have a shortcut which is four characters shorter
... -
04:43 AM Bug #6653: 1.9.2/1.9.3 exhibit SEGV with many threads+tcp connections
- Sorry for the abysmally late response -- I can't seem to get the redmine here to send me email for some reason.
Hi Folks, so I actually sorted this out with some help from others. It's not an issue of memcached, or rather, didn't appe... -
03:49 AM Revision a632fe43 (git): * test/rake/helper.rb (Rake::TestCase#setup): revert r37669.
- @orig_PWD should be the original pwd.
* test/rake/test_*.rb: don't use @orig_PWD to load libraries.
It should be specified with relative path from the file.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37670 b2dd03c8-39d4-4d8f-9... -
02:32 AM Bug #7365 (Closed): File::NULL is not in documentation
- The File::NULL / IO::NULL constant is not documented in either the File or IO documentation.
-
01:25 AM Revision 48aab9e0 (git): * test/rake/helper.rb (Rake::TestCase#setup): @orig_PWD shouldn't be
- Dir.pwd when the build directory is different from source directory.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37669 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:01 AM Bug #7364 (Rejected): CGI::Cookie.parse can't deal with cookie options
- Reproducing steps; reproducing code is needed:
p CGI::Cookie::parse("ASPSESSIONIDSCDRSRTS=HHALOHOBJGJMLPIANNLDOMCJ; path=/")
What you expected:
Cookie hash with cookie name as key and cookie object as value. The 'path' option wi... -
12:43 AM Revision 4b96ecc8 (git): * lib/rake/version.rb: workaround fix to build. see #7366
- [ruby-dev:46522]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37668 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:30 AM Bug #7214: Ruby 2.0 breaks support for some debugging tools
- I asked mame-san (2.0.0 release manager) about this feature.
His comments is:
DO IT ON A GEM SUCH A BIG FEATURE.
----
His comment is: it should be experimental just now. We need to make examination with real debugger.
11/15/2012
-
11:20 PM Bug #7352: Array#bsearch test failure on Range (32bits MinGW)
- phasis68 (Heesob Park) wrote:
> I guess this bug is related with the optimization of GCC 4.7.2.
> ...
I've committed your patch, my MEGA thanks!
I would really like you to have a commit bit. Are you willing?
Matz, what do you ... -
10:50 PM Bug #7352 (Closed): Array#bsearch test failure on Range (32bits MinGW)
- This issue was solved with changeset r37662.
Luis, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
* range.c (range_bsearch): fix some bugs: a documentation bug, a ... -
04:40 PM Bug #7352: Array#bsearch test failure on Range (32bits MinGW)
- I guess this bug is related with the optimization of GCC 4.7.2.
The version built with VC 2010 or GCC 4.5.2 works fine.
The workaround is adding a volatile qualifier.
Additionally, I found some problems in Range#bsearch method.
1... -
12:30 PM Bug #7352: Array#bsearch test failure on Range (32bits MinGW)
- Thank you Luis, I'll try it on windows.
--
Yusuke Endoh <mame@tsg.ne.jp> -
08:48 AM Bug #7352 (Closed): Array#bsearch test failure on Range (32bits MinGW)
- =begin
Hello,
After r37655, I noticed a failing test on RubyInstaller CI for x86:
test_bsearch_for_float(TestRange) [C:/Users/Luis/Code/ruby/ruby/test/ruby/test_range.rb:392]:
Expected -1.7976931348623157e+308 to be >= NaN.
... -
10:50 PM Feature #7363 (Rejected): Remove the global Pathname() method
- About a year ago I sumbitted an not yet accepted patch for Ruby on GitHub which deprecates the global Pathname() method and adds the .[] operator to the Pathname class. The patch got ignored, supposedly because I didn't post it here.
... -
10:43 PM Bug #7332: mswin64でminiruby.exeがSEGV
- 遅くなってすみません,入れました.
-
10:42 PM Bug #7332 (Closed): mswin64でminiruby.exeがSEGV
- This issue was solved with changeset r37661.
Yoshida, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
* vm_exec.h (GENTRY): GENTRY should be pointer size.
A patch... -
10:38 PM Feature #7362 (Assigned): Adding Pathname#start_with?
- If a Pathname starts with another Pathname, that means that the former Pathname lies below the latter Pathname, as long as both Pathnames are interpreted from the same location or both are given as absolute.
Therefore I would like to ... -
10:35 PM Bug #7214: Ruby 2.0 breaks support for some debugging tools
- I asked Matz about this feature.
His comments were:
(1) Do not need to break bindings at end of block. This is programmer's risk.
(2) Ruby-level API is also okay to contains Ruby 2.0.0.
-
09:31 PM Bug #7214: Ruby 2.0 breaks support for some debugging tools
- =begin
[PLEASE REVIEW!!]
= Abstract
I made debugger support interface.
https://github.com/ko1/ruby/compare/debugger_api
Currently, no docs, no tests.
Sorry for my laziness.
Please review it.
= Background
Generally,... -
10:32 PM Revision 1b023030 (git): * lib/rake*: Updated to rake 0.9.4
- http://rake.rubyforge.org/doc/release_notes/rake-0_9_4_rdoc.html for
a list of changes in 0.9.4.
* test/rake*: ditto
* NEWS: ditto
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37667 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:30 PM Feature #7361 (Rejected): Adding Pathname#touch
- Pathname has an #mkdir method to create a directory at the path, but does not have a #touch method to create an empty file at that path.
There were numerous cases where I had to fallback to using
new_file = Pathname.new('location/f... -
10:26 PM Feature #7360 (Closed): Adding Pathname#glob
- Currently there is only a Pathname.glob method, which allows you to find Pathname objects by a pattern including wildcard characters like '*'.
I would like to be able to use this relative to a current Pathname.
some_directory = Pat... -
10:06 PM Bug #7259: ruby-debug-base19x does not compile on 2.0.0-head
- "[ruby-core:49369] [ruby-trunk - Bug #7214] Ruby 2.0 breaks support for some debugging tools" is enough or not?
-
10:01 PM Revision e9c28d0f (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37666 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:00 PM Feature #7359 (Rejected): #eql? and #equal? naming
- In my opinion the difference between @#eql?@ and @#equal?@ is really unintuitive. How about making their difference more obvious by giving one of them a more accurate name?
My proposal is to rename @#equal?@ to @#identic?@.
If you ... - 09:59 PM Revision 84da520d (git): * 2012-11-16
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37665 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:59 PM Revision 9c66bad9 (git): * lib/rake*: Updated to rake 0.9.3
- * test/rake*: ditto
* bin/rake: ditto
* NEWS: ditto
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37664 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:17 PM Revision bfc95c6e (git): Ignore dmyprobes.h, .time.id.h
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37663 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:04 PM Bug #7357 (Third Party's Issue): ruby-1.9.3-p327@global/gems/activerecord-3.2.9/lib/active_record/connection_adapters/postgresql_adapter.rb:1208: [BUG] Segmentation fault
- Erro during rake db:migrate
Rails 3.2.9
Rake 10.0.1
/usr/local/rvm/gems/ruby-1.9.3-p327@global/gems/activerecord-3.2.9/lib/active_record/connection_adapters/postgresql_adapter.rb:1208: [BUG] Segmentation fault
ruby 1.9.3p327 (2... -
06:37 PM Bug #7356 (Closed): ruby-2.0.0-preview1 で adlint-2.6.10 が性能劣化
- == 現象
ruby-1.9.3-p327 と ruby-2.0.0-preview1 で adlint-2.6.10 の性能比較を行った結果、
ruby-2.0.0-preview1 の方が解析時間が 1.2 倍ほど長くかかりました。
== 再現手順
% gem install adlint
% tar xvjf adlint-benchmark-screen.tar.bz2 <- 添付ファイル
% cd adlint-benchmar... -
05:02 PM Feature #4766 (Closed): Range#bsearch
- Oh, Park-san perfectly pointed out this problem in [ruby-core:49364].
So I close this ticket. -
04:52 PM Feature #4766 (Assigned): Range#bsearch
- in range.c, the definition of a macro BSEARCH_CHECK includes:
switch (rb_cmpint(rb_funcall(v, id_cmp, 1, INT2FIX(0)), v, INT2FIX(0)) < 0) { \
case 0: return val; \
case 1: smaller = 1; \
case -1: smaller = 0; \
} \... -
11:37 AM Feature #4766 (Closed): Range#bsearch
- This issue was solved with changeset r37655.
Yusuke, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
* array.c (rb_ary_bsearch): add Array#bsearch for binary search... -
03:51 PM Bug #7355 (Closed): tiny typo in lib/net/pop.rb
- There is a tiny typo in lib/net/pop.rb.
diff --git a/lib/net/pop.rb b/lib/net/pop.rb
index 0736585..fd869b6 100644
--- a/lib/net/pop.rb
+++ b/lib/net/pop.rb
@@ -375,7 +375,7 @@ module Net
return @ssl_params[:verify_mode]
... -
01:57 PM Feature #7336: Flexiable OPerator Precedence
- "Ruby is not a language for academic research of programming languages."
I was referring to academic application, as in the sciences, using DSLs. Not experimenting with programming languages.
I understand though, the yacc point is ... -
09:46 AM Feature #7336: Flexiable OPerator Precedence
- @trans I don't deny the idea itself. But not for Ruby, because
* syntax should be stable.
* Ruby is not a language for academic research of programming languages.
* we cannot use yacc (or bison) any longer, if we adopt variable ope... -
01:50 PM Revision 412b0237 (git): * range.c (range_bsearch): fix some bugs: a documentation bug, a wrong
- condition, missed break in switch/case, and workaround for GCC
optimization. See [ruby-core:49364] in detail. A great patch from
Heesob Park. [Bug #7352] [Feature #4766]
* array.c (rb_ary_bsearch): fix similar bug (missed break).
... -
01:42 PM Revision 768801b0 (git): * vm_exec.h (GENTRY): GENTRY should be pointer size.
- A patch by yoshidam (Yoshida Masato) [Bug #7332].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37661 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:34 PM Feature #7258: Update Rdoc
- Eric, what's the status?
--
Yusuke Endoh <mame@tsg.ne.jp> -
12:34 PM Feature #7257: Update Rubygems
- Eric, what's the status?
--
Yusuke Endoh <mame@tsg.ne.jp> -
12:33 PM Feature #7256: Update Rake
- > I asked Jim and he thought rake 0.9.3 was better to include in Ruby 2.0.0, so I plan to import that.
Agreed.
Then, what's the status?
This is one of the biggest tasks for 2.0.0-preview2.
Let me know if you have any serious prob... -
11:37 AM Feature #3479 (Closed): Array#binary_find et al
- This issue was solved with changeset r37655.
Yusuke, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
* array.c (rb_ary_bsearch): add Array#bsearch for binary search... -
08:29 AM Feature #4085: Refinements and nested methods
- Perhaps refinements should be scoped per-gem, rather than any arbitrary
"using" delimitation. Seems to me, that is generally the level at which we
care about them.
Would that simplify implementation and comprehensibility of usa... -
03:45 AM Feature #4085: Refinements and nested methods - On Wed, Nov 14, 2012 at 05:38:12AM +0900, headius (Charles Nutter) wrote:
[snip]
> And then there's this:
>
> class Foo < SomeParent
> def baz(str)
> ary.map {|name| str.camelize + name}
> end
> end
>
... -
07:57 AM Bug #7342: String#<=> checks for a #to_str method on other but never uses it?
- "It should be used internally to retrieve the string representation of an object." That's explicit coercion. Implicit coercion with #to_str means the object acts a string and the method needn't be called.
This method is used for more ... -
07:19 AM Bug #7304: Random test failures around test_autoclose_true_closed_by_finalizer
- Hello Nobu,
As pointed by Shirosaki-san, the two commits are now split.
Can we apply those changes to trunk? Who should be assigned to final approval?
Thank you
- 06:20 AM Revision 1fc11119 (git): merge revision(s) 35080: [Backport #7353]
- * 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/branches/ruby_1_9_3@37660 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 06:15 AM Revision d3216922 (git): merge revision(s) 36491,36877: [Backport #7320]
- Use 0 for webrick's port and get the actual port. [Bug #6766]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@37659 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:22 AM Revision 5457b86a (git): * man/erb.1: Fix grammar and copyright dates
- * man/goruby.1: ditto
* man/irb.1: ditto
* man/rake.1: ditto
* man/ri.1: ditto
* man/ruby.1: ditto
Patch by Arthur Gunn
[Fixes Github #210]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37658 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:37 AM Revision 81d71fee (git): * man/ruby.1: Grammar edits for man page
- Based on a patch by Michael Endsley [Fixes Github #183]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37657 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
11/14/2012
-
07:48 PM Bug #7301: URI::FTP.new2()の引数typecodeを省略するとNoMethodErrorが発生します。
- これはダメですね。泥沼化しそうなので、手を入れるべきでないと判断します。
メンテナの YAMADA Akira さん見ていらっしゃいますかね。
返事がなければ、ドキュメントを消して undocumented なメソッドにすることで消極的に解決しようと思います。
--
Yusuke Endoh <mame@tsg.ne.jp> -
07:38 PM Bug #7301: URI::FTP.new2()の引数typecodeを省略するとNoMethodErrorが発生します。
- 後から気付いたのですが、引数typecodeを与えても例外が発生します。
----------------------------
$ cat new2_with_typecode.rb
# encoding: utf-8
require 'uri'
URI::FTP.new2('anonymous', 'anonymous', 'ftp.ubuntu.com', 21, '/', 'a')
$ ruby -v new2_with_typeco... -
05:55 PM Bug #7342: String#<=> checks for a #to_str method on other but never uses it?
- As the page you linked points out, #to_str is an *implicit* cast. i.e. It should be used internally to retrieve the string representation of an object. I think this is in keeping with all other uses of #to_str in Ruby source.
Another ... -
12:40 PM Bug #7342: String#<=> checks for a #to_str method on other but never uses it?
- When an object responds to #to_str, it's saying "I am a string." When an object responds to #to_s, it's saying "I have a string representation."
So checking for #to_str here is enough to know whether str2 is a string and can be compar... -
11:53 AM Bug #7342: String#<=> checks for a #to_str method on other but never uses it?
- I would expect something like the following patch makes more sense?
diff --git a/string.c b/string.c
index c63f59a..c9eed27 100644
--- a/string.c
+++ b/string.c
@@ -2385,8 +2385,12 @@ rb_str_cmp_m(VALUE str1, VALUE str2)
lon... - 04:03 PM Revision 5c30ce37 (git): * 2012-11-15
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37656 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:53 PM Revision de07850e (git): * array.c (rb_ary_bsearch): add Array#bsearch for binary search.
- [ruby-core:36390] [Feature #4766]
* test/ruby/test_array.rb: add a test for above.
* range.c (range_bsearch): add Range#bsearch for binary search.
[ruby-core:36390] [Feature #4766]
* test/ruby/test_range.rb: add a test for above
* ... -
03:43 PM Feature #4085: Refinements and nested methods
- > Ideally, in the Rails source code, I would just add "using StringExt" to
> ...
Aaron, if refinements were not leaking to inherited classes (as Yehuda nicely described why) then you still would have the ability to manually propagate t... -
07:19 AM Feature #4085: Refinements and nested methods
- It reminds me C++. So powerful that you can have a hard time trying to understand what is happening in a given piece of code since you have so many operators and each of them can be overloaded. Very powerful but once you're relying on so...
-
05:38 AM Feature #4085: Refinements and nested methods
- rosenfeld: Yes, I am arguing that same case. I believe refinements should only be active for code that appears within a refined context. My example from earlier:
class Foo < SomeParent
def bar(str)
str.upcase # unrefined
end
... -
05:23 AM Feature #4085: Refinements and nested methods
- Talking more with folks online about refinements, there's a lot of confusion about what they solve.
So, in one sense, refinements are to localize monkey-patching. But they don't actually localize it much better since they can apply at... -
05:18 AM Feature #4085: Refinements and nested methods
- Just tested it to confirm:
a = {1.hour.ago}; use(groovy.time.TimeCategory){a()}
If "a()" throwed an exception in Groovy for the example above would it be easier for them to optimize the interpreter? -
05:15 AM Feature #4085: Refinements and nested methods
- Charles, I'm not sure if I completely understand your concerns, but I think that from a code readability point of view refinements should be local to the current block or it would become just as difficult to read code as the current monk...
-
02:21 AM Feature #4085: Refinements and nested methods
- shugo: I may have a possible compromise that fixes some of the technical issues.
Currently, refinements have to be looked up via cref, basically (there's oddities for module_eval case, but it's similar to cref). If instead refinements... -
01:43 AM Feature #4085: Refinements and nested methods
- jballanc: That is exactly the sort of problem I'm worried about. It is *impossible* to look at the DoIt class in your example and know what methods it will call. Even with monkey-patching, you would have the consistency of all callers se...
-
01:35 AM Feature #4085: Refinements and nested methods
- shugo: I believe I understand the implementation. There are a lot of open questions for it, however:
* If the refined class is reopened and the method redefined, does the VM_METHOD_TYPE_REFINED flag get lost?
* How are refinements ... -
02:53 PM Feature #7349: Struct#inspect needs more meaningful output
- I like it too. Could even be:
Point.ancestors
# => [Point, Struct.new(:x, :y), Struct, Enumerable, Object, Kernel,
BasicObject]
--
<lay trum/> -
12:09 PM Feature #7349: Struct#inspect needs more meaningful output
- Sounds nice to me. +1
-
11:32 AM Feature #7349 (Assigned): Struct#inspect needs more meaningful output
- When inheriting directly from Struct.new, Class#ancestors shows a meaningless anonymous Class:
class Point < Struct.new(:x, :y)
def distance
((x ** 2) + (y ** 2)) ** 0.5
end
end
Point.ancesto... -
02:34 PM Bug #7350: Segmentation fault with ruby 1.9.3p328 (2012-11-13) [x86_64-linux]
- Can you check with trunk?
# Yes, it may be difficult, I know.
It seems that crash1.log suggests the cause is in libxml-ruby gem, maybe GC bug.
crash2.log suggests ... ..... a string passed to Pathname is broken.
Does anyone have ... -
02:08 PM Bug #7350 (Rejected): Segmentation fault with ruby 1.9.3p328 (2012-11-13) [x86_64-linux]
- I'm experiencing sporadic segmentation faults in a ruby daemon running with:
ruby 1.9.3p328 (2012-11-13) [x86_64-linux]
This is actually the 1.9.3p327 ruby patched with https://github.com/ruby/ruby/commit/ae2df330 as the issue http... -
01:54 PM Bug #7326: Time.c doc improvements
- The formatting looks good, except you shouldn't wrap classes in anything, such as ArgumentError or Time and Time#to_f
This allow rdoc to properly link these objects. -
01:26 PM Feature #7288 (Closed): Documentation missing: FileUtils.chmod "+X", "directory"
- This issue was solved with changeset r37652.
Jörg, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
* lib/fileutils.rb (chmod): Add "X" to modes, convert format to t... -
11:53 AM Bug #7319 (Closed): CSV docs
- This issue was solved with changeset r37651.
Vincent, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
* lib/csv.rb (init_comments): Document private method #init_co... -
11:32 AM Bug #7348 (Assigned): marshaling an object by a float does not work
-
11:14 AM Bug #7348: marshaling an object by a float does not work
- irb(main):006:0> e = Object.new
irb(main):007:0> Marshal.load(Marshal.dump([[2.0e-100, e], [e]]))
=> [[2.0e-100, #<Object:0x007fa45a10bc28>], [#<Object:0x007fa45a10bc28>]]
Therefore it is related to flonum. -
09:20 AM Bug #7348 (Closed): marshaling an object by a float does not work
- The below `calls` object doesn't round trip through marshal on edge ruby:
def test_marshal_object_and_float
e = Object.new
calls = []
calls << [2.0, e]
calls << [e]
assert_equal calls, Marshal.load(Marshal.d... - 11:27 AM Revision dfc11220 (git): merge revision(s) 37604:
- * ruby_atomic.h: renamed from atomic.h to avoid header file name
conflict on Solaris 10. [ruby-dev:46414] [Bug #7287]
* gc.c, signal.c, vm_core.h, common.mk: reflect the rename from
atomic.h to ruby_atomic.h.... - 11:20 AM Revision c185d9cd (git): merge revision(s) 37593: [Backport #7347]
- * random.c (BYTE_ORDER): define using configured WORDS_BIGENDIAN.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@37653 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
11:07 AM Feature #6980: OpenSSL support for AEAD additional authenticated data and tags
- This would definitely be on my list for 2.0. Sorry for not having been more responsive. I talked with nahi at RubyConf about the tickets that are still open at the moment. I will ask if it is possible to extend the feature freeze for som...
-
10:20 AM Bug #7112: File.extname documentation fix
- I think adding documentation for dotfiles and files ending with a dot would be sufficient.
I don't think covering filesystem-specific behavior is necessarily useful. -
09:07 AM Feature #7297: map_to alias for each_with_object
- Thank you. Enumerable#associate proposed: #7341
-
04:57 AM Feature #7346: object(...) as syntax sugar for object.call(...)
- Yes, I know, it is just that I prefer to read object.call(arguments) than object[arguments]. This is just a personal opinion, I know and I can change my mind some day about this :)
-
04:23 AM Feature #7346: object(...) as syntax sugar for object.call(...)
- @rosenfeld, I'll just mention that you can use Proc#[] in your example:
double = -> n { n * 2 }
double[3] == 6 #=> true
On Wednesday, 14 November 2012, rosenfeld (Rodrigo Rosenfeld Rosas) wrote:
>
> Issue #7346... -
04:53 AM Feature #7341: Enumerable#associate
- >
> 1) The form you suggest would be redundant with `Enumerable#to_h`
>
I agree that 'Enumerable#to_h' would seem more appropriate than the
block-less version of 'associate'. To me, the 'associate' verb implies that
the pro... -
01:12 AM Feature #7341: Enumerable#associate
- Hi,
bitsweat (Jeremy Kemper) wrote:
> In short: associating a collection of keys with calculated values should be easy to do and the code should reflect the programmer's intent.
A strong +1 from me
> ...
A good start. I'd make ... -
12:03 AM Feature #7341: Enumerable#associate
- Thanks for posting, Nathan. See https://gist.github.com/4035286 for the full pitch and a demonstration implementation.
In short: associating a collection of keys with calculated values should be easy to do and the code should reflect ... -
04:26 AM Revision c8b0b536 (git): * lib/fileutils.rb (chmod): Add "X" to modes, convert format to table
- [ruby-core:48965] [Bug #7288]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37652 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:53 AM Revision a4b0291f (git): * lib/csv.rb (init_comments): Document private method #init_comments.
- Based on a patch from Vincent Batts [ruby-core:49172] [Bug #7319]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37651 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:08 AM Bug #7171: test-all failure on OS X (RubyCI)
- codesign する機能は僕がお願いして入れてもらったものなので存在は知っていて使ってます。
自分のユーザで、rvm や rbenv を使ってインストールする ruby には署名していてとても便利になっていますが、
chkbuild を chkbuild 専用ユーザで動かしている場合にきちんと署名してくれず困っています。
デンバー滞在中に sorah から対処方法の案を教わっているので、次の休みの日にでもそれを試して結果を報告しますね。
-
01:02 AM Bug #7344: gem pristine bigdecimal が失敗してしまう
- ほかの built-in 拡張ライブラリは問題ないんですかねぇ。
そうだとすれば gemspec を真似すればいいのかな。 -
12:44 AM Bug #7343 (Rejected): Enumerator::Lazy seems to nest herself infinitely
-
12:07 AM Feature #7336: Flexiable OPerator Precedence
- trans (Thomas Sawyer) wrote:
>
> ...
(10.meters)**2 should be 100.meters^2 in your notation.
> Rather then the `5m^2` expected. While parenthesis can be used, it so unnatural to this common notation that it puts a rather ugly black ...
11/13/2012
-
11:56 PM Feature #7336: Flexiable OPerator Precedence
- @matz I understand your cautionary take. It certainly could be dangerous if someone where to horse around with precedence, say in the Object class. But I doubt it would prove such a problem in practice b/c developers would be well aware ...
-
11:25 PM Feature #7336: Flexiable OPerator Precedence
- "you can always use parentheses if needed"
Unfortunately it is very unnatural for a unit system. Let me give an example to explain. In Stick, the obvious DSL is:
10.meters**2 => 100m
10.meters^2 => 10m^2
So, ** is power ... -
03:36 PM Feature #7336: Flexiable OPerator Precedence
- I have similar opinion with Matz: i think it is nice to have in language something about the syntax that never changes. In this case, it is to be able to look at a line of code and to know in which order it will be executed, without hav...
-
11:13 AM Feature #7336: Flexiable OPerator Precedence
- So it's about taste, not about dangers? If so it makes much more sense to me.
-
11:05 AM Feature #7336: Flexiable OPerator Precedence
- It changes "the taste of the language". Macro will give you flexibility and freedom.
But it may hinder "reliability" to the syntax, and will gradually destroy the attractiveness of the language.
It might be imaginary fear of mine. But... -
10:57 AM Feature #7336: Flexiable OPerator Precedence
- Matz, I know you don't like macros.
But look out, there are tons of DSLs written in Ruby. Which means everybody, except you, are willing to have macros.
So I agree with you, macros are dangerous. But to meet our needs, Ruby shoul... -
10:46 AM Feature #7336: Flexiable OPerator Precedence
- matz (Yukihiro Matsumoto) wrote:
> "dangerous" here of course means "confusing" or "error prone".
> ...
I know, but you said "as dangerous as macros". So my question. -
10:38 AM Feature #7336: Flexiable OPerator Precedence
- "dangerous" here of course means "confusing" or "error prone".
I don't think changing operator precedence would cause your computer explode.
Matz.
-
10:24 AM Feature #7336: Flexiable OPerator Precedence
- matz (Yukihiro Matsumoto) wrote:
> But changing precedence may confuse readers. It is as dangerous as macros.
Interesting. Can you tell us how "dangerous" it is, apart from being confusing? -
09:09 AM Feature #7336 (Rejected): Flexiable OPerator Precedence
- Pretty interesting idea, that reminds me Prolog or Haskell.
But changing precedence may confuse readers. It is as dangerous as macros.
So I reject the idea (for Ruby language) for same reason.
Matz.
-
10:02 PM Feature #7346: object(...) as syntax sugar for object.call(...)
- Ah, of course! :D I totally forgot about Kernel#p! :P
Yes, that makes total sense. -
09:15 PM Feature #7346: object(...) as syntax sugar for object.call(...)
- We easily forget conflict between method names and variable names, in a language like Ruby, where methods and variables have separated name space.
We expect p(15) to print 15 even when we have a variable named p in the scope.
Matz.... -
09:02 PM Feature #7346: object(...) as syntax sugar for object.call(...)
- Ah, ok, I didn't know about this syntax until now. What does the code above do?
-
08:59 PM Feature #7346 (Rejected): object(...) as syntax sugar for object.call(...)
- I have once tried, but it caused serious incompatibility problem for example:
p = Object.new
p(15)
So compromise with object.() syntax introduced in 1.9.
Matz.
-
08:50 PM Feature #7346 (Rejected): object(...) as syntax sugar for object.call(...)
- I propose for the parser to interpret "object(...)" as "object.call(...)". It should raise NoMethodError at runtime if object doesn't respond to "call".
This would read better than using "call":
double = -> n { n * 2 }
double(3)... -
08:53 PM Feature #7340: 'each_with' or 'into' alias for 'each_with_object'
- On 13 November 2012 21:25, rosenfeld (Rodrigo Rosenfeld Rosas) <
rr.rosas@gmail.com> wrote:
>
> Issue #7340 has been updated by rosenfeld (Rodrigo Rosenfeld Rosas).
>
>
> The reason I dislike each_with_object and each_wit... -
08:25 PM Feature #7340: 'each_with' or 'into' alias for 'each_with_object'
- The reason I dislike each_with_object and each_with is the "each" on them. "each"'s return value isn't meaningful to me. That's why I would prefer "map_to", "map_into" or just "into".
"into" here doesn't mean putting values "into" the... -
11:24 AM Feature #7340: 'each_with' or 'into' alias for 'each_with_object'
- matz (Yukihiro Matsumoto) wrote:
> I dislike #into because it may or may not put something into the argument.
> ...
I would appreciate if you could look at #6687. but #each_with is OK for me :-) -
11:06 AM Feature #7340: 'each_with' or 'into' alias for 'each_with_object'
- I dislike #into because it may or may not put something into the argument.
I am OK with #each_with.
Matz.
-
08:17 AM Feature #7340 (Open): 'each_with' or 'into' alias for 'each_with_object'
- Following on from the discussions at #7297 and #7241, it is apparent that a shorter alias for 'each_with_object' would be much appreciated.
-
08:36 PM Feature #4085: Refinements and nested methods
- Charles, although I agree that the example you gave reads just as good as the monkey patched version, sometimes I can't find a better approach to some DSL created by monkey patches. This is why I'd like to have something like refinements...
-
07:29 PM Feature #4085: Refinements and nested methods
- Ok, I think I finally figured out what it is about refinements that makes me so uncomfortable... Refinements violate PLOS in a very bad way, I think, because the behavior of code no longer depends only on the objects and statements in th...
-
04:42 PM Feature #4085: Refinements and nested methods
- Perhaps I am missing something, but for the case that Aaron points out, it seems to me that refinements are an overly complicated solution. I think a much better solution would be to make literal construction use current scope when assig...
-
12:11 PM Feature #4085: Refinements and nested methods
- headius (Charles Nutter) wrote:
> Well, I have some bad news.
> ...
ko1 came up with a new idea to implement refinements without impact to applications which don't use refinements.
The basic idea is:
* When a method is defined in a... -
11:04 AM Feature #4085: Refinements and nested methods
- Replies to recent comments:
Aaron: I totally understand the use case, and I support it. Unfortunately I don't feel like the use case and the current feature set have been aligned properly without major impact to unrefined code. There'... -
10:57 AM Feature #4085: Refinements and nested methods
- Well, I have some bad news.
I have spent some time trying to find a reasonable way to implement refinements in JRuby, and without reducing the feature set it's simply not possible to do without global (and sometimes terrible) impact t... -
08:15 PM Bug #7344 (Assigned): gem pristine bigdecimal が失敗してしまう
- mrkn さんの作った gem が悪いのでは、という説なので、
とりあえず mrkn さん調べてみてもらえますか?
--
Yusuke Endoh <mame@tsg.ne.jp> -
08:11 PM Bug #7344 (Closed): gem pristine bigdecimal が失敗してしまう
- gem pristine bigdecimal を実行すると以下のエラーが発生して落ちてしまいます。
% gem pristine bigdecimal
Restoring gems to pristine condition...
Building native extensions. This could take a while...
ERROR: While executing gem ... (Gem::Installer::Extension... -
08:11 PM Bug #6634 (Feedback): Deadlock with join and ConditionVariable
- Worked. Thank you!
Then, anyone can reproduce the original problem? Meh, can you still reproduce?
--
Yusuke Endoh <mame@tsg.ne.jp> -
06:59 PM Bug #6634: Deadlock with join and ConditionVariable
- Maybe this second problem is fixed at r37647.
mame-san, could you check it?
-
06:32 PM Feature #5373: SMTP - new method
- drbrain (Eric Hodel) wrote:
> May I apply this?
Sasada-san told me that Aoki-san is neutral about this issue, and asked my take as a maintainer of Net::IMAP.
I think it's nice Net::SMTP to have a new method for the RSET command, b... -
06:07 PM Bug #7308: Infinite recursion on circular 'using'
- charliesome (Charlie Somerville) wrote:
> I've attached a patch that does a simple DFS to make sure no circular using relationship is created.
Thank you. I've changed it to raise an ArgumentError instead of TypeError for the consist... -
06:05 PM Bug #7308 (Closed): Infinite recursion on circular 'using'
- This issue was solved with changeset r37646.
Charlie, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
* eval.c (rb_mod_using): raise an ArgumentError if cyclic usin... -
05:59 PM Bug #7343: Enumerator::Lazy seems to nest herself infinitely
- I understand Enumerator::Lazy's behavior via
- https://twitter.com/mashiro/status/268271989964292096
- https://gist.github.com/1939610
Sorry for making a noise... -
04:42 PM Bug #7343 (Rejected): Enumerator::Lazy seems to nest herself infinitely
- Hello, Ruby dev team.
I tried Ruby 2.0 trunk, and found Enumerator::Lazy a bit weird.
> [1, 2, 3].cycle.lazy.take 5
# => #<Enumerator::Lazy: #<Enumerator::Lazy: #<Enumerator: [1, 2, 3]:cycle>>:take(5)>
> [1, 2, 3].... - 03:56 PM Revision 5de3acdc (git): * 2012-11-14
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37650 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:56 PM Revision 3dd13a1c (git): * Makefile.in (probes.h): create from probes.d
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37649 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:13 PM Feature #2565 (Closed): adding hooks for better tracing
- This issue was solved with changeset r37636.
Yuki, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
Fix dtrace commit r37631, it is [Feature #2565]
* configure.in: ... -
03:12 PM Feature #6311: memmem()によるrb_memsearch()の高速化
- nは下で使われていないので更新不要ですね。
-
02:58 PM Feature #6311: memmem()によるrb_memsearch()の高速化
- もしこういう特定のケースの高速化が必要とのことなら、memmem()を使わない版でも
Index: re.c
===================================================================
--- re.c (revision 37635)
+++ re.c (working copy)
@@ -126,6 +126,11 @@ rb_memsearch_ss(const unsigned char ... -
11:12 AM Feature #6311 (Closed): memmem()によるrb_memsearch()の高速化 - This issue was solved with changeset r37634.
Masaki, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
* re.c (rb_memsearch_ss): performance improvement by using memm... -
11:24 AM Bug #7342 (Closed): String#<=> checks for a #to_str method on other but never uses it?
- =begin
This isn't exactly a bug, as much as a request for clarification. I was looking at the semantics of the (({<=>})) operator and noticed something curious. For most classes, when evaluating (({thing <=> other})), if (({other})) is ... - 10:02 AM Revision ae2df330 (git): merged revision(s) 37075,37076,37082,37083,37088: [Backport #7123]
- * gc.c: Use the non-recursive marking instead of recursion. The
recursion marking of CRuby needs checking stack overflow and the
fail-safe system, but these systems not good at partial points,
for example, marking deep tree structu... -
09:48 AM Revision 0c1682b3 (git): * vm_insnhelper.c (vm_call_cfunc_with_frame): don't use ci after
- EXEC_EVENT_HOOK because ci can be overridden.
* vm_eval.c: ditto.
* method.h: change invoker's parameters types.
* vm_method.c (call_cfunc_invoker_func): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37647 b2dd03c8-39d4-4d8... -
09:05 AM Revision 684aa1f9 (git): * eval.c (rb_mod_using): raise an ArgumentError if cyclic using is
- detected. based on the patch by Charlie Somerville.
[ruby-core:49092] Bug #7308
* test/ruby/test_refinement.rb: related test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37646 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
08:52 AM Revision e7659bd2 (git): Define dtrace test classes only when dtrace exists
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37645 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:41 AM Revision bd5b2cb6 (git): * common.mk (vm_insnhelper.c): this target is useless and causes
- ruby always need rebuild.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37644 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
08:36 AM Revision 1619c02d (git): * compile.c (insn_data_to_s_detail): remove debug lines.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37643 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:35 AM Revision 0d6c9acc (git): fix ChangeLog
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37642 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:34 AM Revision ffd3cbdc (git): * vm_insnhelper.c (vm_caller_setup_args): save and restore
- ci->argc and ci->blockptr before and after method invocations
because these method dispatches override call_info.
* bootstraptest/test_method.rb: add tests for this fix.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37641 b2dd03... -
08:29 AM Feature #7341 (Open): Enumerable#associate
- Jeremy Kemper proposed Enumerable#associate during the discussion in #7297, with the following details:
-------------------
Some background:
#4151 proposes an Enumerable#categorize API, but it's complex and hard to understand it... -
07:49 AM Revision db31b3da (git): * common.mk (dmyprobes.h): always create for make dist.
- * Makefile.in (probes.h): create or copy dmyprobes.h
* win32/Makefile.sub: only do copy dmyprobes.h.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37640 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
06:38 AM Revision d8aaa430 (git): * Makefile.in (.SUFFIX): .SUFFIX is needed here for .d.h on bsd make.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37639 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 06:35 AM Revision aec93c22 (git): * common.mk Makefile.in win32/Makefile.sub (.d.h): it's not common.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37638 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:31 AM Feature #7339 (Rejected): Version of super that doesn't raise when super undefined
- Indeed, `defined?(super)` is probably what you were looking for.
-
05:53 AM Feature #7339: Version of super that doesn't raise when super undefined
- We can already write:
super if defined?(super)
I don't think a shortcut would be necessary for that, since it's already
quite short.
Best,
Nathan
On Tuesday, 13 November 2012, prijutme4ty (Ilya Vorontsov) ... -
05:31 AM Feature #7339 (Rejected): Version of super that doesn't raise when super undefined
- =begin
I propose new method try_super (it's possibly bad name, any suggestions) which would work like a super except not raising in case that super method undefined. It can be useful in such a situation - when module makes smth useful e... -
06:26 AM Bug #7338 (Rejected): loop command doesn't accept begin/end, only { }
-
04:47 AM Bug #7338: loop command doesn't accept begin/end, only { }
- My bad, thanks, Nathan. Switching between languages too often! :D
-
04:23 AM Bug #7338: loop command doesn't accept begin/end, only { }
- Hi there,
Try 'loop do' instead of 'loop begin'
Best,
Nathan
On Tuesday, 13 November 2012, dwilde1 (Donald Wilde) wrote:
>
> Issue #7338 has been reported by dwilde1 (Donald Wilde).
>
> -------------------... -
04:09 AM Bug #7338 (Rejected): loop command doesn't accept begin/end, only { }
- def token_generator
random = Random.new
alpha = Array.new
('a' .. 'z').each do | c |
alpha << c
end
('A' .. 'Z').each do | c |
alpha << c
end
numbers = %w{ 0 1 2 3 4 5 6 7 8 9 }
loop ... -
06:14 AM Revision 864d9606 (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37637 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:13 AM Revision f82d652f (git): Fix dtrace commit r37631, it is [Feature #2565]
- * configure.in: disable dtrace because it doesn't work on FreeBSD.
* common.mk (clean-local): rm probes.h.
* common.mk (parse.o): depend $(PROBES_H_INCLUDES).
* common.mk (.d.h): moved from Makefile.in and use BASERUBY.
* tool/gen_du... -
03:37 AM Bug #7337 (Rejected): 1.9.3-p327 crashed on rake
- Used ruby-build to get the latest 1.9.3-p327 on my OS X 10.7.5 with llvm-gcc-4.2
Used bundle install to get all the gems, then run "bundle exec rake" which lead to the following Backtrace (CrashReport below that):
- 03:32 AM Revision 8e72bb71 (git): * win32/README.win32: added mention about build directory. currently
- we can not build ruby in win32 directory. this problem is reported
by Masahiro Kitajima <katonbo@katontech.com>.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37635 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:12 AM Revision c5b19cf0 (git): * re.c (rb_memsearch_ss): performance improvement by using memmem(3) if
- possible. [ruby-dev:45530] [Feature #6311]
* configure.in: check existence of memmem(3) and that it is not broken.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37634 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:44 AM Revision d24e2d74 (git): add probes.h to svn:ignore and sort .gitignore
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37633 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:38 AM Feature #6588: Set#intersect?
- alexeymuranov (Alexey Muranov) wrote:
> +1.
Thanks for the +1
> ...
No, I believe it would be wrong to argue that. From wikipedia: "We say that A intersects B if A intersects B at some element"
Moreover: "We say that A and B ... -
12:19 AM Feature #7322: Add a new operator name #>< for bit-wise "exclusive or"
- Related: #6678.