Project

General

Profile

Activity

From 12/02/2012 to 12/08/2012

12/08/2012

11:10 PM Bug #7534 (Closed): /(?i:[\W])/ and /(?i:[\w])/ both match "s"
vo.x (Vit Ondruch)
10:59 PM Bug #7534: /(?i:[\W])/ and /(?i:[\w])/ both match "s"
Indeed, this is a duplicate of #4044. My apologies. Please close this one. Thank you. hasari (Hiro Asari)
05:19 PM Bug #7534: /(?i:[\W])/ and /(?i:[\w])/ both match "s"
As far as I can remember, this issue is two years old.
Refer to #4044
phasis68 (Heesob Park)
03:13 PM Bug #7534: /(?i:[\W])/ and /(?i:[\w])/ both match "s"
Related to #7533 Anonymous
03:12 PM Bug #7534: /(?i:[\W])/ and /(?i:[\w])/ both match "s"
This was reported by Ian Leitch. https://twitter.com/ileitch/status/277234777118093314 (https://gist.github.com/4236706) hasari (Hiro Asari)
03:10 PM Bug #7534 (Closed): /(?i:[\W])/ and /(?i:[\w])/ both match "s"
If you drop any of the 3 conditions - case-insensitivity, character class, or "s" - this bug does not happen.
See ...
hasari (Hiro Asari)
10:24 PM Feature #4085: Refinements and nested methods
matz wrote:
> |* Should not send, method, respond_to? use refinements?
> | I've changed Symbol#to_proc not to us...
shugo (Shugo Maeda)
01:53 PM Feature #4085: Refinements and nested methods
In message "Re: [ruby-core:50681] [ruby-trunk - Feature #4085] Refinements and nested methods"
on Sat, 8 Dec 2...
Anonymous
12:15 PM Feature #4085: Refinements and nested methods
shugo (Shugo Maeda) wrote:
> I've written down the new specification:
>
> https://bugs.ruby-lang.org/projects/r...
shugo (Shugo Maeda)
06:23 AM Feature #4085: Refinements and nested methods
rosenfeld (Rodrigo Rosenfeld Rosas) wrote:
> > Honestly, there are certain features that are so difficult to impleme...
headius (Charles Nutter)
05:29 AM Feature #4085: Refinements and nested methods
On 07.12.2012 21:02, rosenfeld (Rodrigo Rosenfeld Rosas) wrote:
>
> Issue #4085 has been updated by rosenfeld (R...
The8472 (Aaron G)
05:15 AM Feature #4085: Refinements and nested methods
rosenfeld (Rodrigo Rosenfeld Rosas) wrote:
> Aaron, I see your point but often my queries are much more complex than...
jeremyevans0 (Jeremy Evans)
05:02 AM Feature #4085: Refinements and nested methods
Aaron, I see your point but often my queries are much more complex than a single mention to some column. So if I have... rosenfeld (Rodrigo Rosenfeld Rosas)
04:55 AM Feature #4085: Refinements and nested methods
Charles I have read your arguments about super and refinements behavior above and now I understand that the expected ... rosenfeld (Rodrigo Rosenfeld Rosas)
04:53 AM Feature #4085: Refinements and nested methods
On 07.12.2012 16:23, Rodrigo Rosenfeld Rosas wrote:
> Not all column names can be represented as method names. Or ...
The8472 (Aaron G)
04:43 AM Feature #4085: Refinements and nested methods
> Honestly, there are certain features that are so difficult to implement efficiently that no matter how useful they ... rosenfeld (Rodrigo Rosenfeld Rosas)
04:42 AM Feature #4085: Refinements and nested methods
rosenfeld (Rodrigo Rosenfeld Rosas) wrote:
> This is what I'd expect from the code above to find it consistent:
>
...
headius (Charles Nutter)
04:36 AM Feature #4085: Refinements and nested methods
rosenfeld (Rodrigo Rosenfeld Rosas) wrote:
> So, by using your definition of refinements I'd need to separate them b...
headius (Charles Nutter)
03:48 AM Feature #4085: Refinements and nested methods
Charles will know for the JRuby case but if it currently doesn't differentiate blocks from procs (or lambdas) I guess... rosenfeld (Rodrigo Rosenfeld Rosas)
01:02 AM Feature #4085: Refinements and nested methods
rosenfeld (Rodrigo Rosenfeld Rosas) wrote:
> I don't really like the idea of making something implementation depende...
shugo (Shugo Maeda)
12:29 AM Feature #4085: Refinements and nested methods
Not all column names can be represented as method names. Or can they?

