Project

General

Profile

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... deivid (David Rodríguez)
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... alexeymuranov (Alexey Muranov)
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...
danmayer (Dan Mayer)
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...
nobu (Nobuyoshi Nakada)
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...
nobu (Nobuyoshi Nakada)
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.....
phasis68 (Heesob Park)
06:19 AM Bug #9945 (Closed): Segmentation fault when defining recursive method
nobu (Nobuyoshi Nakada)
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]
$ ...
kernigh (George Koehler)
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...
nobu (Nobuyoshi Nakada)
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....
nobu (Nobuyoshi Nakada)

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...
nobu (Nobuyoshi Nakada)
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/...
nobu (Nobuyoshi Nakada)
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 svn[bot]
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...
nobu (Nobuyoshi Nakada)
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...
headius (Charles Nutter)
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...
thedarkone (Vit Z)
03:25 PM Feature #8259: Atomic attributes accessors
Responding to recent comments...
* Atomic operations for Array, Hash
I lean toward introducing purpose-built co...
headius (Charles Nutter)
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...
pitr.ch (Petr Chalupa)
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... alexeymuranov (Alexey Muranov)
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...
Soilent (Konstantin x)
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 akr (Akira Tanaka)
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...
bdimych (Dmitry Bolshakov)
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... zzak (zzak _)
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.
...
zzak (zzak _)
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). zzak (zzak _)
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 akr (Akira Tanaka)
03:04 AM Bug #9934 (Closed): High memory usage from file_expand_path_*
Don't move projects, update Backport instead. nobu (Nobuyoshi Nakada)
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...
nobu (Nobuyoshi Nakada)
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...
nobu (Nobuyoshi Nakada)
01:54 AM Bug #9932 (Closed): Permutation - Segment fault
Applied in changeset r46426.
----------
array.c: non-recursive permute0
* array.c (permute0): remove recursion, by ...
nobu (Nobuyoshi Nakada)
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-...
nobu (Nobuyoshi Nakada)
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...
nobu (Nobuyoshi Nakada)
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...
nobu (Nobuyoshi Nakada)
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... zzak (zzak _)
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.
drbrain (Eric Hodel)
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...
zzak (zzak _)
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...
zzak (zzak _)
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... zzak (zzak _)
12:03 AM Misc #9265 (Closed): Meeting Guide
Naruse has added initial [DevelopersMeetingRealtimeGuidelines](https://bugs.ruby-lang.org/projects/ruby/wiki/Develope... zzak (zzak _)
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...
cupakromer (Aaron Kromer)

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 zzak (zzak _)
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?
hsbt (Hiroshi SHIBATA)
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...
zzak (zzak _)
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 svn[bot]
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...
zzak (zzak _)
06:45 PM Bug #9934 (Open): High memory usage from file_expand_path_*
tmm1 (Aman Karmani)
11:31 AM Bug #9934: High memory usage from file_expand_path_*
Thanks for the fix! dbussink (Dirkjan Bussink)
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...
nagachika (Tomoyuki Chikanaga)
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... alexeymuranov (Alexey Muranov)
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...
ko1 (Koichi Sasada)
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...
ko1 (Koichi Sasada)
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...
ko1 (Koichi Sasada)
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...
ko1 (Koichi Sasada)
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...
nobu (Nobuyoshi Nakada)
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...
nobu (Nobuyoshi Nakada)
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...
nobu (Nobuyoshi Nakada)
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...
nobu (Nobuyoshi Nakada)
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...
nobu (Nobuyoshi Nakada)
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... phasis68 (Heesob Park)
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...
luislavena (Luis Lavena)
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...
luislavena (Luis Lavena)
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 svn[bot]
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 tmm1 (Aman Karmani)

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...
dunric (David Unric)
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...
ko1 (Koichi Sasada)
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
...
dunric (David Unric)
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...
dunric (David Unric)
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...
deivid (David Rodríguez)
02:51 PM Bug #9934: High memory usage from file_expand_path_*
I think r46413 has fixed it. nobu (Nobuyoshi Nakada)
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... dbussink (Dirkjan Bussink)
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...
nobu (Nobuyoshi Nakada)
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...
normalperson (Eric Wong)
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 ...
tmm1 (Aman Karmani)
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.... tmm1 (Aman Karmani)
12:24 PM Bug #9760 (Open): mkmf does not allow for linking against custom libraries when a system library is present
knu (Akinori MUSHA)
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. knu (Akinori MUSHA)
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? nagachika (Tomoyuki Chikanaga)
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...
nobu (Nobuyoshi Nakada)
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. usa (Usaku NAKAMURA)
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...
cbley (Claudio Bley)
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.
psaxena (Pooja Saxena)
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
~~~
phasis68 (Heesob Park)
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...
psaxena (Pooja Saxena)
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...
phasis68 (Heesob Park)
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 ... psaxena (Pooja Saxena)
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...
phasis68 (Heesob Park)
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... psaxena (Pooja Saxena)
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...
phasis68 (Heesob Park)
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? psaxena (Pooja Saxena)
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.
hsbt (Hiroshi SHIBATA)
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 ... theElefant (Rohit Krishnan)
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-...
hsbt (Hiroshi SHIBATA)
09:05 AM Feature #9923 (Closed): Revisitting GC.stat keys
duplicate to #9924 hsbt (Hiroshi SHIBATA)
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...
nobu (Nobuyoshi Nakada)
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]
...
nobu (Nobuyoshi Nakada)
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 svn[bot]
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...
nobu (Nobuyoshi Nakada)
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.
>
>...
kosaki (Motohiro KOSAKI)
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...
ReiOdaira (Rei Odaira)
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. nobu (Nobuyoshi Nakada)

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... gasharma (Gaurav Sharma)
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...
kosaki (Motohiro KOSAKI)
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...
nobu (Nobuyoshi Nakada)
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... ReiOdaira (Rei Odaira)
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...
nobu (Nobuyoshi Nakada)
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
...
calamitas (Peter Vanbroekhoven)
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. nobu (Nobuyoshi Nakada)
11:12 AM Bug #9932 (Closed): Permutation - Segment fault
Execute the following program with the inputs
~~~ruby
###########################################################...
tak2siva (siva kumar)
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...
nagachika (Tomoyuki Chikanaga)
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.)
usa (Usaku NAKAMURA)
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...
phasis68 (Heesob Park)
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... psaxena (Pooja Saxena)
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...
phasis68 (Heesob Park)
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... psaxena (Pooja Saxena)
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...
phasis68 (Heesob Park)
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. psaxena (Pooja Saxena)
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... marcandre (Marc-Andre Lafortune)
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_...
nobu (Nobuyoshi Nakada)
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...
nobu (Nobuyoshi Nakada)
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...
nobu (Nobuyoshi Nakada)
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...
thedarkone (Vit Z)
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...
jesserayadkins (Jesse Adkins)
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...
nobu (Nobuyoshi Nakada)
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:
...
rogerdpack (Roger Pack)
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...
shugo (Shugo Maeda)
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...
shugo (Shugo Maeda)
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:
...
dontfidget (Andrew Brown)

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 ...
normalperson (Eric Wong)
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...
thedarkone (Vit Z)
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...
normalperson (Eric Wong)
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...
thedarkone (Vit Z)
08:18 PM Bug #9927: webrick does not unset content-length when responding to HEAD requests
My error, sorry for the distraction. adrienthebo (Adrien Thebo)
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...
phluid61 (Matthew Kerwin)
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)...
drbrain (Eric Hodel)
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... adrienthebo (Adrien Thebo)
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... adrienthebo (Adrien Thebo)
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 ...
ReiOdaira (Rei Odaira)
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...
normalperson (Eric Wong)
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 ...
ko1 (Koichi Sasada)
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...
normalperson (Eric Wong)
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 ...
ko1 (Koichi Sasada)
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... schneems (Richard Schneeman)
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 ...
matz (Yukihiro Matsumoto)
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/...
nagachika (Tomoyuki Chikanaga)
05:36 PM Bug #9658: configure --with-opt-dir=dir と clang の組合せでビルドに失敗する
Backported into `ruby_2_1` branch at r46402. nagachika (Tomoyuki Chikanaga)
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...
nagachika (Tomoyuki Chikanaga)
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-...
nagachika (Tomoyuki Chikanaga)
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...
ko1 (Koichi Sasada)
05:59 AM Bug #9859: An object with 6 instance variables causes SEGV
補正が入らなくなるというのがどのくらい問題があるのかわかっていませんが、
SEGV するよりはずいぶんとマシなんじゃないですかねぇ。
akr (Akira Tanaka)
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 svn[bot]
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...
ko1 (Koichi Sasada)
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...
nagachika (Tomoyuki Chikanaga)
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...
nobu (Nobuyoshi Nakada)
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...
nobu (Nobuyoshi Nakada)
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 ...
Anonymous
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 ...
phasis68 (Heesob Park)
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... psaxena (Pooja Saxena)
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.
phasis68 (Heesob Park)
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 psaxena (Pooja Saxena)
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...
phasis68 (Heesob Park)
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... psaxena (Pooja Saxena)
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...
phasis68 (Heesob Park)
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...
luislavena (Luis Lavena)
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... psaxena (Pooja Saxena)
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...
phasis68 (Heesob Park)
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 psaxena (Pooja Saxena)
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...
luislavena (Luis Lavena)
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... psaxena (Pooja Saxena)
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...
usa (Usaku NAKAMURA)
04:43 AM Bug #9922: Compiling Ruby 1.9.3p194 from source code with openssl crashe
Any update on this??
psaxena (Pooja Saxena)
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 znz (Kazuhiro NISHIYAMA)
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...
ko1 (Koichi Sasada)
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...
nobu (Nobuyoshi Nakada)
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...
nobu (Nobuyoshi Nakada)
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...
xibbar (Takeyuki FUJIOKA)
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-...
Takeyuki FUJIOKA
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...
ko1 (Koichi Sasada)
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... [email protected] (Aaron Stone)
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. nobu (Nobuyoshi Nakada)
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 [email protected] (Aaron Stone)
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... [email protected] (Aaron Stone)
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 ...
nobu (Nobuyoshi Nakada)
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 ...
nobu (Nobuyoshi Nakada)
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 svn[bot]
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...
nobu (Nobuyoshi Nakada)

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
>...
normalperson (Eric Wong)
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...
thedarkone (Vit Z)
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...
normalperson (Eric Wong)
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 ...
normalperson (Eric Wong)
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... headius (Charles Nutter)
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...
headius (Charles Nutter)
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... headius (Charles Nutter)
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,
...
ko1 (Koichi Sasada)
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,
...
ko1 (Koichi Sasada)
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 nobu (Nobuyoshi Nakada)
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! deivid (David Rodríguez)
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...
ko1 (Koichi Sasada)
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...
ko1 (Koichi Sasada)
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...
ko1 (Koichi Sasada)
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...
psaxena (Pooja Saxena)
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...
usa (Usaku NAKAMURA)
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.
...
psaxena (Pooja Saxena)
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...
usa (Usaku NAKAMURA)
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...
psaxena (Pooja Saxena)
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...
nobu (Nobuyoshi Nakada)
03:55 AM Bug #9904 (Assigned): remove rubyforge entries from rake.1
Thanks for the report! zzak (zzak _)
03:55 AM Bug #9901 (Assigned): Clarify documentation for Array#insert
Thanks for the report! zzak (zzak _)
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... leriksen (Leif Eriksen)
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.
nobu (Nobuyoshi Nakada)
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...
ntzrmtthihu777 (Marty Plummer)
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...
phasis68 (Heesob Park)
 

Also available in: Atom