Activity
From 06/09/2014 to 06/15/2014
06/15/2014
-
07:03 PM Bug #9937: Segfault in the TracePoint API
- Hi @ko1, I see that you made some changes in the TracePoint API, but the build is still segfaulting at the same place...
-
02:12 PM Feature #2509: Recursive freezing?
- I have thought of the following solution: add simultaneously `Object#deep_freeze` and `Object#insulated?`. If `obj.i...
-
01:51 PM Bug #9572: Restarting Coverage does not produce correct coverage result
- I have been having this problem as well.
It seems good that Coverage.result resets the coverage data, but once Cov... -
01:21 PM Revision 800c7af7 (git): vm_method.c: separate ID selection
- * vm_method.c (rb_method_entry_make): separate selection of IDs to
be private from condition of method to be define... -
11:49 AM Revision f3db73f1 (git): test_file_exhaustive.rb: fix expected value
- * test/ruby/test_file_exhaustive.rb (test_expand_path_memsize):
correct expected value, count terminator byte. [Bu... -
10:13 AM Bug #9944: in ruby for windows in "system" a redirection to append a file works incorrectly
- If this is a Windows specific issue, here is a patch:
~~~diff
diff --git a/process.c b/process.c
index e626542..... -
06:19 AM Bug #9945 (Closed): Segmentation fault when defining recursive method
-
12:49 AM Bug #9945: Segmentation fault when defining recursive method
- My rubies don't reproduce this bug:
~~~
$ ruby -v
ruby 2.2.0dev (2014-06-07 trunk 46369) [x86_64-openbsd5.5]
$ ... -
01:09 AM Revision 106f3e9d (git): test_file_exhaustive.rb: fix assertion
- * test/ruby/test_file_exhaustive.rb (test_expand_path_memsize):
wrong expected value, considering a prefix (drive l... -
01:09 AM Revision efc70c74 (git): process.c: use RB_TYPE_P
- * process.c (check_exec_redirect): use RB_TYPE_P instead of single
comparison of TYPE().
git-svn-id: svn+ssh://ci....
06/14/2014
-
11:13 PM Revision dcae4b9d (git): runner.rb: use class variable
- * test/runner.rb (after_teardown): turn zombie traces hash into a
class variable.
git-svn-id: svn+ssh://ci.ruby-la... -
10:11 PM Revision 045b6e9f (git): runner.rb: check increment
- * test/runner.rb (after_teardown): check increment of active trace
events.
git-svn-id: svn+ssh://ci.ruby-lang.org/... - 09:54 PM Revision 261aaedd (git): * 2014-06-15
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46432 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:54 PM Revision 5a83ce3f (git): runner.rb: include event name
- * test/runner.rb (after_teardown): include active trace event name
in the failure message.
git-svn-id: svn+ssh://c... -
08:56 PM Feature #8259: Atomic attributes accessors
- Vit Z wrote:
> In such a use case, CAS reference equality would not work (sidestepping that JRuby
> pools some smal... -
07:09 PM Feature #8259: Atomic attributes accessors
- Petr Chalupa wrote:
> it certainly looks appealing and convenient to have atomic ivars, but I have an devil advocate... -
03:25 PM Feature #8259: Atomic attributes accessors
- Responding to recent comments...
* Atomic operations for Array, Hash
I lean toward introducing purpose-built co... -
02:44 PM Feature #8259: Atomic attributes accessors
- Hello guys,
it certainly looks appealing and convenient to have atomic ivars, but I have an devil advocate's questio... -
04:54 PM Feature #2509: Recursive freezing?
- This looks to me like a strange reason to reject too. If a programmer recursively freezes an object that will freeze...
-
03:44 PM Bug #9945 (Closed): Segmentation fault when defining recursive method
- The following code causes segmentation fault, although I expect it to create stack overflow.
```ruby
a = Object.n... -
01:52 PM Revision ba4ac50a (git): Restore date field.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46430 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:41 PM Bug #9944 (Rejected): in ruby for windows in "system" a redirection to append a file works incorrectly
- ~~~
c:\Users\bdimych>
c:\Users\bdimych>
c:\Users\bdimych>
c:\Users\bdimych>
c:\Users\bdimych>C:\Ruby200\bin\ruby... -
07:21 AM Bug #9267 (Closed): Document configure options
- I've added wiki page for [Configuration Options](https://bugs.ruby-lang.org/projects/ruby-trunk/wiki/ConfigurationOpt...
-
07:14 AM Bug #9234 (Closed): Documentation for upgrading to supported versions
- Added wiki page with general index of major versions which links to each versions NEWS and change log if it exists.
... -
06:43 AM Misc #9741 (Closed): Policy for Posting Security & General Announcements on www.ruby-lang.org
- I've added a new wiki page: [HowToAnnounce](https://bugs.ruby-lang.org/projects/ruby/wiki/HowToAnnounce).
-
03:47 AM Revision 26930379 (git): Fix a typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46429 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:04 AM Bug #9934 (Closed): High memory usage from file_expand_path_*
- Don't move projects, update Backport instead.
-
01:55 AM Revision b654e071 (git): array.c: non-recursive rcombinate0
- * array.c (rcombinate0): remove recursion, by looping with indexes
stored in `p`.
git-svn-id: svn+ssh://ci.ruby-la... -
01:55 AM Revision 4802149e (git): array.c: non-recursive rpermute0
- * array.c (rpermute0): remove recursion, by looping with indexes
stored in `p`.
git-svn-id: svn+ssh://ci.ruby-lang... -
01:54 AM Bug #9932 (Closed): Permutation - Segment fault
- Applied in changeset r46426.
----------
array.c: non-recursive permute0
* array.c (permute0): remove recursion, by ... -
01:54 AM Revision 9d6b7aed (git): array.c: non-recursive permute0
- * array.c (permute0): remove recursion, by looping with indexes
stored in `p`. [ruby-core:63103] [Bug #9932]
git-... -
01:54 AM Revision 02725fb6 (git): array.c: combinate0
- * array.c (combinate0): extract.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46425 b2dd03c8-39d4-4d8f-98ff-823... -
01:53 AM Revision 97292754 (git): string.c: fix wrong capa
- * string.c (rb_str_resize): update capa only when buffer get
reallocated.
http://d.hatena.ne.jp/nagachika/2014061... -
12:25 AM Misc #9438 (Closed): Implementation naming
- I'm not sure how important it is to have consistent naming throughout the docs, both MRI and CRuby are applicable. Th...
-
12:16 AM Bug #9904: remove rubyforge entries from rake.1
- It is OK.
Eventually github.com/ruby/rake will become official, but it is OK for the man page to point there. -
12:13 AM Bug #9904: remove rubyforge entries from rake.1
- Yes, I’ve confirmed with Eric:
2:20 PM <drbrain> the "rake" name is taken
We’re going to use ruby/rake as the ca... -
12:11 AM Misc #9219 (Closed): Policy Announcement for All Versions
- We've already made maintenance announcements for 1.9.3 and only recently changed maintainers for 2.0.0.
In this ca... -
12:09 AM Misc #9215 (Closed): Maintenance Policy for Future Releases (2.1.0 & beyond)
- I've migrated my (pending) NEWS document from www.r-l.o to the wiki: [GeneralMaintenancePolicy](https://bugs.ruby-lan...
-
12:03 AM Misc #9265 (Closed): Meeting Guide
- Naruse has added initial [DevelopersMeetingRealtimeGuidelines](https://bugs.ruby-lang.org/projects/ruby/wiki/Develope...
-
12:02 AM Bug #9943 (Closed): Ruby 1.9.3 improperly reports unused variable warnings
- This is related to https://bugs.ruby-lang.org/issues/6693 and possibly https://bugs.ruby-lang.org/issues/7730.
Top...
06/13/2014
-
11:42 PM Revision 308960a4 (git): [DOC] Please see _the_ official issue tracker... [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46423 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:36 PM Bug #9904: remove rubyforge entries from rake.1
- @zzak
Did you confirm this patch to drbrain?
Is github.com/ruby/rake official rake repository now? -
11:30 PM Bug #9904 (Closed): remove rubyforge entries from rake.1
- Applied in changeset r46421.
----------
* man/rake.1: [DOC] Update links for Rake, patch by @hsbt [Bug #9904]
[Fix... - 11:30 PM Revision 60512ea5 (git): * 2014-06-14
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46422 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:30 PM Revision 6b1a8e33 (git): * man/rake.1: [DOC] Update links for Rake, patch by @hsbt [Bug #9904]
- [Fixes GH-628] https://github.com/ruby/ruby/pull/628 [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46... -
06:45 PM Bug #9934 (Open): High memory usage from file_expand_path_*
-
11:31 AM Bug #9934: High memory usage from file_expand_path_*
- Thanks for the fix!
-
04:07 PM Bug #9942 (Closed): reduce memory allocation in Array#permutation (fixed at r46416)
- rb_ary_permutation() allocate unnecessary large temporary array.
It's fixed at r46416.
This ticket is only for ba... -
03:27 PM Feature #9941 (Open): Issue a warning when `module` or `class` keyword causes re-initialization of a constant that will become the module/class name, instead of creating/reopening the module/class
- I think that it would be appropriate to issue a warning similar to "warning: already initialized constant" when "`mod...
-
09:01 AM Revision 4945572f (git): * vm_trace.c: add new method TracePoint.stat to debug
- TracePoint mechanism.
Ruby users should not use this method. So I don't note this method
in the NEWS file.
* test... -
08:50 AM Bug #9940 (Closed): Unexpected throw from TracePoint hooks with recursive checking
- Applied in changeset r46419.
----------
* vm_trace.c: clear and restore recursive checking thread local data
to av... -
08:46 AM Bug #9940 (Closed): Unexpected throw from TracePoint hooks with recursive checking
- 下記のようなプログラムで、2.0 と 2.1 以降で挙動が違います。
```ruby
stack = []
TracePoint.new(:c_call){|tp|
mid = tp.method_id
begi... -
08:50 AM Revision ddae6a05 (git): * vm_trace.c: clear and restore recursive checking thread local data
- to avoid unexpected throw from TracePoint.
[Bug #9940]
* test/ruby/test_settracefunc.rb: add a test.
* thread.c: ad... -
08:34 AM Bug #9939 (Closed): segfault by modifying array during Array#combination
- Applied in changeset r46418.
----------
array.c: combination on a shared copy
* array.c (rb_ary_combination): itera... -
08:29 AM Bug #9939 (Closed): segfault by modifying array during Array#combination
- ~~~ruby
$ ruby -e 'a = [*0..500]' -e 'a.combination(2) {|*,x| a.clear}'
-e:2: [BUG] Segmentation fault at 0x0000000... -
08:34 AM Revision 537b4a64 (git): array.c: combination on a shared copy
- * array.c (rb_ary_combination): iterate on a shared copy, and use
array of indexes instead of array of chosen objec... -
08:33 AM Revision 95bac4f7 (git): array.c: yield_indexed_values
- * array.c (yield_indexed_values): extract from permute0(),
rpermute0(), and rcombinate0().
git-svn-id: svn+ssh://c... -
04:43 AM Revision e6f15575 (git): array.c: fix array size
- * array.c (rb_ary_permutation): `p` is the array of size `r`, as
commented at permute0(). since `n >= r` here, buf... -
01:02 AM Bug #9936: wrong zlib1.dll installed on windows
- I confirmed the error message "%1 is not a valid Win32 application." occurred with 32-bit zlib1.dll and 64-bit ruby.e...
-
12:07 AM Bug #9936: wrong zlib1.dll installed on windows
- Hello Claudio,
Me again, once last thing I forgot to mention.
The error message you see: "%1 is not a valid Win... -
12:04 AM Bug #9936: wrong zlib1.dll installed on windows
- Hello Claudio,
Both installer and package of Ruby 2.0.0-p481 for x64 contains a 64-bits version of zlib1.dll
Yo... - 12:00 AM Revision 0f25a808 (git): * 2014-06-13
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46415 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:00 AM Revision 559a8275 (git): add more test coverage for [ruby-core:63136] [Bug #9934]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46414 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
06/12/2014
-
07:33 PM Bug #9938: ObjectSpace::allocation_class_path does not object's class
- Wow, that was fast !
I've been stuck at `rb_class_path_cached` from `variable.c line #281` failing to look up a cl... -
06:43 PM Bug #9938: ObjectSpace::allocation_class_path does not object's class
- Hi,
Thank you for your report.
Please add this magic line:
`ObjectSpace.each_object(Module){|o| o.name}`
at t... -
05:08 PM Bug #9938: ObjectSpace::allocation_class_path does not object's class
- I'm sorry about code formatting. Bellow is a fixed version:
~~~ruby
require 'objspace'
class A
def foo
... -
05:05 PM Bug #9938 (Rejected): ObjectSpace::allocation_class_path does not object's class
- Possible bug in `ObjectSpace::allocation_class_path` returning `nil` instead of expected class name:
~~~ruby
requ... -
04:33 PM Bug #9937 (Closed): Segfault in the TracePoint API
- Hi!
It seems that a regression bug has been recently introduced in the TracePoint API (maybe after changeset r4575... -
02:51 PM Bug #9934: High memory usage from file_expand_path_*
- I think r46413 has fixed it.
-
11:40 AM Bug #9934: High memory usage from file_expand_path_*
- This does actually not fix the bug. This only works if a path expanded by File.expand_path is smaller than the string...
-
04:09 AM Bug #9934 (Closed): High memory usage from file_expand_path_*
- Applied in changeset r46410.
----------
file.c: shrink expanded path
* file.c (expand_path): shrink expanded path w... -
03:40 AM Bug #9934: High memory usage from file_expand_path_*
- [email protected] wrote:
> This is the best I could come up with. Definitely not ideal since it
> allocates another ru... -
02:34 AM Bug #9934: High memory usage from file_expand_path_*
- This is the best I could come up with. Definitely not ideal since it allocates another ruby object.
~~~diff
diff ... -
01:57 AM Bug #9934 (Closed): High memory usage from file_expand_path_*
- All the file expansion routines use `EXPAND_PATH_BUFFER()` which allocates PATH_MAX bytes on the heap per invocation....
-
12:24 PM Bug #9760 (Open): mkmf does not allow for linking against custom libraries when a system library is present
-
12:23 PM Bug #9760: mkmf does not allow for linking against custom libraries when a system library is present
- Please do not backport this yet; I'm suggesting backing out the commit made in trunk for the reason I gave above.
-
11:30 AM Bug #9760: mkmf does not allow for linking against custom libraries when a system library is present
- Does this issue exist in 2.0.0 too?
-
11:33 AM Revision 85bbacbb (git): string.c: consider capacity
- * string.c (rb_str_resize): should consider the capacity instead
of the old length, as pointed out by nagachika.
g... -
10:15 AM Bug #9936 (Third Party's Issue): wrong zlib1.dll installed on windows
- Please report to the RubyInstaller team, though they has read this ML.
-
10:03 AM Bug #9936 (Third Party's Issue): wrong zlib1.dll installed on windows
- I'm using Windows 7 64bit.
Running e.g. "gem help commands" results in the following error messages:
~~~
ERROR... -
09:47 AM Bug #9922: Compiling Ruby 1.9.3p194 from source code with openssl crashe
- Tried it again after removing other ruby. It worked :)
Thanks all for your help. -
09:46 AM Bug #9922: Compiling Ruby 1.9.3p194 from source code with openssl crashe
- You must remove old ed.obj with `nmake clean`
~~~
> nmake clean
> nmake
~~~ -
09:40 AM Bug #9922: Compiling Ruby 1.9.3p194 from source code with openssl crashe
- It came like this
~~~
C:\Ruby19\lib\ruby\gems\1.9.1\gems\eventmachine-1.0.1\ext>ruby extconf.rb
checking for mai... -
09:17 AM Bug #9922: Compiling Ruby 1.9.3p194 from source code with openssl crashe
- What is the output of ruby extconf.rb?
The first two lines should be yes
~~~
checking for main() in ssleay32.lib... -
09:06 AM Bug #9922: Compiling Ruby 1.9.3p194 from source code with openssl crashe
- Yep that was the issue. I removed the other ruby then tried. I created rubyeventmachine.so and i moved it. But again ...
-
08:56 AM Bug #9922: Compiling Ruby 1.9.3p194 from source code with openssl crashe
- I guess you have multiple ruby environments.
You must run c:\Ruby19\bin\ruby.exe with proper environment variables... -
08:14 AM Bug #9922: Compiling Ruby 1.9.3p194 from source code with openssl crashe
- Tried building gem for myself. It is giving me error of dev tools. Though i do hace dev-kit installed and pat also ha...
-
07:08 AM Bug #9922: Compiling Ruby 1.9.3p194 from source code with openssl crashe
- You have two options.
1 Build gem for yourself
~~~
cd C:\Ruby19\lib\ruby\gems\1.9.1\gems\eventmachine-1.0.3\ex... -
06:55 AM Bug #9922: Compiling Ruby 1.9.3p194 from source code with openssl crashe
- I only have to edit this gem, or it needs to be compile again?
-
09:42 AM Bug #9935 (Third Party's Issue): [BUG] Segmentation fault at 0x00000000000418 ruby 2.1.1p76 (2014-02-24 revision 45161) [x86_64-darwin13.0]
- Your json gem is build by ruby 2.0, but you use ruby 2.1.
You should remove old version gems on your Ruby. -
08:32 AM Bug #9935 (Third Party's Issue): [BUG] Segmentation fault at 0x00000000000418 ruby 2.1.1p76 (2014-02-24 revision 45161) [x86_64-darwin13.0]
- /Users/rohitkrishnan/.rvm/gems/ruby-2.0.0-p0/gems/json-1.8.1/lib/json/ext/parser.bundle: [BUG] Segmentation fault at ...
-
09:32 AM Revision 595782b9 (git): * lib/net/http/responses.rb: added Net::HTTPPermanentRedirect(308)
- Contributed by @yorkie [fix GH-638]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46412 b2dd03c8-39d4-4d8f-98ff-... -
09:05 AM Feature #9923 (Closed): Revisitting GC.stat keys
- duplicate to #9924
-
04:28 AM Revision d07a013c (git): string.c: shrink before freezing
- * string.c (rb_str_freeze): shrink the buffer before freezing, as
pointed out by Eric Wong at [ruby-core:63119].
g... -
04:09 AM Revision e2890123 (git): file.c: shrink expanded path
- * file.c (expand_path): shrink expanded path which no longer needs
rooms to append. [ruby-core:63114] [Bug #9934]
... - 04:09 AM Revision 664007e4 (git): * 2014-06-12
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46409 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:09 AM Revision b35a6f91 (git): string.c: shrink too big buffer
- * string.c (rb_str_resize): shrink the buffer even if new length
is same but it is enough smaller than the capacity... -
02:39 AM Bug #9884: thread_pthread.c assumes pthread_t is a scalar type
- On Wed, Jun 11, 2014 at 9:33 PM, <[email protected]> wrote:
> Issue #9884 has been updated by Rei Odaira.
>
>... -
01:33 AM Bug #9884: thread_pthread.c assumes pthread_t is a scalar type
- I was looking at this page:
http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_types.h.html
~~~
IEEE S... -
02:15 AM Bug #9928: Fiddle::TestHandle#test_NEXT fails on AIX due to unexported symbols of extension libraries
- Export files are used on Windows already, so it would not be a trouble.
06/11/2014
-
10:34 PM Bug #9933 (Closed): segmentation fault when running 'gem' (ruby 2.1.2p95)
- I see there is a similar related issue (https://bugs.ruby-lang.org/issues/9827) which is on a Mac - My issue is on RH...
-
09:05 PM Bug #9884: thread_pthread.c assumes pthread_t is a scalar type
- Just curious. Where is the phrase that describes pthread_t is opaque?
I skimmed current SUS.
sys/types.h contai... -
08:38 AM Bug #9884 (Closed): thread_pthread.c assumes pthread_t is a scalar type
- Applied in changeset r46406.
----------
thread.c: fix for non-scalar pthread_t
* configure.in (rb_cv_scalar_pthread... -
03:49 PM Bug #9928: Fiddle::TestHandle#test_NEXT fails on AIX due to unexported symbols of extension libraries
- Yes, AIX supports dlopen(). According to the discussion at [Bug #1914], only relatively old versions of AIX did not s...
-
02:29 AM Bug #9928: Fiddle::TestHandle#test_NEXT fails on AIX due to unexported symbols of extension libraries
- Rei Odaira wrote:
> The reason for this is a little bit complicated. `Fiddle::TestHandle#test_NEXT` tests the behavi... -
02:31 PM Bug #9932: Permutation - Segment fault
- On Wed, Jun 11, 2014 at 1:12 PM, <[email protected]> wrote:
> Execute the following program with the inputs
... -
12:29 PM Bug #9932: Permutation - Segment fault
- It's a stack overflow, and it results `SystemStackError` as expected on recent 2.0.0 or later.
-
11:12 AM Bug #9932 (Closed): Permutation - Segment fault
- Execute the following program with the inputs
~~~ruby
###########################################################... -
02:21 PM Revision b92e03c5 (git): merge revision(s) r45224,r45228: [Backport #9838]
- * gc.c (ruby_gc_set_params): fix building without RGenGC
* gc.c (ruby_gc_set_params): simplify condition
g... -
02:18 PM Bug #9922 (Third Party's Issue): Compiling Ruby 1.9.3p194 from source code with openssl crashe
- Thank you all for resolving this issue.
(I was trying to make a reproduction environment, but I was not in time.) -
01:39 PM Bug #9922: Compiling Ruby 1.9.3p194 from source code with openssl crashe
- OK. I have reproduced this crash.
And I found the cause of this issue.
The crash occurred in the following line o... -
08:10 AM Bug #9922: Compiling Ruby 1.9.3p194 from source code with openssl crashe
- Yes it does not accur with mingw. For ruby 1.9.3p547 it tried both installer and compiling from source. It showed the...
-
07:23 AM Bug #9922: Compiling Ruby 1.9.3p194 from source code with openssl crashe
- I saw a something similar issue at https://groups.google.com/forum/#!topic/faye-users/BdbRYIkp1oo
The issuer solve... -
06:36 AM Bug #9922: Compiling Ruby 1.9.3p194 from source code with openssl crashe
- Yes, this is what i tried. But console only displays one line "This application has requested the Runtime to terminat...
-
06:05 AM Bug #9922: Compiling Ruby 1.9.3p194 from source code with openssl crashe
- I cannot understand what you want to see with Visual Studio.
In cmd.exe console, you would run
C:\>ruby bin/thi... -
03:44 AM Bug #9922: Compiling Ruby 1.9.3p194 from source code with openssl crashe
- Yes i did. By doing that, Pop-up did not come, but visual studio also did not show anyhitng.
-
11:43 AM Feature #9781: Feature Proposal: Method#super_method
- I also favor `super` (as I wrote before). It wouldn't overwrite the `super` keyword in most cases, and if it does (sa...
-
08:38 AM Revision dfd8c5d4 (git): thread.c: fix for non-scalar pthread_t
- * configure.in (rb_cv_scalar_pthread_t): pthread_t is not required
to be a scalar type.
* thread.c (fill_thread_id_... -
08:37 AM Revision e2b10b6d (git): thread_pthread.c: timer thread flag
- * thread_pthread.c (timer_thread): add a flag to tell timer thread
is created, since 0 may be a valid value as pthr... -
08:37 AM Revision a678de48 (git): thread.c: fix thread ID format
- * thread.c (DEBUG_OUT): fix format specifier for a thread ID,
which is DWORD not pointer.
git-svn-id: svn+ssh://ci... -
08:14 AM Feature #8259: Atomic attributes accessors
- Eric Wong wrote:
> Does that mean segfaulting the VM on concurrent Hash or Array access
> is OK? I don't think a... -
06:50 AM Bug #9931 (Closed): irb: Really weird behavior for x = "#{x\"}" (ex: irb(main:009:-4))
- # Our journey starts off rather simple:
irb(main):001:0> x = "#{x}"
=> ""
# Okay, makes sense.
irb(main):002:0> x... -
06:40 AM Bug #9930: unicode filenames somehow don't work
- `ARGV` is still in the default external encoding, i.e., console codepage.
We'd like to make them UTF-8, but have n... -
05:11 AM Bug #9930 (Closed): unicode filenames somehow don't work
- Something seems amiss here--I can't seem to pass in a unicode filename and have it used for reading/opening a file:
... -
06:39 AM Bug #9895 (Feedback): net/imap stops responding when trying to create a message to an unexisting folder
- Lluís Gili wrote:
> trying to create a message to unexisting folder makes net/imap to eternize, instead of raising a... -
06:21 AM Bug #9926 (Closed): class_eval : string and block
- Sébastien Durand wrote:
> I'm not sure, is this a bug or a feature ?
>
> class Foo; @@bar = 'bar'; end
> p Foo.c... -
12:08 AM Feature #9929 (Open): add with_default method to Hash
- I would like to be able to write this:
~~~
people.group_by(:first_name).with_default { [] }
~~~
instead of:
...
06/10/2014
-
10:00 PM Feature #8259: Atomic attributes accessors
- [email protected] wrote:
> I am all for addition of `ConcurrentHash` or `Concurrent::Array` (these
> new data ... -
09:35 PM Feature #8259: Atomic attributes accessors
- Eric Wong wrote:
> Right. There's no way I will ever advocate a memory barrier of any
> kind by default for read... -
07:21 PM Feature #8259: Atomic attributes accessors
- [email protected] wrote:
> Eric Wong wrote:
> > I do atomic operations all the time in C on arbitrary address... -
09:39 AM Feature #8259: Atomic attributes accessors
- > I do atomic operations all the time in C on arbitrary addresses.
> Lazy, non-atomic accesses run without speed p... -
08:18 PM Bug #9927: webrick does not unset content-length when responding to HEAD requests
- My error, sorry for the distraction.
-
07:58 PM Bug #9927: webrick does not unset content-length when responding to HEAD requests
- Adrien Thebo wrote:
> I didn't make this very clear, but the `curl` invocation hangs for about 6 seconds until the w... -
07:58 PM Bug #9927 (Rejected): webrick does not unset content-length when responding to HEAD requests
- This appears to be a bug in curl.
RFC 7230 says:
3.3. Message Body
The message body (if any)... -
07:19 PM Bug #9927: webrick does not unset content-length when responding to HEAD requests
- I didn't make this very clear, but the `curl` invocation hangs for about 6 seconds until the webrick server is killed...
-
07:18 PM Bug #9927 (Rejected): webrick does not unset content-length when responding to HEAD requests
- When Webrick responds to HEAD requests it omits the body (per RFC2616 -- 4.4 Message Length). However when setting up...
-
08:07 PM Bug #9928 (Closed): Fiddle::TestHandle#test_NEXT fails on AIX due to unexported symbols of extension libraries
- `Fiddle::TestHandle#test_NEXT` fails on AIX.
~~~
[ 4/21] Fiddle::TestHandle#test_NEXT = 0.00 s ... -
07:40 PM Feature #9894: [RFC] README.EXT: document rb_gc_register_mark_object
- SASADA Koichi <[email protected]> wrote:
> (2014/05/31 4:56), Eric Wong wrote:
> > ```diff
> > +void rb_gc_register_ma... -
08:58 AM Feature #9894: [RFC] README.EXT: document rb_gc_register_mark_object
- (2014/05/31 4:56), Eric Wong wrote:
> ```diff
> +void rb_gc_register_mark_object(VALUE val)
> +
> + Tells GC to ... -
06:50 PM Feature #9638: [PATCH] limit IDs to 32-bits on 64-bit systems
- SASADA Koichi <[email protected]> wrote:
> (2014/03/15 4:07), [email protected] wrote:
> > Also limits symbol spac... -
08:30 AM Feature #9638: [PATCH] limit IDs to 32-bits on 64-bit systems
- (2014/03/15 4:07), [email protected] wrote:
> Also limits symbol space to prevent OOM.
What is OOM?
Out of ... -
06:07 PM Feature #9781: Feature Proposal: Method#super_method
- I am also not in love with the naming. I would have preferred `Method#super` but we don't want to overwrite `super` o...
-
08:51 AM Feature #9781 (Feedback): Feature Proposal: Method#super_method
- Having something like Method/UnboundMethod#super_method for debugging purpose is OK, but
* Is super_method is the ... -
05:43 PM Revision ad5214df (git): merge revision(s) r45308,r45316: [Backport #9621]
- * ext/objspace/objspace_dump.c: Check fptr before trying to dump RFILE
object fd. [GH-562]
* test/... -
05:36 PM Bug #9658: configure --with-opt-dir=dir と clang の組合せでビルドに失敗する
- Backported into `ruby_2_1` branch at r46402.
-
05:35 PM Revision 089d93ca (git): merge revision(s) r45378: [Backport #9658] [Backport #9866]
- * configure.in: Fix a build problem with clang and --with-opt-dir.
If ruby is configured with --with-opt-di... -
05:24 PM Revision 00e41e71 (git): merge revision(s) r45207,r45208,r45209,r45210: [Backport #9575]
- * numeric.c: Create var for rb_intern("<=>")
* numeric.c: Fix Numeric#step with 0 unit [Bug #9575]
git-svn-... -
04:55 PM Bug #9859 (Closed): An object with 6 instance variables causes SEGV
- Applied in changeset r46399.
----------
* gc.c: invoke GC before memory allocation (xmalloc/xrealloc)
when GC.stre... -
05:59 AM Bug #9859: An object with 6 instance variables causes SEGV
- 補正が入らなくなるというのがどのくらい問題があるのかわかっていませんが、
SEGV するよりはずいぶんとマシなんじゃないですかねぇ。 - 04:55 PM Revision 16b512b3 (git): * 2014-06-11
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46400 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:55 PM Revision c8c99520 (git): * gc.c: invoke GC before memory allocation (xmalloc/xrealloc)
- when GC.stress = true.
[Bug #9859]
* test/ruby/test_gc.rb: add a test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ru... -
03:38 PM Revision dcdf8e1c (git): * test/ruby/test_string (test_LSHIFT_neary_long_max): extend timeout.
- this test fails on some CI environment by timeout.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_1@46... -
02:44 PM Revision 9ada2641 (git): envutil.rb: avoid error on OS X 10.10
- * test/ruby/envutil.rb (diagnostic_reports): Mac OS X 10.10 may
not create plist file with crash file together.
gi... -
02:11 PM Revision 2c9c6271 (git): bootstraptest/runner.rb: refine output
- * bootstraptest/runner.rb (exec_test, show_progress): erase with
white spaces, and adjust each results at same colu... -
01:54 PM Bug #9926 (Closed): class_eval : string and block
- I'm not sure, is this a bug or a feature ?
class Foo; @@bar = 'bar'; end
p Foo.class_eval('@@bar') # => "bar"
p ... -
12:23 PM Bug #9922: Compiling Ruby 1.9.3p194 from source code with openssl crashe
- Are you sure you disabled "Program Has Stopped Working Error" dialog and Just-in-Time Debugging?
Then you can not ... -
11:16 AM Bug #9922: Compiling Ruby 1.9.3p194 from source code with openssl crashe
- 'Nothing in debugger' by this i mean, when i see pop-up msg that ruby has stoppped working, it gives me option to deb...
-
10:40 AM Bug #9922: Compiling Ruby 1.9.3p194 from source code with openssl crashe
- I am not sure what you mean by "nothing in debugger".
You must run ruby on command prompt without any debugger.
-
10:25 AM Bug #9922: Compiling Ruby 1.9.3p194 from source code with openssl crashe
- Yes i did. It dod not show pop-up. but in command prompt i got same error only. And nothing in debugger
-
09:56 AM Bug #9922: Compiling Ruby 1.9.3p194 from source code with openssl crashe
- Did you try to disable "Program Has Stopped Working Error" dialog?
For Vista / Win7 / Server 2008 etc:
1. Open st... -
09:46 AM Bug #9922: Compiling Ruby 1.9.3p194 from source code with openssl crashe
- debugger opens blank file. Also tried installing eventmachine and thin again with version used in my application. Her...
-
07:51 AM Bug #9922: Compiling Ruby 1.9.3p194 from source code with openssl crashe
- It seems that Just-In-Time Debugging of Visual Studio inhibit the backtrace output of ruby.exe.
You can get the fu... -
07:36 AM Bug #9922: Compiling Ruby 1.9.3p194 from source code with openssl crashe
- Pooja Saxena wrote:
> Yes I compiled openssl also with same version of visual studio. Did not do anything related to... -
07:16 AM Bug #9922: Compiling Ruby 1.9.3p194 from source code with openssl crashe
- Dont know much about dependency checking, hence did not get much. But understood that three of them depends on both m...
-
06:56 AM Bug #9922: Compiling Ruby 1.9.3p194 from source code with openssl crashe
- You can check the MSVCRT dependencies with Dependency Walker(http://www.dependencywalker.com).
Please check the de... -
06:34 AM Bug #9922: Compiling Ruby 1.9.3p194 from source code with openssl crashe
- Yes I compiled openssl also with same version of visual studio. Did not do anything related to event machine library
-
06:28 AM Bug #9922: Compiling Ruby 1.9.3p194 from source code with openssl crashe
- Was OpenSSL also compiled with the same version of Visual Studio?
Thin depends on both OpenSSL and Eventmachine li... -
05:47 AM Bug #9922: Compiling Ruby 1.9.3p194 from source code with openssl crashe
- due to other projects dependecies, I am bound to use that version only. From all the informaiton i explored, got to k...
-
05:34 AM Bug #9922: Compiling Ruby 1.9.3p194 from source code with openssl crashe
- I have not been able to reproduce this problem at this time.
From the information that is provided by you, I can not... -
04:43 AM Bug #9922: Compiling Ruby 1.9.3p194 from source code with openssl crashe
- Any update on this??
-
12:12 PM Revision 26848ef8 (git): fix a typo [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46395 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:40 AM Bug #9884: thread_pthread.c assumes pthread_t is a scalar type
- (2014/05/31 7:28), [email protected] wrote:
> How about this patch? I tested this on x86/Linux with -DTHREAD_DEB... -
08:30 AM Revision 0eb892e1 (git): win32/setup.mak: rename RUBY_RELEASE_DATE
- * win32/setup.mak (verconf.mk): rename RUBY_PROGRAM_VERSION as
RUBY_RELEASE_DATE, same as other platforms.
git-svn... -
08:30 AM Revision 2e2ccab1 (git): win32/setup.mak: separate verconf.mk
- * win32/setup.mak (verconf.mk): separate RUBY_RELEASE_DATE from
Makefile so that build would not stop everyday.
gi... -
04:29 AM Feature #8370 (Closed): Constants MAX_MULTIPART_LENGTH in cgi/core.rb
- Applied in changeset r46392.
----------
* lib/cgi/core.rb: Provide a mechanism to specify the
max_multipart_length... - 04:29 AM Revision 5c99f241 (git): * lib/cgi/core.rb: Provide a mechanism to specify the
- max_multipart_length of multipart data.
[Feature #8370] patch by Leif Eriksen <[email protected]>
git-svn-... -
03:11 AM Feature #3944: Add Fiber#root? method
- (2014/05/23 15:17), [email protected] wrote:
> For example, I want write a method, when under `EM::Synchrony` envi... -
02:03 AM Feature #9925: rsock_addrinfo uses DNS family AF_UNSPEC for lookup causing high IPv6 AAAA volume
- Similar configuration is available in the "/etc/gai.conf" system (it does not apply in this use case, however). It is...
-
01:55 AM Feature #9925: rsock_addrinfo uses DNS family AF_UNSPEC for lookup causing high IPv6 AAAA volume
- It doesn't feel a good idea to change a behavior in a library by an environment variable implicitly.
-
01:30 AM Feature #9925: rsock_addrinfo uses DNS family AF_UNSPEC for lookup causing high IPv6 AAAA volume
- Suggested code change: https://github.com/ruby/ruby/pull/636
-
01:15 AM Feature #9925 (Closed): rsock_addrinfo uses DNS family AF_UNSPEC for lookup causing high IPv6 AAAA volume
- In ext/socket/raddrinfo.c, the function `rsock_addrinfo()` always uses `AF_UNSPEC` for DNS queries. This is causing m...
-
01:57 AM Bug #9766 (Closed): Add force_encoding option to csv
- Applied in changeset r46391.
----------
csv.rb: honor encoding option
* lib/csv.rb (CSV#<<): honor explicity given ... -
01:57 AM Revision f9a5335e (git): csv.rb: honor encoding option
- * lib/csv.rb (CSV#<<): honor explicity given encoding. based on
the patch by DAISUKE TANIWAKI <daisuketaniwaki AT ... - 01:45 AM Revision 47c64fdf (git): * 2014-06-10
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46390 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:44 AM Revision 473dc1c5 (git): envutil.rb: use keyword argument
- * test/ruby/envutil.rb (assert_valid_syntax): use keyword argument.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trun...
06/09/2014
-
11:43 PM Feature #8259: Atomic attributes accessors
- [email protected] wrote:
> Adding "atomic" operations to built in `Array`s, `Hash`es etc. is a very bad idea
>... -
10:23 PM Feature #8259: Atomic attributes accessors
- In my opinion an ideal API would have "atomic" attributes declared at the class level,
yet can be used as normal `@f... -
06:22 PM Feature #8259: Atomic attributes accessors
- Joel VanderWerf <[email protected]> wrote:
> On 06/09/2014 04:06 AM, Eric Wong wrote:
> >I'm not sure if se... -
11:12 AM Feature #8259: Atomic attributes accessors
- I'm not sure if setting the attribute on the ivar is a good way to go.
Entries in structs, arrays, hashes, etc may ... -
10:09 AM Feature #8259: Atomic attributes accessors
- I should also point out that my implementation is using referential equality. I now think the default should be refer...
-
10:05 AM Feature #8259: Atomic attributes accessors
- I have done a prototype of atomic variable accessors in JRuby.
Here's the IRB session. I opted to go with an :atom... -
07:42 AM Feature #8259: Atomic attributes accessors
- Waking this up again. Interest in gems like "atomic" and "concurrent-ruby" has continued to grow rapidly, and Ruby ne...
-
04:56 PM Feature #9924 (Closed): Revisitting GC.stat keys
- Now, GC.stat returns internal information abuot GC.
However, key names are from internal implementations fields,
... -
04:54 PM Feature #9923 (Closed): Revisitting GC.stat keys
- Now, GC.stat returns internal information abuot GC.
However, key names are from internal implementations fields,
... -
02:05 PM Revision ce4ecc6b (git): fold too long line
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46388 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:05 PM Bug #9321: rb_mod_const_missing does not generate a c-return event
- Is there an official way to request a backport? Thanks!
-
11:43 AM Bug #9607 (Closed): Change the full GC timing
- Applied in changeset r46387.
----------
* gc.c: change full GC timing to keep lower memory usage.
Extend heap only... -
11:37 AM Bug #9607: Change the full GC timing
- After introducing AGE2_PROMOTION patch, only a few old objects are added for each minor GC.
The impact of this issue... -
11:43 AM Revision 5b2a7458 (git): * gc.c: change full GC timing to keep lower memory usage.
- Extend heap only at
(1) after major GC
or
(2) after several (two times, at current) minor GC
Details in https... -
08:23 AM Bug #9922: Compiling Ruby 1.9.3p194 from source code with openssl crashe
- Usaku NAKAMURA wrote:
> Pooja Saxena wrote:
> > I tried compiling with p547 also. I get same error. And in ruby con... -
07:50 AM Bug #9922: Compiling Ruby 1.9.3p194 from source code with openssl crashe
- Pooja Saxena wrote:
> I tried compiling with p547 also. I get same error. And in ruby console I only see the msg bel... -
07:11 AM Bug #9922: Compiling Ruby 1.9.3p194 from source code with openssl crashe
- Usaku NAKAMURA wrote:
> 1. Your ruby is too old. Please check p547, and report if you still have the same problem.
... -
07:00 AM Bug #9922 (Feedback): Compiling Ruby 1.9.3p194 from source code with openssl crashe
- 1. Your ruby is too old. Please check p547, and report if you still have the same problem.
2. When ruby crashes, ru... -
06:30 AM Bug #9922 (Third Party's Issue): Compiling Ruby 1.9.3p194 from source code with openssl crashe
- Hi,
I am trying to compile ruby from source code. And i am using thin server. Problem is when i am trying to start... -
07:01 AM Revision 029fd365 (git): gc.c: fix typo
- * gc.c (gcdebug_sentinel): fix typo, "sentinel" not "sential".
[fix GH-634]
git-svn-id: svn+ssh://ci.ruby-lang.org... -
03:55 AM Bug #9904 (Assigned): remove rubyforge entries from rake.1
- Thanks for the report!
-
03:55 AM Bug #9901 (Assigned): Clarify documentation for Array#insert
- Thanks for the report!
-
03:46 AM Feature #8370: Constants MAX_MULTIPART_LENGTH in cgi/core.rb
- OK noted - just trying to be super polite. Please lt me know if there is anything else I need to complete or consider...
-
02:33 AM Feature #8370: Constants MAX_MULTIPART_LENGTH in cgi/core.rb
- I meant "adding new feature".
And you didn't have to resubmit, pushing new changeset should be enough. -
02:42 AM Bug #9921: gmtime_r, win32.h, and <string>
- Interesting indeed, I wonder how feasible it would be within my actual program...
Heesob Park wrote:
> I guess err... -
01:22 AM Bug #9921: gmtime_r, win32.h, and <string>
- I guess error messages about gmtime_r must be solved with `#include <ctime>`
~~~
#include <ctime>
#include <stri...
Also available in: Atom