Even if they could I don't like this approa...
rosenfeld (Rodrigo Rosenfeld Rosas)
09:19 PM Revision 1cf13e07 (git): * 2012-12-09
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38278 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
09:19 PM Revision 4eaf05c8 (git): * lib/rdoc/markdown/entities.rb: Added documentation.
* lib/rdoc/parser/ruby.rb: Updated style
* lib/rdoc/ruby_lex.rb: Parse characters up to \u{FFFFF}
* test/rdoc/test...
drbrain (Eric Hodel)
05:59 PM Feature #7532: Hardcoded compiler location
here is patch that archives this: https://github.com/tokaido/tokaido-build/blob/master/patches/darwin/1.9.3-p327/cc_e... mpapis (Michal Papis)
04:56 PM Bug #7344: gem pristine bigdecimal が失敗してしまう
latest rubygems fixed this issue. I confirmed to solve `gem pristine bigdecimal`.
But `gem install bigdecimal` alw...
hsbt (Hiroshi SHIBATA)
04:09 PM Bug #7535 (Closed): Documentation for Ripper
Committed as r38273. marcandre (Marc-Andre Lafortune)
03:42 PM Bug #7535 (Closed): Documentation for Ripper
Small patch for Ripper docs.
https://github.com/ruby/ruby/pull/219
oscardelben (Oscar Del Ben)
01:57 PM Bug #7524 (Closed): rdoc hangs upon encountering fraktur characters
zzak (zzak _)
01:09 PM Bug #7524: rdoc hangs upon encountering fraktur characters
I just gave up on them, the problem is fixed afaiac :-) Anonymous
01:41 PM Revision 54fce811 (git): * eval.c (rb_mod_refine): don't override Module#include. It's
unnecessary now because refinements are activated only in refine
blocks.
git-svn-id: svn+ssh://ci.ruby-lang.org/ru...
shugo (Shugo Maeda)
01:35 PM Revision 4363d076 (git): * eval.c: remove Module#refinements.
* test/ruby/test_refinement.rb: remove tests for Module#refinements.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tru...
shugo (Shugo Maeda)
01:35 PM Revision bdb8607c (git): * eval.c (top_using): raise a RuntimeError if using is called in a
module definition or a method definition.
* test/ruby/test_refinement.rb: related test.
git-svn-id: svn+ssh://ci.ru...
shugo (Shugo Maeda)
11:28 AM Bug #7533 (Closed): Oniguruma hates the letter 's' :(
MRI 2.0.0dev (2012-12-08), MRI 1.9.3-p327, Rubinius f76d3f67, JRuby 1.7.1 (1.9.3)
>> "s.net" =~ /\A[^\W_]+([-.][^\...
ileitch (Ian Leitch)
07:06 AM Revision 537030e1 (git): Improve rdoc for Ripper, based on a patch by Oscar Del Ben [github:219]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38273 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Marc-Andre Lafortune
06:01 AM Revision 75894547 (git): * lib/rubygems/commands/cleanup_command.rb: Skip default gems when
cleaning up.
* test/rubygems/test_gem_commands_cleanup_command.rb: Test for above.
* lib/rubygems/commands/query_co...
drbrain (Eric Hodel)
03:36 AM Revision ee68f78c (git): * vm_insnhelper.c (vm_search_normal_superclass): super in a
refinement always uses the refined class as its superclass.
* test/ruby/test_refinement.rb: related test.
git-svn-i...
shugo (Shugo Maeda)
03:06 AM Revision d928280c (git): * eval.c (rb_mod_refine): raise an ArgumentError if a given
block is of a Proc object.
* vm_insnhelper.c (vm_call_method): store refined methods in inline
cache to improve pe...
shugo (Shugo Maeda)
02:53 AM Feature #6074: Allow alias arguments to have a comma
On Dec 7, 2012, at 9:10, "alexeymuranov (Alexey Muranov)" <[email protected]> wrote:
> Issue #6074 has been up...
drbrain (Eric Hodel)
02:10 AM Feature #6074: Allow alias arguments to have a comma
Just another idea in this direction: allow
~~~ruby
def :foo, :bar do
puts bar
end
~~~
in addition to
~...
alexeymuranov (Alexey Muranov)
02:52 AM Bug #7528: CSV.== fails to check object type
James, I think your editor may have committed a bunch of whitespace changes zzak (zzak _)
02:42 AM Bug #7528 (Closed): CSV.== fails to check object type
This issue was solved with changeset r38265.
Stephen, thank you for reporting this issue.
Your contribution to Ruby i...
JEG2 (James Gray)
02:07 AM Bug #7528 (Assigned): CSV.== fails to check object type
drbrain (Eric Hodel)
02:37 AM Revision db051011 (git): * eval.c (rb_mod_refine), vm_eval.c (rb_yield_refine_block):
Module#refine activates all refinements defined in that module
only in a given block.
* string.c (sym_to_proc, sym...
shugo (Shugo Maeda)
01:17 AM Bug #7248: Shouldn't Enumerator::Lazy.new be private?
Hi,
Enumerator::Lazy.new will be needed
(1) when you want to overwrite behavior of a lazy method. eg:
---
cla...
yhara (Yutaka HARA)
12:26 AM Revision 3adc9834 (git): * ext/openssl/ossl_x509name.c: Completed documentation for
OpenSSL::X509::Name.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38268 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
drbrain (Eric Hodel)
12:24 AM Revision 1c9e3155 (git): ChangeLog: fix indent
* ChangeLog: fix indent. revert r38265 partially.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38267 b2dd03c8-...
nobu (Nobuyoshi Nakada)
12:18 AM Revision 1c5b3092 (git): * ext/objspace/objspace.c (iow_size): return size of internal object
for ObjectSpace.memsize_of().
* test/objspace/test_objspace.rb: add a test.
git-svn-id: svn+ssh://ci.ruby-lang.org...
ko1 (Koichi Sasada)

12/07/2012

11:17 PM Feature #7503 (Assigned): make timeout.rb async-interrupt safe by default
> Target version changed from 2.0.0 to next minor
r38216 was reverted then.

kosaki (Motohiro KOSAKI)
02:04 PM Feature #7503 (Closed): make timeout.rb async-interrupt safe by default
This issue was solved with changeset r38255.
Motohiro, thank you for reporting this issue.
Your contribution to Ruby ...
nobu (Nobuyoshi Nakada)
11:12 PM Feature #6074: Allow alias arguments to have a comma
Is there any reason this can't make it into 2.0? trans (Thomas Sawyer)
10:43 PM Feature #4085: Refinements and nested methods
=begin
@rosenfeld I think the point was that a better designed API could do:
records = DB[:some_table].
wh...
trans (Thomas Sawyer)
10:23 PM Feature #4085: Refinements and nested methods
Em 06-12-2012 23:17, The 8472 escreveu:
> On 06.12.2012 17:01, rosenfeld (Rodrigo Rosenfeld Rosas) wrote:
>> The...
rosenfeld (Rodrigo Rosenfeld Rosas)
03:34 PM Feature #4085: Refinements and nested methods
matz (Yukihiro Matsumoto) wrote:
> I have reviewed, and as far as I understand, it's correct, except that `Module#ev...
shugo (Shugo Maeda)
03:16 PM Feature #4085: Refinements and nested methods
=begin
I have reviewed, and as far as I understand, it's correct, except that `Module#eval` should be `Module#module_...
matz (Yukihiro Matsumoto)
02:17 PM Feature #4085: Refinements and nested methods
matz (Yukihiro Matsumoto) wrote:
> I have discussed with Shugo, and found out there was misunderstanding in my side....
shugo (Shugo Maeda)
10:23 AM Feature #4085: Refinements and nested methods
On 06.12.2012 17:01, rosenfeld (Rodrigo Rosenfeld Rosas) wrote:
> The problem is that currently you can't use both...
The8472 (Aaron G)
03:23 AM Feature #4085: Refinements and nested methods
In message "Re: [ruby-core:50641] [ruby-trunk - Feature #4085] Refinements and nested methods"
on Fri, 7 Dec 2...
Anonymous
03:14 AM Feature #4085: Refinements and nested methods
@matz Your example looks like you are trying to have it both ways. Sort of local but sort of not. I agree with @rosen... trans (Thomas Sawyer)
01:57 AM Feature #4085: Refinements and nested methods
What I find inconsistent specifically (and we wouldn't be able to fix it later without breaking backward compatibilit... rosenfeld (Rodrigo Rosenfeld Rosas)
01:41 AM Feature #4085: Refinements and nested methods
I haven't deny the future possibility to introduce your "local refinement". But we have to prepare working implementa... matz (Yukihiro Matsumoto)
01:01 AM Feature #4085: Refinements and nested methods
Look, refinements could probably save Ruby from many drawbacks that currently exist. But I don't really understand wh... rosenfeld (Rodrigo Rosenfeld Rosas)
12:02 AM Feature #4085: Refinements and nested methods
@rosenfeld,
If you don't understand it, and you want to avoid it, that's OK. Ruby is a good language without refinem...
matz (Yukihiro Matsumoto)
10:42 PM Bug #7528: CSV.== fails to check object type
I concur. Patch attached for easy application.
It's probably worth noting that the current, unpatched, behaviour ...
SteveW (Stephen Wattam)
09:23 PM Bug #7528: CSV.== fails to check object type
It would probably be better to perform an `is_a?` check rather than
checking the class of the other object.

Anonymous
08:56 PM Bug #7528: CSV.== fails to check object type
This seems to fix it:
```diff
478c478,479
< @row == other.row
---
> return @row == other.row if ot...
SteveW (Stephen Wattam)
12:04 AM Bug #7528 (Closed): CSV.== fails to check object type
CSV::Row's equality method presumes it is comparing another CSV::Row. It fails when the object to be compared doesn'... SteveW (Stephen Wattam)
05:57 PM Feature #7532 (Assigned): Hardcoded compiler location
Currently RbConfig::CONFIG["CC"] is hardcoded during compilation, this is an issue when compiling ruby that can be ru... mpapis (Michal Papis)
05:42 PM Revision 5b1065f3 (git): * lib/csv.rb: A fix for row comparison by Stephen Wattam. [Bug #7528]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38265 b2dd03c8-39d4-4d8f-98ff-823fe69b080e James Edward Gray II
04:27 PM Revision 0dc6b839 (git): unit.rb: no need to check all reports
* lib/test/unit.rb (Test::Unit::Runner#_run_parallel): no need to
check all reports.
git-svn-id: svn+ssh://ci.ruby...
nobu (Nobuyoshi Nakada)
03:49 PM Revision 8978ec05 (git): * 2012-12-08
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38263 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:49 PM Revision 537297d1 (git): * vm_eval.c (yield_under, eval_under): do not activate refinements
of the receiver in module_eval and instance_eval.
* eval.c (ruby_Init_refinement): undef Class#refine.
* eval.c (ru...
shugo (Shugo Maeda)
03:49 PM Bug #6038: #instance_eval bug
=begin
I don't think ((|pr2|)) is not guaranteed to be the same object as ((|pr1|)) where
pr1 = proc {}
pr2 = ...
nobu (Nobuyoshi Nakada)
02:44 PM Revision c36d15f2 (git): * ext/refinement/refinement.c: include ruby/ruby.h instead of the
declaration of rb_warn().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38261 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
shugo (Shugo Maeda)
02:22 PM Bug #7531 (Feedback): Issues in installing ruby 1.9.3 on AIX 7.1
naruse (Yui NARUSE)
01:22 PM Bug #7531: Issues in installing ruby 1.9.3 on AIX 7.1
I guess r37653 would fix this issue. ngoto (Naohisa Goto)
09:05 AM Bug #7531 (Closed): Issues in installing ruby 1.9.3 on AIX 7.1
In file included from random.c:1264:
siphash.c:11:22: error: endian.h: A file or directory in the path name does not...
neha154 (Neha S)
10:36 AM Revision 3bbffbc7 (git): Revert r38216 and r38221. Release manager mark this feature as "next minor".
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38260 b2dd03c8-39d4-4d8f-98ff-823fe69b080e kosaki (Motohiro KOSAKI)
08:21 AM Bug #7530 (Closed): Concurrent loads fail with mutex errors
I have no idea what's going on here.
~~~
jruby-1.7.0 ~/projects/vts-jruby $ cat bench_load_path.rb
require 'ben...
headius (Charles Nutter)
07:10 AM Revision 65129f3a (git): Remove file from r38201
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38259 b2dd03c8-39d4-4d8f-98ff-823fe69b080e zzak (zzak _)
07:08 AM Revision a756aa75 (git): * doc/etc.rd: Removed stale documentation file
* ext/etc/etc.c: Merged documentation from doc/etc.rd and updated
rdoc, added documentation for Etc::Passwd and Et...
zzak (zzak _)
07:03 AM Revision 8b2a4e68 (git): * lib/test/unit.rb (Test::Unit::Runner#_run_parallel): no need to
retry skipped test. this fix makes 40% faster the whole test-all
with -j5 on Windows.
git-svn-id: svn+ssh://ci.r...
U.Nakamura
05:22 AM Revision 85e3560a (git): * lib/rdoc/markup/to_joined_paragraph.rb: Completed documentation
* lib/rdoc/parser/c.rb: ditto
* lib/rdoc/parser/changelog.rb: ditto
* lib/rdoc/servlet.rb: ditto
* lib/rdoc/store....
drbrain (Eric Hodel)
05:04 AM Revision 08f0db2c (git): timeout.rb: replace deferred exception after async_interrupt_timing
* lib/timeout.rb (Timeout#timeout): since async_interrupt_timing
re-raises a deferred exception, replace the timeou...
nobu (Nobuyoshi Nakada)
05:02 AM Revision 9dd64b60 (git): * test/ruby/test_refinement.rb: suppress warning.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38254 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
05:02 AM Revision 13d3f023 (git): test: remove or replace trailing spaces
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38253 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
04:39 AM Revision 97de2b36 (git): * ext/fiddle/closure.c (Fiddle::Closure.new): fix typo in documentation
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38252 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ngoto (Naohisa Goto)
04:35 AM Revision a297576c (git): * ext/fiddle/function.c (Fiddle::Function.new): fix typo in documentation
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38251 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ngoto (Naohisa Goto)
04:21 AM Revision 2db4ac6e (git): Commit ChangeLog from r38249
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38250 b2dd03c8-39d4-4d8f-98ff-823fe69b080e zzak (zzak _)
04:08 AM Revision 5452c2d6 (git): * doc/forwardable.rd: Remove stale documentation file
* lib/forwardable.rb: Merge documentation from doc/forwardable.rd
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk...
zzak (zzak _)
03:33 AM Bug #7529 (Rejected): キーワード引数を使うと最後のほうの通常の引数にハッシュを渡せない?
matz (Yukihiro Matsumoto)
03:33 AM Bug #7529: キーワード引数を使うと最後のほうの通常の引数にハッシュを渡せない?
残念ながら仕様です。キーワードのためのハッシュと純粋に引数であるハッシュの区別はできないので。
末尾に {} を追加するくらいでしょうか。
Matz.
matz (Yukihiro Matsumoto)
01:54 AM Bug #7529 (Rejected): キーワード引数を使うと最後のほうの通常の引数にハッシュを渡せない?
def foo(h, k: 0)
p [ h, k ]
end
h = { 1=> 2 }
foo(h)
を実行すると
ArgumentError: unknown keyword: 1
のエラーが出...
ngoto (Naohisa Goto)
02:58 AM Revision 3c0f6657 (git): Use more portable value for ENV['TZ']
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38248 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
02:55 AM Revision 1bb1d096 (git): * time.c (time_mdump): dump timezone string to private instance variable
on marshaling.
* time.c (time_mload): load timezone string from private instance
variable named 'zone'.
git-svn-i...
naruse (Yui NARUSE)
02:55 AM Revision 68300e95 (git): Add freebsd to force_tz_test
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38246 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
02:55 AM Revision b03c751e (git): Canada/Newfoundland was renamed to America/St_Johns
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38245 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
02:55 AM Revision 811efc82 (git): Add declaration of rb_warn
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38244 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
02:02 AM Bug #7514: DL::Function and DL::Importer#bind_function ignores abi and name when Fiddle is available
In the commit r38243, Fiddle::Function#name is added, and Fiddle::Importer#import_function and bind_function set the ... ngoto (Naohisa Goto)
12:38 AM Feature #7517: Fixnum::MIN,MAX
It is especially useful for mruby that does not have Bignum, but I believe it's useful to tell how big fixnum is port... matz (Yukihiro Matsumoto)
12:00 AM Feature #7517 (Assigned): Fixnum::MIN,MAX
matz (Yukihiro Matsumoto) wrote:
> Endo san, since it's a small and useful change, can I merge this for 2.0 even aft...
mame (Yusuke Endoh)
12:38 AM Bug #7524: rdoc hangs upon encountering fraktur characters
This should be fixed in rdoc 4:
https://github.com/rdoc/rdoc/issues/140
zzak (zzak _)

12/06/2012

11:28 PM Feature #7517: Fixnum::MIN,MAX
Endo san, since it's a small and useful change, can I merge this for 2.0 even after spec freeze?
Of course, you can ...
matz (Yukihiro Matsumoto)
02:29 PM Feature #7517: Fixnum::MIN,MAX
On Wed, Dec 5, 2012 at 4:11 PM, Urabe Shyouhei <[email protected]> wrote:
> Oh, good to know that. So you al...
headius (Charles Nutter)
07:23 AM Feature #7517: Fixnum::MIN,MAX
On 12/05/2012 10:38 AM, Charles Oliver Nutter wrote:
> On Wed, Dec 5, 2012 at 12:24 PM, shyouhei (Shyouhei Urabe)
...
shyouhei (Shyouhei Urabe)
03:53 AM Feature #7517: Fixnum::MIN,MAX
On Wed, Dec 5, 2012 at 12:24 PM, shyouhei (Shyouhei Urabe)
<[email protected]> wrote:
> I'm not against the...
headius (Charles Nutter)
03:24 AM Feature #7517: Fixnum::MIN,MAX
I'm not against these constant. Just wanted to note that (for instance) max Fixnum can portally be obtained via:
...
shyouhei (Shyouhei Urabe)
09:31 PM Feature #7503 (Assigned): make timeout.rb async-interrupt safe by default
I do NOT accept r38216 for 2.0.0. Please revert it.
Not only it is a new feature missing the deadline, but also i...
mame (Yusuke Endoh)
01:59 AM Feature #7503 (Open): make timeout.rb async-interrupt safe by default
I need to make strongly objection about this commit (r38216) because this discussion is not concluded.
I believe a...
ko1 (Koichi Sasada)
12:04 AM Feature #7503 (Closed): make timeout.rb async-interrupt safe by default
This issue was solved with changeset r38216.
Motohiro, thank you for reporting this issue.
Your contribution to Ruby ...
kosaki (Motohiro KOSAKI)
08:39 PM Feature #4085: Refinements and nested methods
Another example why I'd prefer local "using" instead of a global (file-scoped) one:
using Sequel::SmartSymbols do
...
rosenfeld (Rodrigo Rosenfeld Rosas)
08:26 PM Feature #4085: Refinements and nested methods
Also, would you mind explaining why #using should be allowed only on top-level object?
I'd really prefer to limit th...
rosenfeld (Rodrigo Rosenfeld Rosas)
08:10 PM Feature #4085: Refinements and nested methods
Wow, what a mess. It is really weird that Foo#foo (f.foo) prints "R" but Bar#foo (b.foo) doesn't once Bar inherits Fo... rosenfeld (Rodrigo Rosenfeld Rosas)
06:32 PM Feature #4085: Refinements and nested methods
=begin
@trans No, this (non around) behavior will stay forever.
* Refined methods (methods defined in refinements...
matz (Yukihiro Matsumoto)
05:41 PM Feature #4085: Refinements and nested methods
matz (Yukihiro Matsumoto) wrote:
> * if you pass the proc to "refine" e.g. refine(C,&b) refined methods may not be c...
judofyr (Magnus Holm)
05:14 PM Feature #4085: Refinements and nested methods
@matz Ok, thanks. That helps, but clarify for me: Are you saying that "above facts made me give up around like method... trans (Thomas Sawyer)
11:48 AM Feature #4085: Refinements and nested methods
=begin
@trans, sorry for confusing.
The points are:
* I thought I explained how around method-like refinement...
matz (Yukihiro Matsumoto)
08:00 AM Feature #4085: Refinements and nested methods
> I have discussed with Shugo, and found out there was misunderstanding in my side. So I withdraw the idea of refined... trans (Thomas Sawyer)
02:16 AM Feature #4085: Refinements and nested methods
I don't really like the idea of making something implementation dependent, specially when we can avoid it. Couldn't y... rosenfeld (Rodrigo Rosenfeld Rosas)
12:50 AM Feature #4085: Refinements and nested methods
=begin
I have discussed with Shugo, and found out there was misunderstanding in my side.
So I withdraw the idea of ...
matz (Yukihiro Matsumoto)
08:04 PM Feature #7526 (Closed): infinit loop in Registry::each_value
in win32/registry.rb :
begin
type, data = read(subkey)
rescue Error
next
...
rubyhack (first last)
05:48 PM Bug #3320 (Third Party's Issue): emacs ruby-mode.el font-lock fails on symboled string ending with ?
nobu (Nobuyoshi Nakada)
05:48 PM Bug #4398 (Third Party's Issue): Highlighting of "'?" in Emacs
nobu (Nobuyoshi Nakada)
05:25 PM Bug #7523 (Closed): test_modify_expand_memory_leak(Test_StringModifyExpand) fails
This issue was solved with changeset r38233.
Heesob, thank you for reporting this issue.
Your contribution to Ruby is...
nobu (Nobuyoshi Nakada)
10:50 AM Bug #7523 (Assigned): test_modify_expand_memory_leak(Test_StringModifyExpand) fails
luislavena (Luis Lavena)
10:43 AM Bug #7523 (Closed): test_modify_expand_memory_leak(Test_StringModifyExpand) fails
I can see following failure with x64-mingw32 on Windows 7.
50) Failure:
test_modify_expand_memory_leak(Test_Stri...
phasis68 (Heesob Park)
05:23 PM Bug #7489: Kernel.spawn sometimes executes string directly
2012/12/2 jcaesar (Julius Caesar) <[email protected]>:

> Bug #7489: Kernel.spawn sometimes executes string ...
akr (Akira Tanaka)
05:17 PM Bug #6122: OpenSSL::PKCS7 verify
Thanks a lot! mghomn (Justin Peal)
05:16 PM Bug #6571: Time.mktime Y2K38 problem on 1.9.3p125 i386-mingw32
Great thanks to all of you. mghomn (Justin Peal)
05:11 PM Bug #6125: Exception Report
Sorry for I cannot find the original script. mghomn (Justin Peal)
05:09 PM Bug #6675: Raise exception when convert encoding of a character from GBK to UTF
# Because GBK is narrow, now I use GB18030 to avoid this error. :-)
#!/usr/bin/env ruby -w
# encoding: utf-8
r...
mghomn (Justin Peal)
05:00 PM Bug #6843: win32ole save shortcut fail on Windows XP
Thank you very much! mghomn (Justin Peal)
04:58 PM Bug #7083: Why I cannot pass the test?
You are awsome! mghomn (Justin Peal)
04:52 PM Feature #7525 (Rejected): How to avoid memory leak when something gets wrong and throw exception when using win32api?
require 'win32api'
module Crypto
# Common API
NULL = 0
@GetLastError = Win32API.new('kernel32', 'GetLastE...
mghomn (Justin Peal)
04:44 PM Bug #7386 (Closed): test_signal_propagation_in_tests is failed before make install
=begin
Thank you, I fixed it in r38232
Now rake uses (({EnvUtil.ruby})) and (({ENV['RUBY']})) (for sub-processes)...
drbrain (Eric Hodel)
04:21 PM Revision 0bc733d9 (git): * ext/fiddle/lib/fiddle/function.rb (Fiddle::Function#name): new
attribute needed to switch Win32::Registry from DL to Fiddle.
* ext/fiddle/lib/fiddle/import.rb (import_function, bi...
ngoto (Naohisa Goto)
03:23 PM Bug #7524: rdoc hangs upon encountering fraktur characters
It's Unicode character U+1D592. Anonymous
03:22 PM Bug #7524: rdoc hangs upon encountering fraktur characters
before fraktur
Anonymous
03:21 PM Bug #7524: rdoc hangs upon encountering fraktur characters
Hahahahaha :))))), this discussion is also unable to display fraktur characters
class MyClass
def my_method
...
Anonymous
03:20 PM Bug #7524: rdoc hangs upon encountering fraktur characters
class MyClass
def my_method
Anonymous
03:19 PM Bug #7524 (Closed): rdoc hangs upon encountering fraktur characters
In an empty directory, when I create a *.rb file containing:
#encoding: utf-8
class MyClass
def my_method
Anonymous
03:12 PM Revision 5f912e7e (git): * 2012-12-07
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38242 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:12 PM Revision d87b56c4 (git): * test/ruby/test_refinement.rb: fix some tests to use neither
Module#using nor Module#module_eval.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38241 b2dd03c8-39d4-4d8f-98ff...
shugo (Shugo Maeda)
02:33 PM Revision 2b0af285 (git): * properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38240 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
02:31 PM Revision 328e0ff5 (git): * eval.c (ruby_Init_refinement): a new function to enable
Refinements with a warning "Refinements are experimental...".
* ext/refinement/refinement.c, ext/refinement/extconf....
shugo (Shugo Maeda)
02:30 PM Revision 34592fb5 (git): * ext/dl/lib/dl/func.rb (CALL_TYPE_TO_ABI, FiddleClosureCFunc): exclude private constants and methods from rdoc
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38238 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ngoto (Naohisa Goto)
02:29 PM Feature #6265 (Assigned): Remove 'useless' 'concatenation' syntax
Oops, it was accidentally closed.
I have removed the string concatenation syntax from rdoc and rubygems.
drbrain (Eric Hodel)
02:26 PM Feature #6265 (Closed): Remove 'useless' 'concatenation' syntax
This issue was solved with changeset r38230.
Rodrigo, thank you for reporting this issue.
Your contribution to Ruby i...
drbrain (Eric Hodel)
02:27 PM Revision 382217c8 (git): * ext/fiddle/lib/fiddle/import.rb (CALL_TYPE_TO_ABI): exclude private constant from RDoc
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38237 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ngoto (Naohisa Goto)
02:13 PM Bug #7496 (Closed): incorrect base_dir for default gemspecs
This issue was solved with changeset r38229.
Jeremy, thank you for reporting this issue.
Your contribution to Ruby is...
drbrain (Eric Hodel)
02:13 PM Bug #7509 (Closed): Error installing gem on clean system
This issue was solved with changeset r38229.
Vit, thank you for reporting this issue.
Your contribution to Ruby is gr...
drbrain (Eric Hodel)
02:03 PM Bug #7513: TracePoint#enable/disable should not cause error
Thanks koichi, this is much better. zzak (zzak _)
12:23 PM Bug #7513: TracePoint#enable/disable should not cause error
(2012/12/06 4:56), zzak (Zachary Scott) wrote:
> For boolean call-seq, I like: trace.enable -> true or false

...
ko1 (Koichi Sasada)
12:14 PM Bug #7513 (Feedback): TracePoint#enable/disable should not cause error
ko1 (Koichi Sasada)
12:13 PM Bug #7513 (Closed): TracePoint#enable/disable should not cause error
This issue was solved with changeset r38227.
Koichi, thank you for reporting this issue.
Your contribution to Ruby is...
ko1 (Koichi Sasada)
04:56 AM Bug #7513: TracePoint#enable/disable should not cause error
=begin
Hi Koichi-san,
For boolean call-seq, I like: trace.enable -> true or false
Re: calling event hooks wi...
zzak (zzak _)
01:42 PM Bug #7367 (Closed): toooo many test failures after rake 0.9.4 is imported
Fixed now. Thank you naruse.
PS: I figured out my build problem. You cannot use the same checkout for building i...
drbrain (Eric Hodel)
01:28 PM Bug #7344: gem pristine bigdecimal が失敗してしまう
=begin
This seems fixed in ruby 2.0.0 preview2 which includes RubyGems 2.0.0.preview2 and default gems:
$ gem20...
drbrain (Eric Hodel)
01:08 PM Revision 60d6038d (git): * revised r37993 to avoid SEGV/ILL in tests. In r37993, a method
entry with VM_METHOD_TYPE_REFINED holds only the original method
definition, so ci->me is set to a method entry all...
shugo (Shugo Maeda)
11:32 AM Bug #7279: Zlib load error on HP-UX
I found a workaround.
There is some documentation of HP-UX PA-RISC compiler here
http://h21007.www2.hp.com/portal...
alexharv074 (Alex Harvey)
08:29 AM Revision bd0c6362 (git): parse.y: flush string content
* parse.y (parser_here_document): flush string content between new
line and :string_embexpr. [ruby-core:48703] [Bu...
nobu (Nobuyoshi Nakada)
08:25 AM Revision 68a44cd1 (git): test_scanner_events.rb: ruby-mode highlight by heredoc
* test/ripper/test_scanner_events.rb (TestRipper::ScannerEvents): get
rid of make ruby-mode highlight confused by h...
nobu (Nobuyoshi Nakada)
08:25 AM Revision d3a2aa40 (git): memory_status.rb: EnvUtil
* test/ruby/memory_status.rb (Memory): suppress_warning is in EnvUtil.
[ruby-core:50599] [Bug #7523]
git-svn-id: s...
nobu (Nobuyoshi Nakada)
07:35 AM Revision 9b76b505 (git): * test/rake/helper.rb: Load envutil correctly. Removed useless rescue
for signal propagation tests
* lib/rake/file_utils.rb: Prefer the built ruby.
* test/rake/test_rake_functional.rb: ...
drbrain (Eric Hodel)
06:20 AM Revision 854758c4 (git): * lib/rdoc/context.rb: Don't warn for duplicate methods while loading.
* test/rdoc/test_rdoc_context.rb: Test for above.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38231 b2dd03c8...
drbrain (Eric Hodel)
06:17 AM Bug #7522 (Closed): Non-core "Type()" Kernel methods return new objects
The methods Array(), String(), Float(), Integer(), Hash(), and Rational() all return their argument when the argument... jballanc (Joshua Ballanco)
05:26 AM Revision 80ba379c (git): * lib/rubygems/command_manager.rb: Removed string concatenation
syntax. [Bug #6265]
* lib/rubygems/commands/install_command.rb: ditto
* lib/rubygems/commands/uninstall_command.rb:...
drbrain (Eric Hodel)
05:13 AM Revision afae107a (git): * lib/rubygems/package.rb: Set rubygems_version before validation.
Fixes issue with bundler.
* test/rubygems/test_gem_package.rb: Test for above.
* lib/rubygems/remote_fetcher.rb: O...
drbrain (Eric Hodel)
04:57 AM Revision 5ffc1a3a (git): Fix typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38228 b2dd03c8-39d4-4d8f-98ff-823fe69b080e zzak (zzak _)
03:21 AM Feature #7519: Module Single Inheritance
Maybe a solution would be to allow a second method table in modules, so that including a module would also add single... alexeymuranov (Alexey Muranov)
01:38 AM Feature #7519 (Rejected): Module Single Inheritance
I think providing new inheritance system for modules is overkill for allowing module method inheritance.
It would ma...
matz (Yukihiro Matsumoto)
12:36 AM Feature #7519 (Rejected): Module Single Inheritance
A limitation of modules is that they can not gain and augment the qualities of another module in the same manner that... trans (Thomas Sawyer)
03:17 AM Feature #1586: Including a module already present in ancestors should not be ignored
matz (Yukihiro Matsumoto) wrote:
> When I made this change in early 1.9, it caused huge incompatibility.
> I had to...
marcandre (Marc-Andre Lafortune)
03:13 AM Revision c2f5a574 (git): * vm_trace.c: TracePoint#enable should not cause an error
when it is already enabled. TracePoint#disable is too.
[ruby-core:50561] [ruby-trunk - Bug #7513]
* test/ruby/test_...
ko1 (Koichi Sasada)
03:12 AM Bug #7521 (Closed): test_thr_kill(TestQueue) fails
=begin
I am observing following error on Fedora 19.
13) Failure:
test_thr_kill(TestQueue) [/builddir/build/BUI...
vo.x (Vit Ondruch)
02:23 AM Bug #6702: Date should be either required or not
I don't know if I can solve this problem with RubyGems.
Date is now a C extension.
At ruby install time, Gem::S...
drbrain (Eric Hodel)
01:12 AM Bug #7520 (Closed): irb/completion でインスタンス変数がチェックされていない
BugなのかFeatureなのか微妙な所なのですが、
現在はcompletionでインスタンス変数が対象になっていません。
インスタンス変数も対象にするパッチです。
https://gist.github.com/42168...
tarui (Masaya Tarui)
01:10 AM Bug #7499 (Closed): public_send can be used to invoke protected methods
This issue was solved with changeset r38223.
Andy, thank you for reporting this issue.
Your contribution to Ruby is g...
nobu (Nobuyoshi Nakada)
01:03 AM Feature #7472 (Rejected): Add a mechanism to remove objects from the GC cycle
mame (Yusuke Endoh)
01:03 AM Feature #7511 (Assigned): short-circuiting logical implication operator
Please show a more concrete example.
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
12:26 AM Feature #7511: short-circuiting logical implication operator
charliesome (Charlie Somerville) wrote:
> It isn't something I can imagine would see much use.
implication is ver...
rits (First Last)
01:01 AM Feature #7518 (Assigned): Fiddle::Pointer#to_str and Fiddle::Pointer#to_int should be removed
luislavena (Luis Lavena)
12:42 AM Feature #7510 (Assigned): irb --help が古い
mame (Yusuke Endoh)

12/05/2012

11:53 PM Bug #7500 (Closed): Improve GC profiler timings on linux
This issue was solved with changeset r38214.
Aman, thank you for reporting this issue.
Your contribution to Ruby is g...
authorNari (Narihiro Nakamura)
11:38 PM Feature #7518 (Assigned): Fiddle::Pointer#to_str and Fiddle::Pointer#to_int should be removed
There are Fiddle::Pointer#to_str and to_int, to be used for implicit conversion to String and Integer, respectively. ... ngoto (Naohisa Goto)
11:10 PM Feature #7517: Fixnum::MIN,MAX
+1 mrkn (Kenta Murata)
10:49 PM Feature #7517: Fixnum::MIN,MAX
I agree, I was thinking about it the other day remembering all the custom test code to find these and comparing with ... Eregon (Benoit Daloze)
10:31 PM Feature #7517 (Closed): Fixnum::MIN,MAX
Maximum (or minimum) number of fixnum can not be get in portable fashion, so I propose Fixnum::MAX and Fixnum::MIN ju... matz (Yukihiro Matsumoto)
10:46 PM Bug #7507 (Closed): lazy.map{}.zip{} causes SEGV
This issue was solved with changeset r38213.
Yutaka, thank you for reporting this issue.
Your contribution to Ruby is...
nobu (Nobuyoshi Nakada)
10:20 PM Revision 54c40f3d (git): * lib/rdoc*: Improved display of ChangeLog files as HTML.
* test/rdoc*: Test for above.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38226 b2dd03c8-39d4-4d8f-98ff-823f...
drbrain (Eric Hodel)
09:48 PM Feature #7511: short-circuiting logical implication operator
alexeymurnov: This syntax is ambiguous. For example: a -> b {}
I don't think this would be a worthwhile syntax addit...
Anonymous
09:45 PM Feature #7511: short-circuiting logical implication operator
I have no opinion about whether it is needed, but a usual mathematical symbol would be `x -> y`. So it could be `-->... alexeymuranov (Alexey Muranov)
05:10 PM Feature #7511: short-circuiting logical implication operator
naruse (Yui NARUSE) wrote:
> How about a ? b : true
One can get along without the implication operator, but for b...
rits (First Last)
10:32 AM Feature #7511: short-circuiting logical implication operator
How about a ? b : true naruse (Yui NARUSE)
06:40 AM Feature #7511 (Feedback): short-circuiting logical implication operator
I find I need logical implication (will use => here) in boolean expressions fairly often
and even though a => b is...
rits (First Last)
09:31 PM Bug #6702 (Assigned): Date should be either required or not
Eric, what do you think?
--
Yusuke Endoh <[email protected]>
mame (Yusuke Endoh)
08:45 PM Bug #6702: Date should be either required or not
This is an issue again in Ruby 2.0.0 preview 2 as the require 'date' in rubygems/specification.rb as described in not... kommen (Dieter Komendera)
08:57 PM Feature #7487 (Rejected): Cutting through the issues with Refinements
OK, try again some time later.
Matz.
matz (Yukihiro Matsumoto)
06:56 PM Feature #7487: Cutting through the issues with Refinements
Well, that's is what I meant by "under the hood". There would be no new keyword exposed to Ruby and cuts could only b... trans (Thomas Sawyer)
08:23 PM Feature #6284: Add composition for procs
rits (First Last) wrote:
> proc composition is not commutative, so the operator should:
>
> 1. not imply commutativi...
alexeymuranov (Alexey Muranov)
07:47 PM Feature #6284: Add composition for procs
I play a 7-string guitar and I can tell you that the extra string greatly improves our possibilities and it is pretty... rosenfeld (Rodrigo Rosenfeld Rosas)
12:13 PM Feature #6284: Add composition for procs
+1 to `#*`.
+1 to rosenfeld's first 2 paragraphs ( `h = f ∘ g` as `h = f * g`, and matrix multiplication analogy).
...
Anonymous
07:37 PM Revision fe6b2e20 (git): * thread.c (rb_uninterruptible): helper function for providing
temporary async_interrupt_timing(Object => :defer)
* io.c (rb_f_p): use rb_uninterruptible.
* io.c (rb_f_p_internal)...
kosaki (Motohiro KOSAKI)
07:37 PM Revision def63c34 (git): * io.c (io_binwrite): check interrupt before io issue.
* test/ruby/test_thread.rb (test_async_interrupt_and_io):
test for the above.
git-svn-id: svn+ssh://ci.ruby-lang.o...
kosaki (Motohiro KOSAKI)
06:17 PM Bug #7514 (Assigned): DL::Function and DL::Importer#bind_function ignores abi and name when Fiddle is available
Hmm, when using DL::Function, the patch solves the problem.
But, when we try to shift to Fiddle from DL, since Fid...
usa (Usaku NAKAMURA)
12:20 PM Bug #7514 (Closed): DL::Function and DL::Importer#bind_function ignores abi and name when Fiddle is available
This issue was solved with changeset r38202.
Naohisa, thank you for reporting this issue.
Your contribution to Ruby i...
ngoto (Naohisa Goto)
11:59 AM Bug #7514 (Closed): DL::Function and DL::Importer#bind_function ignores abi and name when Fiddle is available
Like Bug #7484, when Fiddle is available, Fiddle's DL wrapper for DL::Function ignores :stdcall ABI. In addition, whe... ngoto (Naohisa Goto)
04:10 PM Revision 84cfe8f8 (git): vm_eval.c: public_send does not consider how it is called
* vm_eval.c (rb_method_call_status): use Qundef as no self instead of
the current self.
* vm_eval.c (send_internal)...
nobu (Nobuyoshi Nakada)
04:07 PM Revision cfc21031 (git): test_object.rb: test for public_send
* test/ruby/test_object.rb (TestObject#test_public_send): add test for
public_send.
git-svn-id: svn+ssh://ci.ruby-...
nobu (Nobuyoshi Nakada)
03:53 PM Revision ce48e9a9 (git): * lib/timeout.rb (Timeout#timeout): specify a exception
more strictly at async_interrupt_timing.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38221 b2dd03c8-39d4-4d8f...
Masaya Tarui
03:48 PM Revision 61f46baf (git): adjust style and fix typo and indent
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38220 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
03:34 PM Revision 1b648d04 (git): Suppress warnings
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38219 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
03:12 PM Revision 05db61c2 (git): Use underscore-begging name for dummy variables to suppress warning
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38218 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
03:04 PM Revision 7424e9e8 (git): * 2012-12-06
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38217 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:04 PM Revision a400c94d (git): * lib/timeout.rb (Timeout#timeout): set
async_interrupt_timeing(:on_blocking) by default.
[Bug #7503] [ruby-core:50524]
* test/test_timeout.rb (#test_time...
kosaki (Motohiro KOSAKI)
02:56 PM Revision 4a572d5b (git): add a contributor name
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38215 b2dd03c8-39d4-4d8f-98ff-823fe69b080e authorNari (Narihiro Nakamura)
02:53 PM Revision ab012bda (git): * gc.c (getrusage_time): uses clock_gettime() with
CLOCK_PROCESS_CPUTIME_ID when available, which provides a 1ns
precision on linux. [ruby-core:50495] [Bug #7500]
gi...
authorNari (Narihiro Nakamura)
01:46 PM Revision 31e6f72c (git): vm.c: save blockprocval
* vm.c (rb_vm_make_proc): save the proc made from the given block so
that it will not get collected. [ruby-core:50...
nobu (Nobuyoshi Nakada)
01:35 PM Revision 1bddcc72 (git): fix typos and remove trailing spaces
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38212 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
01:24 PM Revision 9920da55 (git): * ext/dl/lib/dl/func.rb (DL::Function#bind): When Fiddle is used,
@ptr should be updated. This fixes SEGV raised in DL::Function#call
after calling DL::Function#bind. [Bug #7516] [r...
ngoto (Naohisa Goto)
01:23 PM Bug #7513: TracePoint#enable/disable should not cause error
(2012/12/05 11:52), ko1 (Koichi Sasada) wrote:
> TracePoint#enable/disable should not cause error if it is enabled...
ko1 (Koichi Sasada)
11:52 AM Bug #7513 (Closed): TracePoint#enable/disable should not cause error
=begin
= Abstract
TracePoint#enable/disable should not cause error if it is enabled or disabled.
= Problem
...
ko1 (Koichi Sasada)
09:55 AM Bug #7512 (Closed): Test for HMAC signing with UTF-8 String
From https://jira.codehaus.org/browse/JRUBY-7017
Patch: https://gist.github.com/9bf14142e174891db0dc
headius (Charles Nutter)
09:54 AM Revision 17a11774 (git): * thread.c (rb_thread_s_async_interrupt_timing): have to check ints before jumpping out.
* test/ruby/test_thread.rb (test_async_interrupt_with_return): add test
rescue has to catch a queued async ...
Masaya Tarui
07:56 AM Revision 592e87e1 (git): * test/ruby/memory_status.rb: suppress warning.
A patch from NAKAMURA Usaku.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38209 b2dd03c8-39d4-4d8f-98ff-823fe...
ko1 (Koichi Sasada)
07:07 AM Revision 16c34f9d (git): * lib/rdoc/parser/changelog.rb: Parse more ChangeLog file variations.
* test/rdoc/test_rdoc_parser_changelog.rb: Test for above.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38208...
drbrain (Eric Hodel)
06:30 AM Revision 8d7e3c6a (git): * test/mkmf/test_have_func.rb: tests for have_func.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38207 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
06:30 AM Revision 34dc263a (git): test_have_library.rb: assert_have_library
* test/mkmf/test_have_library.rb (assert_have_library): extract.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3...
nobu (Nobuyoshi Nakada)
06:30 AM Revision 228d36fb (git): test_have_macro.rb: TestHaveMacro
* test/mkmf/test_have_macro.rb (TestMkmf::TestHaveMacro): rename.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@...
nobu (Nobuyoshi Nakada)
04:11 AM Feature #7444: Array#product_set
=begin
Ok, is think i understand why it can be defined as an instance methods of (({Array})): it is called on an arra...
alexeymuranov (Alexey Muranov)
04:08 AM Revision 94cb1c9b (git): * remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38204 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
04:07 AM Bug #7506 (Closed): segfault generating encdb.h
Somehow the second time around running ./configure and make clean from $srcdir fixed this. zzak (zzak _)
03:59 AM Revision 1dd7e569 (git): * test/mkmf/test_have_library.rb: tests for have_library.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38203 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
03:20 AM Revision f1841f43 (git): * ext/dl/lib/dl/func.rb (DL::Function#initialize, DL::Function#bind):
ABI should be set by using CFunc#calltype even when Fiddle is used.
When Fiddle is used and a block is given, name ...
ngoto (Naohisa Goto)
02:55 AM Revision 342d2f2a (git): * doc/shell.rd, doc/shell.rd.ja: Removed stale doc files
* lib/shell.rb, lib/shell/*: Merge and updates docs from doc/shell.rd*
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/...
zzak (zzak _)
02:43 AM Revision 895bb667 (git): * test/ruby/test_settracefunc.rb: disable trace.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38200 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ko1 (Koichi Sasada)
02:37 AM Revision 1692d493 (git): mkmf.rb: different strings from conflict markers
* lib/mkmf.rb (MakeMakefile#macro_defined?): use clearly different
strings from conflict markers.
git-svn-id: svn...
nobu (Nobuyoshi Nakada)
02:00 AM Revision 1d50afc2 (git): tabify and fix typos
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38198 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
01:23 AM Revision df8d84bb (git): * ChangeLog: remove conflict marker.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38197 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:02 AM Feature #7505 (Closed): Mutex#owned? メソッドの新設
This issue was solved with changeset r38188.
Motohiro, thank you for reporting this issue.
Your contribution to Ruby ...
kosaki (Motohiro KOSAKI)
12:50 AM Feature #7510 (Closed): irb --help が古い
irb --help 時の表示が古いようです。日本語だけしか修正できていませんが、パッチを添付しますので問題なければ取り込んでやってください。 sho-h (Sho Hashimoto)
12:26 AM Bug #7509 (Closed): Error installing gem on clean system
=begin
I just built and installed fresh Ruby on clean system and I observe following error:
# gem install rdoc
...
vo.x (Vit Ondruch)

12/04/2012

07:38 PM Feature #5174: Export ruby_init_prelude()
Unfortunately, ruby_options(0, 0) causes a SEGV in 1.9.3p327. The crash has been fixed ([Bug #7423]), but I don't thi... gfim (Graham Menhennitt)
07:24 PM Revision 32a75432 (git): * lib/README: Add rdoc modeline directive and formatting libs
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38196 b2dd03c8-39d4-4d8f-98ff-823fe69b080e zzak (zzak _)
07:17 PM Bug #7507: lazy.map{}.zip{} causes SEGV
=begin
Seems a GC issue.
With (({GC.stress=true})), just (({(1..2)})) segfaults.
=end
nobu (Nobuyoshi Nakada)
02:00 PM Bug #7507 (Closed): lazy.map{}.zip{} causes SEGV
The following program causes SEGV. (Tested on Mac and Ubuntu)
(1..10000).lazy.map{}.zip(){}
---
/Users/yhara...
yhara (Yutaka HARA)
07:11 PM Revision 9f9380ed (git): typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38195 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Masaya Tarui
07:06 PM Revision afa3ce25 (git): * test/ruby/test_thread.rb (test_async_interrupt_blocking): bugfix
about defared check
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38194 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Masaya Tarui
06:54 PM Feature #7508 (Closed): Clean up some more calls to rb_intern()
Related to #7495, I cleaned up a few more calls to rb_intern, replacing some with IDs defined in id.h, and others wit... Anonymous
06:38 PM Revision 64f634f1 (git): * vm_core.h (RUBY_VM_CHECK_INTS_BLOCKING): check async queue everytime.
* thread.c (sleep_forever): check RUBY_VM_CHECK_INTS_BLOCKING first.
* thread.c (sleep_timeval): ditto.
...
Masaya Tarui
06:33 PM Feature #4085: Refinements and nested methods
shugo (Shugo Maeda) wrote:
> > Let's move the feature to 2.1, possibly including an explicitly experimental form of ...
shugo (Shugo Maeda)
06:00 PM Bug #7484 (Closed): Fiddle::Importer incompatibility with DL::Importer
This issue was solved with changeset r38182.
Naohisa, thank you for reporting this issue.
Your contribution to Ruby i...
ngoto (Naohisa Goto)
03:37 PM Bug #7484: Fiddle::Importer incompatibility with DL::Importer
I asked aaron about this commit, and he confirmed the patch.
Goto-san, please commit it!
usa (Usaku NAKAMURA)
03:18 PM Bug #7484 (Assigned): Fiddle::Importer incompatibility with DL::Importer
I'm waiting this problem is fixed.
I'm planning to move ext/dl/win32/lib/win32/* scripts to fiddle, but this problem...
usa (Usaku NAKAMURA)
05:36 PM Revision 28ee4c29 (git): id.c: generate
* common.mk, defs/id.def, template/id.c.tmpl: generate id.c as well as id.h.
git-svn-id: svn+ssh://ci.ruby-lang.org...
nobu (Nobuyoshi Nakada)
04:35 PM Feature #7414: Now that const_get supports "Foo::Bar" syntax, so should const_defined?.
I also noticed this inconsistency. It seems very odd to have different behavior for Module#const_get and Module#const... sferik (Erik Michaels-Ober)
04:08 PM Revision 01380620 (git): * test/ruby/memory_status.rb: fixed small typos introduced at r38182.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38191 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
04:06 PM Revision 70d603a4 (git): supress warning
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38190 b2dd03c8-39d4-4d8f-98ff-823fe69b080e kosaki (Motohiro KOSAKI)
04:05 PM Revision 3765f668 (git): supress warning
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38189 b2dd03c8-39d4-4d8f-98ff-823fe69b080e kosaki (Motohiro KOSAKI)
04:02 PM Revision bbfbf662 (git): * thread.c (rb_mutex_owned_p): new method that return current
thread have the target mutex or not. [Feature #7505] [ruby-dev:46697]
* test/ruby/test_thread.rb (test_mutex_owned, t...
kosaki (Motohiro KOSAKI)
03:53 PM Feature #6762: Control interrupt timing
> handle_interrupt(X => :immediately)
> handle_interrupt(Y => :on_blocking)
> handle_interrupt(Z => :never...
kosaki (Motohiro KOSAKI)
08:23 AM Feature #6762: Control interrupt timing
I was suggesting "interruptible" as a better alternative for
"async_interrupt_timing" or "control_interrupt". Can...
brent (Brent Roman)
06:53 AM Feature #6762: Control interrupt timing
Regarding ability of Thread.current.raise to be deferred,
if it works that way now, I'd vote to keep it this way.
...
brent (Brent Roman)
03:10 PM Revision 1bdf3395 (git): * 2012-12-05
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38187 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:10 PM Revision d8164d50 (git): * lib/erb.rb (make_compiler, add_put_cmd, add_insert_cmd): extract
methods.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38186 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Masatoshi SEKI
02:54 PM Revision 784019f7 (git): id.h.tmpl: remove unused id
* template/id.h.tmpl (attr_ids): remove Bitblt and Answer which are no
longer predefined.
git-svn-id: svn+ssh://ci...
nobu (Nobuyoshi Nakada)
02:00 PM Bug #7344: gem pristine bigdecimal が失敗してしまう
いや、これはソースディレクトリとビルドディレクトリ、インストールディレクトリを区別していないrubygemsのバグじゃないでしょうか。
I think the culprit is rubygems, which doesn't...
nobu (Nobuyoshi Nakada)
12:46 AM Bug #7344: gem pristine bigdecimal が失敗してしまう
私の手元の環境では、以下の patch を適用し、ruby の top_srcdir で gem build ext/bigdecimal/bigdecimal.gemspec を実行してビルドした gem パッケージを使う事で、in... mrkn (Kenta Murata)
12:24 PM Bug #7500: Improve GC profiler timings on linux
Increasing the number of iterations shows the 4ms granularity.
tmm1@fe19:~$ grep loops timings.c
int loops =...
tmm1 (Aman Karmani)
10:04 AM Bug #7500: Improve GC profiler timings on linux
tmm1@fe19:~$ uname -a
Linux fe19.rs.github.com 3.5.0-17-generic #28-Ubuntu SMP Tue Oct 9 19:31:23 UTC 2012 x86_64...
tmm1 (Aman Karmani)
10:01 AM Bug #7494 (Closed): Suppress uninitialized warning from @is_proxy_class
This issue was solved with changeset r38172.
Zachary, thank you for reporting this issue.
Your contribution to Ruby i...
naruse (Yui NARUSE)
09:55 AM Revision 34422887 (git): * test/ruby/memory_status.rb (Memory): use fiddle/types if available.
* test/ruby/memory_status.rb (Memory::Win32): :stdcall is needed on
x86 WIN32. This commit partly reverts r38054.
...
ngoto (Naohisa Goto)
09:08 AM Revision b6b89600 (git): * ext/fiddle/lib/fiddle/types.rb: copied from ext/dl/lib/dl/types.rb
and modified for Fiddle, needed for migration from DL to Fiddle.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@...
ngoto (Naohisa Goto)
09:00 AM Revision 7b103012 (git): * ext/fiddle/lib/fiddle/import.rb (import_function, bind_function):
should respect call_type for migration from DL to Fiddle.
[Bug #7484] [ruby-core:50405]
git-svn-id: svn+ssh://ci....
ngoto (Naohisa Goto)
08:39 AM Revision b2e6a26a (git): fix typos
unification is uncountable
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38181 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
znz (Kazuhiro NISHIYAMA)
07:57 AM Revision b3be67bd (git): * properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38180 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
07:54 AM Revision 95ae31b7 (git): * .document: Added ChangeLog and doc/ChangeLog-* as documentation
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38179 b2dd03c8-39d4-4d8f-98ff-823fe69b080e drbrain (Eric Hodel)
07:50 AM Revision 38b96673 (git): * lib/rdoc/parser/changelog.rb: Added a ChangeLog parser to RDoc.
* lib/rdoc/parser.rb: ditto
* test/rdoc/test_rdoc_parser_changelog.rb: Test for above.
git-svn-id: svn+ssh://ci.r...
drbrain (Eric Hodel)
07:24 AM Revision 086fce31 (git): * properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38177 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
07:23 AM Revision cfa4a59d (git): marshal.c: PRIsVALUE
* marshal.c (path2class, path2module): use PRIsVALUE.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38176 b2dd0...
nobu (Nobuyoshi Nakada)
07:23 AM Revision dd2eb694 (git): marshal.c: rb_check_funcall
* marshal.c (w_object, marshal_dump, marshal_load): use
rb_check_funcall if possible.
git-svn-id: svn+ssh://ci.ru...
nobu (Nobuyoshi Nakada)
07:23 AM Revision 2974b00f (git): marshal.c: GC guard
* marshal.c (w_object, marshal_dump, r_object0, marshal_load): use
RB_GC_GUARD() (directly or indirectly) instead o...
nobu (Nobuyoshi Nakada)
06:09 AM Bug #7506 (Closed): segfault generating encdb.h
on x86_64-linux-gnu and r38168 zzak (zzak _)
05:45 AM Bug #3320: emacs ruby-mode.el font-lock fails on symboled string ending with ?
All examples in this bug work fine for me with ruby-mode from the Emacs tree.
Not sure when they were fixed.
dgutov (Dmitry Gutov)
04:57 AM Revision d3842de5 (git): * vm_opts.h: enable optimization - operand unifications.
Operand unification technique enable to combine
an instruction and specific operands and make new
instruction.
* ...
ko1 (Koichi Sasada)
04:54 AM Feature #5382: %r{…} and similar delimited strings, arrays, and regexps aren’t highlighted in ruby-mode
It's been fixed in Emacs trunk for some time now, will be included in 24.3. dgutov (Dmitry Gutov)
03:43 AM Bug #7501 (Rejected): \w in a regular expression doesn't match international characters
If I remember correctly this is an intentional design. Because as Unicode version grows, the definition of what is a... shyouhei (Shyouhei Urabe)
03:13 AM Feature #7444: Array#product_set
marcandre (Marc-Andre Lafortune) wrote:
> alexeymuranov (Alexey Muranov) wrote:
> > 1. I do not think that an "Array...
alexeymuranov (Alexey Muranov)
02:51 AM Feature #7444: Array#product_set
Thanks and sorry for being unclear.
It seemed to me that you did not specify the expected behavior for the proposed ...
stomar (Marcus Stollsteimer)
02:24 AM Feature #7444: Array#product_set
stomar (Marcus Stollsteimer) wrote:
> > Not really. `arrays.product_set.to_a` and `arrays.inject(:product)` give onl...
marcandre (Marc-Andre Lafortune)
01:25 AM Feature #7444: Array#product_set
>> 3. `[(1..13).to_a, %w(spades hearts diamond clubs)].inject(:product)` does a very similar thing to what the propos... stomar (Marcus Stollsteimer)
12:43 AM Feature #7444: Array#product_set
alexeymuranov (Alexey Muranov) wrote:
> @marcandre, here are just some things that first came to my mind:
>
> 1. ...
marcandre (Marc-Andre Lafortune)
02:57 AM Bug #7504: Rdoc for OptionParser (remove "developer documentation" from Rdoc output)
Nice catch Marcus! zzak (zzak _)
12:25 AM Bug #7504 (Closed): Rdoc for OptionParser (remove "developer documentation" from Rdoc output)
The rdoc for OptionParser starts with "developer documentation"
that's "not for RDoc output", which is a little stra...
stomar (Marcus Stollsteimer)
02:23 AM Feature #7503: make timeout.rb async-interrupt safe by default
Actually, I like your proposal.
But I make weak objection.

The following code doesn't stop forever.

ti...
ko1 (Koichi Sasada)
01:39 AM Feature #7505 (Assigned): Mutex#owned? メソッドの新設
kosaki (Motohiro KOSAKI)
01:25 AM Feature #7505: Mutex#owned? メソッドの新設
>> なので、mutexを取れるまで待つように修正する方針を押したいと思います。
>これは個人的には賛成しますが、別チケットにすることを提案します。
Mutex#owned? の話でしたね。すいません。
これ自体には賛成です。
...
tarui (Masaya Tarui)
01:19 AM Feature #7505: Mutex#owned? メソッドの新設
> なので、mutexを取れるまで待つように修正する方針を押したいと思います。
これは個人的には賛成しますが、別チケットにすることを提案します。
kosaki (Motohiro KOSAKI)
01:17 AM Feature #7505: Mutex#owned? メソッドの新設
それは小崎さんの3の場合でも同じだと思うけど、
そう言う点からしても、例外で抜ける場合でmutexのlockとらないでunlockしたままとかおかしいですよね。
tarui (Masaya Tarui)
01:13 AM Feature #7505: Mutex#owned? メソッドの新設
樽井さんの例はもっと危険で mutexがunlockしたまま例外で抜けてきて synchronized抜けるときにもう一度 unlockしちゃうので、二重unlockでThreadErrorになっちゃいますね
kosaki (Motohiro KOSAKI)
01:00 AM Feature #7505: Mutex#owned? メソッドの新設
多分、こういう事だろうとおもうのですが、
mutex=Mutex.new
Thread.new{
mutex.synchronize{
begin
sleep 1
mutex.sle...
tarui (Masaya Tarui)
12:29 AM Feature #7505 (Closed): Mutex#owned? メソッドの新設
以下のようなプログラムがあったとします。
Thread.async_interrupt_timing(Object => :on_blocking) {
begin
  mutex = Mutex.new
mu...
kosaki (Motohiro KOSAKI)
01:28 AM Feature #859: open-uri doesn't allow redirection to https
I've packed this patch as a gem:
https://github.com/jaimeiniesta/open_uri_redirections
jaimeiniesta (Jaime Iniesta)
01:01 AM Revision 51ee08fd (git): Suppress warning: uninitialized variable [ruby-core:50470] [Bug #7494]
Conditional operator is required to return true or false.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38172 b2...
naruse (Yui NARUSE)
01:01 AM Revision f68ab200 (git): * parse.y: replase parser->enc with current_enc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38171 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
01:00 AM Bug #7499: public_send can be used to invoke protected methods
Looks good to me. marcandre (Marc-Andre Lafortune)

12/03/2012

11:53 PM Feature #6762: Control interrupt timing
Hi,

2012/11/30 SASADA Koichi <[email protected]>:
> (2012/11/30 18:59), Brent Roman wrote:
>> Do you propose al...
tarui (Masaya Tarui)
04:02 PM Feature #6762: Control interrupt timing
brent (Brent Roman) wrote:
> OK. I see the logic in using the term "interrupt" if you are actually
> trying to un...
ko1 (Koichi Sasada)
03:53 PM Feature #6762: Control interrupt timing
On Fri, Nov 30, 2012 at 3:27 AM, Brent Roman <[email protected]> wrote:
> Charlie,
> Five years ago, after a bi...
headius (Charles Nutter)
11:34 PM Revision 56fca7f1 (git): * README.EXT: Converted to RDoc format
* README.EXT.ja: ditto
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38170 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
drbrain (Eric Hodel)
11:32 PM Revision ec05ade5 (git): * lib/rdoc/ri/driver.rb: Fixed ri page display for files with
extensions.
* test/rdoc/test_rdoc_ri_driver.rb: Test for above
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3...
drbrain (Eric Hodel)
11:07 PM Bug #7344: gem pristine bigdecimal が失敗してしまう
> (もしかして、bigdecimal用の別のリポジトリがあったりします?)
いえ、ありません。ruby の trunk が唯一のリポジトリです。
ところで、io/console にも同じ問題があったりしますか?
mrkn (Kenta Murata)
10:33 PM Feature #7503 (Assigned): make timeout.rb async-interrupt safe by default
Hi
Again and again we discussed, current timeout.rb is very dangerous because ExitException interrupt argument cod...
kosaki (Motohiro KOSAKI)
10:28 PM Feature #6183: Enumerator::Lazy performance issue
I've merged the patch with latest trunk (see latest diff attached), specifically with Enumerator lazy size feature.
A...
gregolsen (Innokenty Mikhailov)
09:27 PM Bug #7501: \w in a regular expression doesn't match international characters
/[[:alpha:]]+/ should behave as you expect Anonymous
06:22 PM Bug #7501 (Rejected): \w in a regular expression doesn't match international characters
When using regexp matching, \w doesn't match characters which are not in the English alphabet.
For example, the char...
eltomito (Tomas Partl)
08:56 PM Feature #7435: Exceptions should have backtrace_locations
One more comment.
Exception class has Exception#set_backtrace method, which set backtrace using string array. It ...
ko1 (Koichi Sasada)
08:10 PM Bug #7499: public_send can be used to invoke protected methods
rb_method_call_status checks the value of 'self' at the callsite to determine whether protected methods can be called... Anonymous
06:00 AM Bug #7499 (Closed): public_send can be used to invoke protected methods
class Foo
def bar
"wtf?"
end
protected :bar
def invoke_bar
public_send(:bar)
end
end
p...
alindeman (Andy Lindeman)
07:59 PM Bug #5357: Indentation of nested operators should nest
On 03/12/12 02:35, nobu (Nobuyoshi Nakada) wrote:
>
> Issue #5357 has been updated by nobu (Nobuyoshi Nakada).
>
...
regularfry (Alex Young)
11:35 AM Bug #5357 (Feedback): Indentation of nested operators should nest
Your first example seems inconsistent, why are the last 3 lines indented at the same column?
It would be:
```ruby...
nobu (Nobuyoshi Nakada)
07:12 PM Revision f8f5a9eb (git): * .document: Add NEWS for `ri ruby:NEWS`
* NEWS: Set format as rdoc
* doc/NEWS-1.8.7: ditto
* doc/NEWS-1.9.1: ditto
* doc/NEWS-1.9.2: ditto
* doc/NEWS-1.9...
drbrain (Eric Hodel)
07:03 PM Bug #7502 (Closed): ObjectSpace.each_object で inspect できないオブジェクトが渡ってくる
This issue was solved with changeset r38156.
Koichi, thank you for reporting this issue.
Your contribution to Ruby is...
ko1 (Koichi Sasada)
07:01 PM Bug #7502 (Closed): ObjectSpace.each_object で inspect できないオブジェクトが渡ってくる
西山さんに,
http://bugs.ruby-lang.org/issues/7435#note-4
のコードが動かない,と教えて貰って調べてみると,
64bit 環境で 4 な VALUE が入った Array オブジェクト...
ko1 (Koichi Sasada)
06:42 PM Bug #5350 (Assigned): WeakRef で謎の NoMethodError
naruse (Yui NARUSE)
06:23 PM Feature #7444: Array#product_set
@marcandre, here are just some things that first came to my mind:
1. I do not think that an "Array instance method" ...
alexeymuranov (Alexey Muranov)
07:27 AM Feature #7444: Array#product_set
> As for HOMs, they are beautiful, but their place is in the private libraries
> of connoisseurs.
Man, I couldn't di...
trans (Thomas Sawyer)
06:28 AM Feature #7444: Array#product_set
IF this feature will not be considered feature creep by others, with respect to
eg. Array#repeated_combination etc. ...
Anonymous
05:01 PM Feature #4085: Refinements and nested methods
matz wrote:
> |This shouldn't work anyway. Why would we look at refinements for Integer if Fixnum has overridden th...
shugo (Shugo Maeda)
03:59 PM Feature #4085: Refinements and nested methods
I think I should point out that as of today, we have 20 days until code freeze for Ruby 2.0.0, and we are still tryin... headius (Charles Nutter)
07:21 AM Feature #4085: Refinements and nested methods
@headius Thank you. I see how matz is conceiving of refinements now. Previous explanations as a means of safe monkey ... trans (Thomas Sawyer)
05:53 AM Feature #4085: Refinements and nested methods
Hello Laurent,

On Sun, Dec 2, 2012 at 3:40 PM, Laurent Sansonetti
<[email protected]> wrote:
> c...
zzak (zzak _)
05:53 AM Feature #4085: Refinements and nested methods
Hi guys,

Sorry to hijack the conversation, but I have been quickly reading the
thread and wow, it sounds like th...
Anonymous
04:29 PM Bug #4559: Proc#== does not match the documented behaviour
On Mon, Dec 3, 2012 at 1:15 AM, SASADA Koichi <[email protected]> wrote:
> (2012/12/03 15:26), Charles Oliver Nutter w...
headius (Charles Nutter)
03:29 PM Bug #4559: Proc#== does not match the documented behaviour
I believe this will be a spec change, albeit a small one. Can we
expect a test or rubyspec to be added for the alt...
headius (Charles Nutter)
04:24 PM Bug #7497 (Rejected): net/ftp.rb can't list ftp sites behind a firewall
vo.x (Vit Ondruch)
04:21 PM Bug #7497: net/ftp.rb can't list ftp sites behind a firewall
thank you zzak.
sorry again , any one can close this issue, after downloading 1.8.6 I realized that the attr_accesso...
rubyhack (first last)
03:08 PM Revision 943da6d2 (git): * 2012-12-04
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38167 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:08 PM Revision 2c5c0760 (git): adjust style
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38166 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
02:55 PM Revision ef0003a4 (git): * ChangeLog: fix a typo for r38151.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38165 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nagachika (Tomoyuki Chikanaga)
01:53 PM Bug #5024 (Third Party's Issue): ruby-mode.el syntax highlighting breaks on regular expression with quotes
nobu (Nobuyoshi Nakada)
12:43 PM Bug #5140 (Closed): Emacs ruby-mode major indentation bug with Ruby 1.9
This issue was solved with changeset r38150.
Nicolas, thank you for reporting this issue.
Your contribution to Ruby i...
nobu (Nobuyoshi Nakada)
12:29 PM Bug #7500: Improve GC profiler timings on linux
And, if i understand the kernel source correctly, getrusage() and get_time(CLOCK_PROCESS_CPUTIME_ID) use the same clo... kosaki (Motohiro KOSAKI)
12:16 PM Bug #7500: Improve GC profiler timings on linux
AFAIK, clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &ts) return time included kernel running. So, clock_gettime() and ru_u... kosaki (Motohiro KOSAKI)
11:32 AM Bug #7500 (Closed): Improve GC profiler timings on linux
On linux kernels, getrusage()'s precision depends on the value of HZ when the kernel was compiled. By default, HZ=250... tmm1 (Aman Karmani)
11:38 AM Revision 99757127 (git): * vm_exec.c: check VM_COLLECT_USAGE_DETAILS.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38164 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ko1 (Koichi Sasada)
11:38 AM Bug #2479 (Third Party's Issue): bugs in ruby-mode
nobu (Nobuyoshi Nakada)
11:37 AM Bug #6090 (Third Party's Issue): ruby-mode.el font-lock fails with some interpolated strings
nobu (Nobuyoshi Nakada)
11:37 AM Bug #5670 (Third Party's Issue): Emacs ruby-mode syntax highlighting issue
nobu (Nobuyoshi Nakada)
11:37 AM Bug #5356 (Third Party's Issue): Add ? to ruby-operator-re
nobu (Nobuyoshi Nakada)
11:36 AM Bug #6854 (Closed): ruby-mode.el has radical changes in `ruby-deep-indent-paren' logic
Use Emacs-bundled ruby-mode.el. nobu (Nobuyoshi Nakada)
11:36 AM Bug #5141 (Closed): Inconsistent indentation in method call with args on multiple lines.
Use Emacs-bundled ruby-mode.el. nobu (Nobuyoshi Nakada)
11:33 AM Revision 5c582807 (git): * compile.c (iseq_specialized_instruction):
change condition of using `opt_send_simple'.
More method invocations can be simple.
git-svn-id: svn+ssh://ci.rub...
ko1 (Koichi Sasada)
11:06 AM Revision 41d77571 (git): * test/ruby/test_objectspace.rb: skip RuntimeError
which says a message "can't modify frozen File".
Is that correct behavior?
git-svn-id: svn+ssh://ci.ruby-lang.or...
ko1 (Koichi Sasada)
11:02 AM Revision 010b6e6a (git): fix typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38161 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ko1 (Koichi Sasada)
11:00 AM Feature #7434: Allow caller_locations and backtrace_locations to receive negative params
Getting it on a clean rvm install of ruby-head with
test.rb
caller_location(0,-1)
I hope my compile is correc...
sam.saffron (Sam Saffron)
11:00 AM Revision fcc557a8 (git): * vm_exec.c: vm_analysis_insn should be statkc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38160 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ko1 (Koichi Sasada)
10:22 AM Revision fcbd6db8 (git): proc.c: magic number
* proc.c (rb_method_call): name a magic number.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38159 b2dd03c8-39...
nobu (Nobuyoshi Nakada)
10:21 AM Revision d4736bcf (git): object.c: test bits at once
* object.c (rb_obj_clone): test TAINT and UNTRUSTED bits at once.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk...
nobu (Nobuyoshi Nakada)
10:10 AM Revision 4d73f950 (git): random.c, rational.c: make marshal methods private
* random.c (Init_Random), rational.c (Init_Rational): make marshal
methods private. [Feature #6539]
git-svn-id: ...
nobu (Nobuyoshi Nakada)
10:03 AM Revision c4f9dd26 (git): * iseq.h: iseq_catch_table_entry::catch_type should be
Fixnum because they are pushed into Array in a compiler.
[Bug #7502]
* test/ruby/test_objectspace.rb: add a test of...
ko1 (Koichi Sasada)
09:25 AM Revision 17a2be29 (git): id.h.tmpl: move empty?
* template/id.h.tmpl (preserved_ids): "empty?" is not an attribute name.
git-svn-id: svn+ssh://ci.ruby-lang.org/rub...
nobu (Nobuyoshi Nakada)
07:23 AM Revision 1d193d92 (git): * vm_backtrace.c (vm_backtrace_to_ary): check negative size (2nd arg).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38154 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ko1 (Koichi Sasada)
06:58 AM Revision 9def7828 (git): Un-zerofill the day of month part of some entries.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38153 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Akinori MUSHA
06:52 AM Revision ca4a5bd9 (git): Fix a typo in misc/ruby-additional.el.
* misc/ruby-additional.el (ruby-mode-set-encoding): Unbreak by
fixing a typo, s/set/setq/.
git-svn-id: svn+ssh:...
Akinori MUSHA
05:14 AM Revision 38766319 (git): * compile.c (iseq_compile_each): joke shouldn't use id.h defined ids.
* id.c (Init_id): ditto.
* common.mk: fix dpendency.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38151 b2dd0...
ko1 (Koichi Sasada)
03:43 AM Revision 983c2e87 (git): ruby-mode.el: fix argument indent
* misc/ruby-mode.el (ruby-block-end-re, ruby-delimiter)
(ruby-mode-syntax-table, ruby-parse-partial, ruby-beginning...
nobu (Nobuyoshi Nakada)
02:43 AM Bug #7491 (Assigned): BigMath.#exp に Float、Rational を指定できない
mrkn (Kenta Murata)
02:23 AM Bug #7498 (Rejected): Optparse does not complete argument when used with :REQUIRED
#!/usr/bin/env ruby
require 'optparse'
OptionParser.new do |opts|
opts.on(:REQUIRED, "--bug", ["foo", "bar"]) ...
Gondolin (Damien Robert)
01:59 AM Bug #7495: Clean up a few calls to rb_intern()
I applied your patch. Thanks! ko1 (Koichi Sasada)
12:55 AM Bug #7485: ruby cannot build on mingw32 or FreeBSD 8 due to missing __sync_val_compare_and_swap
I agree with Luis' results and think we've just not fully debugged Eric's XP VM setup as in #7427.
With this snipp...
jonforums (Jon Forums)
12:09 AM Bug #5508 (Closed): Is BigDecimal really not $SAFE?
This issue was solved with changeset r38147.
Dmitry, thank you for reporting this issue.
Your contribution to Ruby is...
mrkn (Kenta Murata)

12/02/2012

11:20 PM Bug #7344: gem pristine bigdecimal が失敗してしまう
はい。
(もしかして、bigdecimal用の別のリポジトリがあったりします?)
kou (Kouhei Sutou)
10:54 PM Bug #7344: gem pristine bigdecimal が失敗してしまう
> で、それにあわせてbigdecimal.gemspecをこんな感じに編集します。
このパッチは trunk の ext/bigdecimal/bigdecimal.gemspec に当てれば良いのでしょうか?
mrkn (Kenta Murata)
10:52 PM Revision 488fb86a (git): * lib/rdoc/parser.rb: Improved modeline support. Patch by nobu.
* test/rdoc/test_rdoc_parser.rb: Test for above.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38149 b2dd03c8-...
drbrain (Eric Hodel)
09:14 PM Bug #7492: Segmentation fault at DL::TestDL#test_call_double on x64 Windows 8
The segment fault is due to the wrong pack type "l!" on 64bit Windows.
Here is a patch:
~~~
diff --git a/test_...
phasis68 (Heesob Park)
12:33 PM Bug #7492: Segmentation fault at DL::TestDL#test_call_double on x64 Windows 8
Assigning this to Aaron, thank you! zzak (zzak _)
12:22 PM Bug #7492 (Closed): Segmentation fault at DL::TestDL#test_call_double on x64 Windows 8
I can see the following segmentation fault with trunk build with x64 VC 2012 on Windows 8.

C:\work\snapshot-ms64>...
phasis68 (Heesob Park)
08:03 PM Bug #7497: net/ftp.rb can't list ftp sites behind a firewall
sorry
Category: lib
and the correction is better writen as :
attr_accessor :passive
rubyhack (first last)
07:54 PM Bug #7497 (Rejected): net/ftp.rb can't list ftp sites behind a firewall
net/ftp.rb can't list ftp sites behind a firewall ,
to solve this issue ftp passive mode must be used , the support ...
rubyhack (first last)
06:57 PM Bug #7495 (Closed): Clean up a few calls to rb_intern()
This issue was solved with changeset r38143.
Charlie, thank you for reporting this issue.
Your contribution to Ruby i...
ko1 (Koichi Sasada)
03:00 PM Bug #7495 (Closed): Clean up a few calls to rb_intern()
This isn't really a bug, but it's not really a feature either so I wasn't sure what tracker to file this under. Apolo... Anonymous
06:19 PM Bug #7485: ruby cannot build on mingw32 or FreeBSD 8 due to missing __sync_val_compare_and_swap
Hello,
I just tested several native compilers on Windows 7 (without your patch) here are the results for those tha...
luislavena (Luis Lavena)
10:41 AM Bug #7485: ruby cannot build on mingw32 or FreeBSD 8 due to missing __sync_val_compare_and_swap
Hmmm, if it can help, should add it by the default on mingw32? nobu (Nobuyoshi Nakada)
04:41 PM Bug #7496 (Assigned): incorrect base_dir for default gemspecs
luislavena (Luis Lavena)
04:34 PM Bug #7496 (Closed): incorrect base_dir for default gemspecs
gemspecs for default gems have incorrect path since they're installed in a subdirectory of the normal specifications ... bitsweat (Jeremy Daer)
03:09 PM Revision 28f6b32e (git): * 2012-12-03
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38148 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:09 PM Revision 1fec21fe (git): * ext/bigdecimal/bigdecimal.c (BigDecimal_new): stop checking string
taintness. [Bug #5508] [ruby-core:40510]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38147 b2dd03c8-39d4-4d8f...
Kenta Murata
03:02 PM Feature #4085: Refinements and nested methods
headius (Charles Nutter) wrote:
> If there's a using Christmas::Refinements appears somewhere above this code, thing...
headius (Charles Nutter)
03:01 PM Feature #4085: Refinements and nested methods
trans (Thomas Sawyer) wrote:
> =begin
> > "Refining a method does not force down-stream calls to see it. Only call ...
headius (Charles Nutter)
02:42 PM Feature #4085: Refinements and nested methods
=begin
> "Refining a method does not force down-stream calls to see it. Only call sites with that refinement active s...
trans (Thomas Sawyer)
02:05 PM Feature #4085: Refinements and nested methods
=begin
This is why refinements as decorators break Christmas present principle.
Rudolph is a library to light everyt...
trans (Thomas Sawyer)
01:07 PM Feature #4085: Refinements and nested methods
PROBLEM: reflection from within a refined scope
Several folks have stated they believe reflection from within a re...
headius (Charles Nutter)
12:14 PM Feature #4085: Refinements and nested methods
Trying to think aloud how things should be structured. Hopefully this will be helpful to others. I base this on my un... headius (Charles Nutter)
11:20 AM Feature #4085: Refinements and nested methods
Anonymous wrote:
> |This shouldn't work anyway. Why would we look at refinements for Integer if Fixnum has overridd...
headius (Charles Nutter)
01:34 AM Feature #4085: Refinements and nested methods
@trans :pre :post etc. are covered by #prepend, and I am happy with it (although it's uglier than :pre).
The fundame...
matz (Yukihiro Matsumoto)
01:10 AM Feature #4085: Refinements and nested methods
| If you think it's anti OO, you are too influenced by Java OO. Think
| of CLOS's around methods. I want refinemen...
trans (Thomas Sawyer)
12:29 AM Feature #4085: Refinements and nested methods
In message "Re: [ruby-core:50419] [ruby-trunk - Feature #4085] Refinements and nested methods"
on Sat, 1 Dec 2...
Anonymous
12:29 AM Feature #4085: Refinements and nested methods
In message "Re: [ruby-core:50412] [ruby-trunk - Feature #4085] Refinements and nested methods"
on Sat, 1 Dec 2...
Anonymous
02:20 PM Bug #7494 (Closed): Suppress uninitialized warning from @is_proxy_class
zzak (zzak _)
01:08 PM Revision cf4117f5 (git): * 2012-12-02
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@38146 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
01:08 PM Revision a88dc95d (git): Make an internal block of Generator return nil instead of self.
* lib/generator.rb (Generator#initialize): Make an internal block
return nil instead of self. [Bug #7493]
git-sv...
Akinori MUSHA
10:51 AM Bug #7491 (Closed): BigMath.#exp に Float、Rational を指定できない
1.9.3 から BigMath.#exp でも Fixnum、Float、Rational オブジェクトが指定できるのではないかと思うのですが、Float、Rational については現在は ArgumentError と Type... sho-h (Sho Hashimoto)
10:28 AM Revision c1e6052b (git): * thread.c (RB_GC_SAVE_MACHINE_CONTEXT, rb_gc_save_machine_context):
extract rb_gc_save_machine_context to RB_GC_SAVE_MACHINE_CONTEXT.
NOTE: machine_regs and machine_stack_end ...
Masaya Tarui
09:57 AM Revision f6f388a5 (git): * array.c, enum.c, insns.def, io.c, numeric.c, parse.y, process.c,
range.c: use prepared IDs.
A patch from charliesome (Charlie Somerville).
[Bug #7495]
* common.mk: add dependency...
ko1 (Koichi Sasada)
08:56 AM Revision d64a73e1 (git): revert r38141 for stack problem
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38142 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Masaya Tarui
08:45 AM Revision 1e88b393 (git): * thread.c (RB_GC_SAVE_MACHINE_CONTEXT, rb_gc_save_machine_context):
Don't set machine_regs and machine_stack_end with a different scope.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tr...
Masaya Tarui
07:57 AM Revision c5824f38 (git): fix typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38140 b2dd03c8-39d4-4d8f-98ff-823fe69b080e zzak (zzak _)
07:48 AM Revision 98eaac15 (git): * lib/weakref.rb (rdoc): Clean up usage, add example,
note ArgumentError on WeakRef.new
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38139 b2dd03c8-39d4-4d8f-98ff-8...
zzak (zzak _)
07:45 AM Revision 5c4e025f (git): * gc.c (WeakMap): Add doc for internal reference, use lib/weakref.rb
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38138 b2dd03c8-39d4-4d8f-98ff-823fe69b080e zzak (zzak _)
04:53 AM Feature #6284: Add composition for procs
proc composition is not commutative, so the operator should:
1. not imply commutativity
2. not conceal the order ...
rits (First Last)
03:38 AM Feature #6321: Find and repair bad bytes in encodings, without transcoding
naruse (Yui NARUSE) wrote:
> What is the use case?
>
> I have an idea like String#validate which behaves as you s...
subwindow (Erik Peterson)
03:30 AM Revision 9b711fc7 (git): fix typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38137 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
03:00 AM Feature #7487: Cutting through the issues with Refinements
Probably I don't understand your true intention, but your proposal includes new syntax with new keyword, we cannot ad... matz (Yukihiro Matsumoto)
02:39 AM Feature #7487: Cutting through the issues with Refinements
Same way as you have it now. The difference is behind the scenes.
module M
refine String do
def foo;...
trans (Thomas Sawyer)
01:23 AM Feature #7487: Cutting through the issues with Refinements
In message "Re: [ruby-core:50448] [ruby-trunk - Feature #7487] Cutting through the issues with Refinements"
on...
Anonymous
12:53 AM Feature #7487: Cutting through the issues with Refinements
On 01.12.2012 16:40, trans (Thomas Sawyer) wrote:
>
> Issue #7487 has been updated by trans (Thomas Sawyer).
>...
The8472 (Aaron G)
12:40 AM Feature #7487: Cutting through the issues with Refinements
I didn't understand such response at first. Now, I think I realize possible confusion. I am proposing that cuts be us... trans (Thomas Sawyer)
12:29 AM Feature #7487: Cutting through the issues with Refinements
Because we have made decision fore refinement before freeze.
Matz.
matz (Yukihiro Matsumoto)
02:58 AM Bug #7489 (Closed): Kernel.spawn sometimes executes string directly
Kernel.spawn throws an exception in certain cases where it shouldn't.
It seems to attempt to execute the command dir...
jcaesar (Julius Caesar)
02:47 AM Revision 8f7a275c (git): add ticket ref: [ruby-dev:46665] [Bug #7468]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38136 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Masaya Tarui
02:21 AM Bug #7276: TestFile#test_utime failure
This still fails as of r38131 on my Win7 32bit system. Given Shirosaki-san's comment, what's preventing this from bei... jonforums (Jon Forums)
02:18 AM Feature #7486 (Rejected): Cutting through the issues with Refinements
vo.x (Vit Ondruch)
02:12 AM Feature #7488: Receiving object_id in object creation probes
authorNari (Narihiro Nakamura) wrote:
> # I'm sorry, I don't have a Mac so I do not execute dtrace's tests...
Try...
vo.x (Vit Ondruch)
01:14 AM Feature #1586: Including a module already present in ancestors should not be ignored
When I made this change in early 1.9, it caused huge incompatibility.
I had to fix many bundled programs. So it sho...
matz (Yukihiro Matsumoto)
 

Also available in: Atom