Project

General

Profile

Activity

From 03/30/2014 to 04/05/2014

04/05/2014

11:53 PM Bug #9699 (Closed): Cannot require .so file on Windows if the file path is unicode (Includes patch)
Applied in changeset r45523.
----------
dln.c: non-ascii path on Windows
* dln.c (dln_load): use wchar version to load a library in
non-ascii path on Windows. based on the patch by Bugra Barin
<bugrabarin AT hotmail.com> in [ruby-...
nobu (Nobuyoshi Nakada)
11:52 PM Revision a237db5c (git): dln.c: non-ascii path on Windows
* dln.c (dln_load): use wchar version to load a library in
non-ascii path on Windows. based on the patch by Bugra Barin
<bugrabarin AT hotmail.com> in [ruby-core:61845]. [Bug #9699]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trun...
nobu (Nobuyoshi Nakada)
11:51 PM Revision acfd09ed (git): * 2014-04-06
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45522 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
11:51 PM Revision ac4e60bf (git): win32.c: wchar conversion
* win32/win32.c (rb_w32_wstr_to_mbstr, rb_w32_mbstr_to_wstr): make
WCHAR/mb conversion functions public.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45521 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
11:38 PM Feature #9632: [PATCH 0/2] speedup IO#close with linked-list from ccan
normalperson@yhbt.net wrote:
> Updated 0001 patch with deduplicated license files:
> http://bogomips.org/ruby.git/patch?id=b5401cdc6f72

Any comment? My main concern is it's a large import of new code;
but it is also highly reu...
normalperson (Eric Wong)
04:33 PM Bug #9706 (Closed): Date#<=> should use #< method(fixed at r45520)
Date#<=> で #< メソッドを使って比較するようにする修正です。
trunk では r45520 で修正済みで、バックポート管理用にチケット化します。
nagachika (Tomoyuki Chikanaga)
04:05 PM Bug #9695 (Rejected): Substring search exhibit quadratic behaviour.
The algorithm is Sunday's quick search, which is a variation of BM, whose cost is O(m*n) as nobu said.
The benchmark happens the worst case for BM variants.
naruse (Yui NARUSE)
02:53 PM Bug #9697: rb_sys_fail(getaddrinfo) - errno == 0 crashes ruby
I found the errno is needed for rb_sys_fail function but it is cleared with the rb_freeaddrinfo function call.
Here is a patch
~~~
diff --git a/socket.c b/socket.c
index 67bfcb3..6b145ac 100644
--- a/socket.c
+++ b/socket.c
@...
phasis68 (Heesob Park)
02:21 PM Bug #9660: test/unit, minitest & bundler
Hello,
I take the liberty to link to a branch with a beginning of patch that updates the bundled version of Minitest to 5 (https://github.com/robin850/ruby/compare/minitest-five) since this is more or less related to the problem here....
robin850 (Robin Dupret)
10:53 AM Revision cce3aa75 (git): * ext/date/date_core.c (d_lite_cmp): should compare with #<.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45520 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Tadayoshi Funaba

04/04/2014

08:58 PM Bug #9705 (Closed): Installing ruby 2.1.1 fails while compiling (after: rvm install 2.1.1)
Possible relevance with cpu recognition (CPU is amd athlon 1200 32bit)
[[https://gist.github.com/ahibal/f41ee307085f35709704#file-make-log]]
last lines of make.log:
~~~
.
.
.
compiling addr2line.c
compiling dmyext.c
linkin...
ahibal (Ahilleas Balaktsis)
08:41 PM Feature #9704 (Assigned): Refinements as files instead of modules
If refinements are to remain file-scoped, then it would be more convenient if `using` worked at the file level, akin to `require`, rather than behave like a module `include`. For instance, instead of:
~~~
# foo.rb
module Foo
refi...
trans (Thomas Sawyer)
08:16 PM Feature #9678: New heredoc syntax
I have just realized this would cause a difficulty with pasting code into `irb`. This would not be the first, however, -- the following cannot be pasted into `irb` either:
class C
def f
1
end
end
...
alexeymuranov (Alexey Muranov)
07:39 PM Bug #9657: Segfault in bigdecimal/util.rb Float#to_d
Same thing happening here a few times a day while calling to_d. Same line: bigdecimal/util.rb:18. Rails 3.2.17 and 2.1.1p76. tiegz (Tieg Zaharia)
04:02 PM Bug #9703 (Closed): Inconsistent profile output
The output of the profile lib seems to be partially dependent on how it is required. For example,
~~~
ruby -rprofile -e '0==1'
~~~
shows one call to Fixnum#== as expected
~~~
ruby -e 'require "profile"; 0==1'
~~~
does not sho...
silverhammermba (Max Anselm)
03:31 PM Bug #9702 (Closed): r45488以降、SolarisStudioで ext/readline がコンパイルエラー(readline 6.2使用)
Applied in changeset r45518.
----------
`readline/extconf.rb`: `rl_hook_func_t`
* `ext/readline/extconf.rb` (`rl_hook_func_t`): check pointer type.
[ruby-dev:48089] [Bug #9702]
nobu (Nobuyoshi Nakada)
02:44 PM Bug #9702: r45488以降、SolarisStudioで ext/readline がコンパイルエラー(readline 6.2使用)
`have_type()` 内では`sizeof` を使って型のサイズをとれるかを元に型の有無を判定しているようですが、
調べたところ、`sizeof` を関数(関数ポインタではなく)に使うのは未定義動作のようです。
http://stackoverflow.com/questions/12259101/why-is-the-size-of-a-function-in-c-always-1-byte
ngoto (Naohisa Goto)
02:21 PM Bug #9702 (Closed): r45488以降、SolarisStudioで ext/readline がコンパイルエラー(readline 6.2使用)
r45488以降、Solarisにて、`ext/readline` が下記のようにコンパイルエラーになります。コンパイラは SolarisStudio 12.3 です。
readline 6.2 との組み合わせになります。
~~~
(前略)
cd ext/readline && exec make -w V=1 all
make[2]: Entering directory `/XXXXXXXXXX/ext/readline'
cc -I. -I../....
ngoto (Naohisa Goto)
03:31 PM Revision 685af965 (git): * 2014-04-05
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45519 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:31 PM Revision d2a8e285 (git): readline/extconf.rb: rl_hook_func_t
* ext/readline/extconf.rb (rl_hook_func_t): check pointer type.
[ruby-dev:48089] [Bug #9702]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45518 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
03:14 PM Bug #8358: TestSprintf#test_float test failure
@Zachary
This has been waiting review by Nobu/usa in a long time, why is assigned to you? are you going to revert the SSE2 block?
luislavena (Luis Lavena)
03:08 PM Bug #8358 (Feedback): TestSprintf#test_float test failure
zzak (zzak _)
11:45 AM Bug #1685: Some windows unicode path issues remain
Martin Dürst wrote:
> If you know of anything that's not yet in Ruby 2.2, please tell us, best
> ...
I've been setting up tests and running them through Ruby 2.2 I find some are fixed but there is still several issues related to file...
thomthom (Thomas Thomassen)
10:38 AM Bug #1685: Some windows unicode path issues remain
On 2014/04/03 23:07, thomas@thomthom.net wrote:
> Issue #1685 has been updated by Thomas Thomassen.

> In Ruby 2.0 there appear to still be several issues with Ruby and Unicode characters in filenames. Dir.entries fail, load and requ...
duerst (Martin Dürst)
11:19 AM Bug #9694: Bad regexp hangs ruby
Nikolay Markov wrote:
> Urabe, do you know how Perl does that? Also, i'll be grateful for the link to regexp sources in ruby
Don't know anything about perl's. Ruby's regexp engine is called Onigmo: https://github.com/k-takata/Onigmo
shyouhei (Shyouhei Urabe)
08:37 AM Revision c3699626 (git): signal.c: check stack overflow by SP
* signal.c (check_stack_overflow): raise SystemStackError if SP
register and fault address is in the same page, on x86 linux.
[EXPERIMENTAL]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45517 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
08:34 AM Revision e1825942 (git): eval_intern.h: VAR_INITIALIZED
* eval_intern.h (VAR_INITIALIZED): macro to suppress
maybe-uninitialized warnings by gcc 4.7 and 4.8.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45516 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
04:52 AM Bug #9701 (Closed): RDoc description for `String#<<` and `String#concat`
As far as I can see, `String#<<` is an alias of `String#concat`, but in the RDoc, there is no mentioning of the connection between them. `String#<<` should be simply described as an alias of `String#concat`. sawa (Tsuyoshi Sawada)
02:37 AM Revision 9dd01130 (git): configure.in: get rid of clang fatal error
* configure.in (ac_cv_func___builtin_setjmp): get rid of a bug in
clang 3.3 and 3.4, which __builtin_setjmp() causes fatal error
in backend, linker error, or segmentation fault.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4551...
nobu (Nobuyoshi Nakada)

04/03/2014

11:16 PM Feature #9696: More Flexible Refinement Syntax
Thomas, although I don't deny the possibility of "more flexible refinement syntax", I prefer creating new issues for each design proposals, so that we can refer them by issue numbers. Please resubmit if you have new idea.
Matz.
matz (Yukihiro Matsumoto)
04:55 PM Feature #9696: More Flexible Refinement Syntax
I gave it a try here: https://gist.github.com/rosenfeld/9958332
If you keep your files simple it should be somewhat easy to generate the refinement versions from the original monkey patches...
rosenfeld (Rodrigo Rosenfeld Rosas)
03:20 PM Feature #9696: More Flexible Refinement Syntax
If there "could be better design" could this ticket be set to feedback? Maybe others have some ideas about it.
Am I wrong to think that the most applicable use-cases for refinements by-far are the ActiveSupport and Facets core extens...
trans (Thomas Sawyer)
09:58 AM Feature #9696: More Flexible Refinement Syntax
For a practical solution you might be interested on you might build a
preprocessor that would generate the duplicate files you need which could
be ignored by your VCS but included in your gem.
rosenfeld (Rodrigo Rosenfeld Rosas)
09:10 AM Feature #9696 (Rejected): More Flexible Refinement Syntax
In that case, string/foo.rb will work differently loaded by #using or #require.
I don't think it is a good design, although I admit there could be better design.
Matz.
matz (Yukihiro Matsumoto)
03:21 AM Feature #9696 (Rejected): More Flexible Refinement Syntax
I am the maintainer of Ruby Facets, the core extensions library. For the next release of Facets I have long planned to provide support for Refinements. Unfortunately, after working with the code to determine what would be necessary to su... trans (Thomas Sawyer)
10:13 PM Bug #9698 (Closed): r45509以降、Solarisにて configureが thread model is missing でエラー
Applied in changeset r45513.
----------
configure.in: restore flags
* configure.in (ac_cv_func___builtin_setjmp): should not skip
flags restoration in RUBY_WERROR_FLAG by `break`.
[ruby-dev:48086] [Bug #9698]
nobu (Nobuyoshi Nakada)
04:04 PM Bug #9698 (Closed): r45509以降、Solarisにて configureが thread model is missing でエラー
r45509以降、Solarisにて configureが thread model is missing でエラーになります。
$ autoconf --version
autoconf (GNU Autoconf) 2.68
$ autoconf
$ ./configure --prefix=/XXXXXXXXXX --build=sparc64-sun-solar...
ngoto (Naohisa Goto)
10:13 PM Revision d41af17d (git): * 2014-04-04
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45514 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
10:13 PM Revision 5c20b012 (git): configure.in: restore flags
* configure.in (ac_cv_func___builtin_setjmp): should not skip
flags restoration in RUBY_WERROR_FLAG by `break`.
[ruby-dev:48086] [Bug #9698]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45513 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
10:13 PM Revision 80b36a7b (git): configure.in: indent
* configure.in (ac_cv_func___builtin_setjmp): adjust indent.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45512 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
10:01 PM Bug #9700 (Rejected): [DOC] Fix for documentation of URI::Escape
I was trying to use URI.escape to encode "."
http://www.ruby-doc.org/stdlib-2.1.0/libdoc/uri/rdoc/URI/Escape.html
the REGEXP::UNSAFE was no longer exist.
ksaynice (Si Cheng)
08:50 PM Bug #9699 (Closed): Cannot require .so file on Windows if the file path is unicode (Includes patch)
It doesn't seem possible to load a C extension that is inside a non-ascii path.
To reproduce:
- Extract the attached zip file (with a decent unzip program such as 7-zip, that preserves unicode paths)
- cd to where you extracted
- lau...
BugraB (Bugra Barin)
03:59 PM Bug #9694: Bad regexp hangs ruby
Rafael, i'm sorry, the bad regexp is not displaying properly, something is obviously wrong with my formatting. Gergo reproduced it same as i have it.
Urabe, do you know how Perl does that? Also, i'll be grateful for the link to regex...
mxposed (Nikolay Markov)
02:42 AM Bug #9694: Bad regexp hangs ruby
Ruby's regexp engine is NP-complete. It's ultimately impossible to guarantee
regexp matches to run fast (if you don't think so please send us a proof). It
might be possible to warn your specific bad regexp, but in general it's also
...
shyouhei (Shyouhei Urabe)
02:27 PM Bug #9695: Substring search exhibit quadratic behaviour.
It's `O(m*n)`, not `O(m**2)`, where `m` and `n` are the lengths of the receiver and the searching strings respectively. nobu (Nobuyoshi Nakada)
02:17 AM Bug #9695: Substring search exhibit quadratic behaviour.
Interesting, and I'm pretty sure this also interests matz. shyouhei (Shyouhei Urabe)
02:07 PM Bug #1685: Some windows unicode path issues remain
B Kelly wrote:
> =begin
> ...
In Ruby 2.0 there appear to still be several issues with Ruby and Unicode characters in filenames. Dir.entries fail, load and require fail. __FILE__ has the wrong encoding. I see some things slated for Rub...
thomthom (Thomas Thomassen)
01:12 PM Bug #9697: rb_sys_fail(getaddrinfo) - errno == 0 crashes ruby
This is the line am geting the error
http = Net::HTTP.start(host, port)
Its not occuring for all hosts and ports, Some of the hosts and ports are getting error.
Actually am looping 100k hosts and ports to run this code. So am no...
pskumarsrec88@gmail.com (Saravana kumar)
01:01 PM Bug #9697: rb_sys_fail(getaddrinfo) - errno == 0 crashes ruby
The ruby 1.9.3-p545 is the patch applied version.
Thus, this issue is not the same bug with bug #8627.
I guess the getaddrinfo call returns EAI_SYSTEM and errno is not ENOENT in your case.
Could you attach strace log or a simple rep...
phasis68 (Heesob Park)
10:03 AM Bug #9697: rb_sys_fail(getaddrinfo) - errno == 0 crashes ruby
So Which version of **ruby patch** i should use for this issue?
My current patch is 1.9.3-p545
pskumarsrec88@gmail.com (Saravana kumar)
08:46 AM Bug #9697: rb_sys_fail(getaddrinfo) - errno == 0 crashes ruby
-- Ruby level backtrace information ----------------------------------------
/home/deploysearch/ruby/1.9.1/gems/celluloid-0.14.1/lib/celluloid/internal_pool.rb:59:in `block in create'
/home/deploysearch/ruby/1.9.1/gems/celluloid-0.14.1...
pskumarsrec88@gmail.com (Saravana kumar)
07:05 AM Bug #9697: rb_sys_fail(getaddrinfo) - errno == 0 crashes ruby
It seems that this issue is somewhat similar to the bug #8627( https://bugs.ruby-lang.org/issues/8627 ).
But the bug #8627 was fixed and backported to 1.9.3 already( https://bugs.ruby-lang.org/projects/ruby-193/repository/revisions/4493...
phasis68 (Heesob Park)
06:05 AM Bug #9697: rb_sys_fail(getaddrinfo) - errno == 0 crashes ruby
My Envoronment is ubuntu 13.10
Ruby - 1.9.3
Patch - 535
pskumarsrec88@gmail.com (Saravana kumar)
05:50 AM Bug #9697 (Closed): rb_sys_fail(getaddrinfo) - errno == 0 crashes ruby
/home/deploysearch/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/net/http.rb:763: [BUG] rb_sys_fail(getaddrinfo) - errno == 0
ruby 1.9.3p545 (2014-02-24 revision 45159) [x86_64-linux]
-- Control frame information -----------------------...
pskumarsrec88@gmail.com (Saravana kumar)
12:50 PM Bug #9657: Segfault in bigdecimal/util.rb Float#to_d
Same thing, but noticed *** glibc detected *** ruby: corrupted double-linked list: 0x00007f9c23f51fc0 *** in backtrace (See attached) eric.vautour (Eric Vautour)
09:17 AM Bug #9454: The define_method(:class) segfault
FYI, `TestException#test_machine_stackoverflow_by_define_method` fails on my environment, too: Linux 2.6.32-71.el6.x86_64 and glibc 2.12-1.7.el6.
~~~
$ ruby -v
ruby 2.2.0dev (2014-04-01 trunk 45498) [x86_64-linux]
~~~
The problem ...
ReiOdaira (Rei Odaira)
06:38 AM Bug #9683: Segmentation fault when using default proc feature in ruby Hash object
There are two stacks, VM stack and machine stack.
> ~~~ruby
> ...
causes VM stack overflow, but recursive default proc causes machine stack overflow.
The former is detected by the VM, so no dirty pages is used.
Your patch prevent...
nobu (Nobuyoshi Nakada)
04:52 AM Bug #9683: Segmentation fault when using default proc feature in ruby Hash object
Nobu, Is p466 an unreleased version? Is it ruby_2_0_0 branch? In any case, you are correct: can reproduce in 2.0.0-p451 and -353. 2.1.x seem to correctly SystemStackError.
There remains a bug in trunk (and 2.1.x), however: the first S...
srawlins (Sam Rawlins)
05:59 AM Revision 16f07789 (git): * 2014-04-03
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45511 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:59 AM Revision 22305ffe (git): * lib/csv.rb: fix minor typo by @baroquebobcat [fix GH-583][ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45510 b2dd03c8-39d4-4d8f-98ff-823fe69b080e hsbt (Hiroshi SHIBATA)

04/02/2014

10:34 PM Bug #9694: Bad regexp hangs ruby
For some reason the regex is not displayed correctly. I'm able to reproduce the reported issue (see the correct regex below):
~~~
$ cat test.rb
str = ('a' * ARGV[0].to_i) + '?'
re = /(\w*)*$/
re.match(str)
$ time ruby test.rb 14...
gergoerdosi (Gergo Erdosi)
10:21 PM Bug #9694: Bad regexp hangs ruby
I tried to reproduce with your script and could not:
```
$ ruby -v
ruby 2.1.1p76 (2014-02-24 revision 45161) [x86_64-darwin13.0]
$ cat foo.rb
str = ('a' * ARGV[0].to_i) + '?'
re = /(\w)$/
re.match(str)
$ time ruby foo.rb 14...
rafaelfranca (Rafael França)
09:36 AM Bug #9694 (Closed): Bad regexp hangs ruby
Here is an extracted problem i ran into recently:
~~~
$ cat test.rb
str = ('a' * ARGV[0].to_i) + '?'
re = /(\w*)*$/
re.match(str)
~~~
On few chars match returns quite fast, but here's what happens on 14 'a'-s and up:
~~~
$ t...
mxposed (Nikolay Markov)
09:19 PM Bug #9695 (Rejected): Substring search exhibit quadratic behaviour.
http://nelhagedebugsshit.tumblr.com/post/81301884746/surveying-various-languages-string-search-algorithms
~~~ruby
12.upto(21).map do |i|
needle='a'*(2**(i-1)) + 'b'
haystack = 'a' * (2**i)
a = Time.now; haystack.include?(nee...
yxhuvud (Linus Sellberg)
01:00 PM Revision 08d40c92 (git): configure.in: use the first candidate
* configure.in (ac_cv_func___builtin_setjmp): use the first cast
which works with __builtin_longjmp(). [Bug #9692]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45509 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
12:50 PM Revision a0237409 (git): configure.in: fix for clang 5.1 __builtin_longjmp
* configure.in (ac_cv_func___builtin_setjmp): __builtin_longjmp() in
clang 5.1 uses `void**`, not `jmp_buf`. [Bug #9692]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45508 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
12:04 PM Revision fb59efb9 (git): * properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45507 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
12:03 PM Revision 295480a0 (git): * remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45506 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
11:59 AM Revision 37067ed9 (git): * gc.c, gc.h (rb_objspace_each_objects_without_setup):
Add a new (hidden) C-API to iterate objspace snapshot.
This API is not safe to call any C-APIs in a given callback
function. Be careful to use this C-API.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45505 b2dd03c8-39d4-4d8f-...
ko1 (Koichi Sasada)
10:57 AM Revision b230d20e (git): eval_intern.h: __builtin_longjmp requires literal 1 on gcc 4.9
* eval_intern.h (rb_threadptr_tag_jump): gcc 4.9 disallows other than
literal 1 as the second argument of __builtin_longjmp().
[ruby-core:61800] [Bug #9692]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45504 b2dd03c8-39d4-4d8f-...
nobu (Nobuyoshi Nakada)
08:43 AM Bug #9692 (Closed): __builtin_longjmp is called with a value greater than 1 (GCC compilation error)
Applied in changeset r45503.
----------
configure.in: do not use a variable for longjmp
* configure.in (`ac_cv_func___builtin_setjmp`): gcc 4.9 disallows a
variable as the second argument of `__builtin_longjmp()`.
[ruby-core...
nobu (Nobuyoshi Nakada)
08:41 AM Bug #9692: __builtin_longjmp is called with a value greater than 1 (GCC compilation error)
I think `JUMP_TAG` in the trunk doesn't use a variable. nobu (Nobuyoshi Nakada)
08:43 AM Revision 4ad0071d (git): configure.in: do not use a variable for longjmp
* configure.in (ac_cv_func___builtin_setjmp): gcc 4.9 disallows a
variable as the second argument of __builtin_longjmp().
[ruby-core:61800] [Bug #9692]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45503 b2dd03c8-39d4-4d8f-98ff-...
nobu (Nobuyoshi Nakada)
08:27 AM Bug #9683: Segmentation fault when using default proc feature in ruby Hash object
I could reproduce it with 2.0.0p353 but 2.0.0p466 occurred `SystemStackError`. nobu (Nobuyoshi Nakada)
06:15 AM Misc #9511 (Closed): [Doc] Relic url in `make help` instructions
Applied in changeset r45502.
----------
* common.mk: Use redmine-2.x url for DeveloperHowto wiki.
[ruby-core:60657] [Bug #9511]
hsbt (Hiroshi SHIBATA)
06:15 AM Revision 1f208200 (git): * common.mk: Use redmine-2.x url for DeveloperHowto wiki.
[ruby-core:60657] [Bug #9511]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45502 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
hsbt (Hiroshi SHIBATA)
05:55 AM Revision b3b9b6e5 (git): * doc/syntax/assignment.rdoc: [DOC] Fix typo unclosed HTML tag by @andrewdotn
[fix GH-574][ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45501 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
hsbt (Hiroshi SHIBATA)
03:50 AM Feature #9602: Logic with `Enumerable#grep`
I've updated my patch some more with Enumerable#reject and Array#reject. (Array#reject was weird... I reabsorbed `ary_reject()` into `rb_ary_reject()` and left the only use of `rb_ary_push_1()` intact. I think some of this code was very ... srawlins (Sam Rawlins)
02:51 AM Revision bb81bbf3 (git): * 2014-04-02
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45500 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
02:51 AM Revision 60d4fc9f (git): Fix error with empty args.
* ext/pathname/lib/pathname.rb (Pathname#join): Fix error with
empty args. Reported by ko1 via IRC.
* test/pathname/test_pathname.rb (TestPathname#test_join): Add the
test for above case.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby...
znz (Kazuhiro NISHIYAMA)
12:49 AM Bug #9693 (Rejected): \x{} in regexp
https://github.com/rurema/doctree/issues/80 の話です。
`regparse.c` の `OnigSyntaxRuby` では `ONIG_SYN_OP_ESC_X_BRACE_HEX8` が有効になっていて、使えることを意図しているように見えるのですが、正規表現リテラルだと parser が通してくれなくて `syntax error, unexpected '{', expecting end-of-input` にな...
znz (Kazuhiro NISHIYAMA)

04/01/2014

07:23 PM Bug #9683: Segmentation fault when using default proc feature in ruby Hash object
Currently, trunk act's like Eran's example: `a[1]` first results in SystemStackError, then results in segmentation fault. I've tracked the segfault down to vm.c, in `vm_exec()`:
1327 vm_loop_start:
1328 result = vm_exe...
srawlins (Sam Rawlins)
06:26 PM Bug #9691: Wrong value on float
Use Fixnum (14995 * 100) or BigDecimal:
~~~
require 'bigdecimal'
d = BigDecimal.new('149.95')
d * 100
# => 0.14995E5
~~~
More info on floating point vs. decimal numbers:
http://www.youtube.com/watch?v=PZRI1IfStY0
avit (Andrew Vit)
11:29 AM Bug #9691 (Rejected): Wrong value on float
This is how it works. Learn floating point numbers.
"What Every Computer Scientist Should Know About Floating-Point Arithmetic"
http://docs.sun.com/source/806-3568/ncg_goldberg.html
shyouhei (Shyouhei Urabe)
09:52 AM Bug #9691 (Rejected): Wrong value on float
Getting strange value on multiplying a float
149.95 * 100
=> 14994.999999999998
Anonymous
02:57 PM Bug #9692: __builtin_longjmp is called with a value greater than 1 (GCC compilation error)
I found the problem in configuration:
without LTO:
~~~
configure:15773: checking for __builtin_setjmp
configure:15790: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -flto=9 -fno-lto -fno-use-linker-plugin -fno-stric...
marxin (Martin Liška)
09:55 AM Bug #9692 (Closed): __builtin_longjmp is called with a value greater than 1 (GCC compilation error)
Hello,
during testing of LTO on a gentoo machine:
Linux qemubox 3.12.13-gentoo #2 SMP Fri Mar 28 22:30:38 Local time zone must be set--see zic x86_64 Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz GenuineIntel GNU/Linux
Configure dete...
marxin (Martin Liška)
02:40 PM Revision 1170b057 (git): * lib/csv.rb: Symbol HeaderConverter: strip leading/trailing space.
Reported by Skye Shaw
[Fixes GH-575]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45498 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
James Edward Gray II
02:35 PM Revision 7c4d4e1e (git): * lib/csv.rb: Don't attempt to convert nil headers.
Reported by Skye Shaw
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45497 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
James Edward Gray II
02:12 PM Bug #9657: Segfault in bigdecimal/util.rb Float#to_d
As nobu said, I guess that backporting r45015 helps to solve the issue. wanabe (_ wanabe)
11:45 AM Bug #9321: rb_mod_const_missing does not generate a c-return event
As far as I'm concerned, this changes an (incorrect) behaviour and it should be backported. In byebug's case, having a balanced count of call and return events is critical and directly affects usability of the debugger. And when I though... deivid (David Rodríguez)
06:13 AM Bug #9321: rb_mod_const_missing does not generate a c-return event
This issues is available on 2.1 and 2.0.
This is possible that some applications implement workaround for this issue. This patch can breaks such applications. However, I'm not sure such applications exist (maybe don't exist).
ko1 (Koichi Sasada)
06:07 AM Bug #9321 (Closed): rb_mod_const_missing does not generate a c-return event
ささださん曰く、
> const_missing が呼ばれると、c_call は飛ばれるのに c_return が呼ばれない、ので、デバッガ作るときに困るので、
> ...
とのこと。
具体的に結果がどう変わるかは
https://bugs.ruby-lang.org/issues/9321#note-20
naruse (Yui NARUSE)
05:19 AM Bug #9321: rb_mod_const_missing does not generate a c-return event
Ah, I see.
I think it should be backported, but it changes a behavior.
@naruse-san, can we backport it?
ko1 (Koichi Sasada)
10:55 AM Revision 86034eaf (git): fix the example of failed URI
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45496 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
08:59 AM Bug #9662 (Closed): [Doc] Typo in README.EXT
Applied in changeset r45495.
----------
* README.EXT: fix typo.
[ruby-core:61634] [Bug #9662]
* README.EXT.ja: ditto.
hsbt (Hiroshi SHIBATA)
08:58 AM Revision 4192341e (git): * README.EXT: fix typo.
[ruby-core:61634] [Bug #9662]
* README.EXT.ja: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45495 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
hsbt (Hiroshi SHIBATA)
08:29 AM Bug #9690 (Closed): Better orror message for config.guess downloading
Applied in changeset r45494.
----------
config_files.rb: show failure
* tool/config_files.rb (ConfigFiles.download): show failed URI.
[ruby-core:61792] [Bug #9690]
nobu (Nobuyoshi Nakada)
06:27 AM Bug #9690 (Closed): Better orror message for config.guess downloading
I recently tried to compile Ruby on a new machine and got the error below:
Trying again today, it suddenly worked, but I think it would be great if there were a better error message. "getaddrinfo: Name or service not known (SocketErro...
duerst (Martin Dürst)
08:29 AM Revision 0b57f675 (git): config_files.rb: show failure
* tool/config_files.rb (ConfigFiles.download): show failed URI.
[ruby-core:61792] [Bug #9690]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45494 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
06:10 AM Bug #9685 (Closed): psych-2.0.5 のバックポート
hsbt (Hiroshi SHIBATA)
05:12 AM Bug #9689 (Closed): (BigDecimal + Float) no longer commutative due to #7176
So, there was a bug filed a while back (#7176) about Rational + BigDecimal failing, despite BigDecimal + Rational working.
https://bugs.ruby-lang.org/issues/7176
When this bug was fixed (in r37406), the new BigDecimal#+ also (I bel...
saurik (Jay Freeman)
03:38 AM Revision 99d1f5f8 (git): * addr2line.c (rb_dump_backtrace_with_lines): don't depend hard coded
symbol '_start'.
* addr2line.c (fill_lines): instead of above, get a dynamic symbol
in the main executable and use it to know the base address.
* addr2line.c (follow_debuglink0): use obj_info_t instead of
line_info_t to handle obje...
naruse (Yui NARUSE)
12:07 AM Revision f6686b51 (git): * parse.y (rb_str_dynamic_intern): set mark bit if dynamic symbol
is before sweeping.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45492 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
ktsj (Kazuki Tsujimoto)

03/31/2014

10:39 PM Revision f265ce70 (git): * addr2line.c (fill_lines): use dynsym, which is used for dynamic
linking and always exists, if there's no symtab.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45491 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
naruse (Yui NARUSE)
10:34 PM Revision e1952036 (git): * 2014-04-01
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45490 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
10:34 PM Revision 6ba2c24c (git): * vm_dump.c (rb_print_backtrace): current implementation
uses dladdr to get the path of objects.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45489 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
naruse (Yui NARUSE)
07:58 PM Bug #9660: test/unit, minitest & bundler
normalperson@yhbt.net wrote:
> e@zzak.io wrote:
> > I like the name ruby-unit, in this case we should also consider
> > changing the namespaces to match (ie: RubyUnit)
>
> Might as well use Minitest:: at that point, right?

...
normalperson (Eric Wong)
05:58 PM Bug #9660: test/unit, minitest & bundler
e@zzak.io wrote:
> I like the name ruby-unit, in this case we should also consider
> changing the namespaces to match (ie: RubyUnit)

Might as well use Minitest:: at that point, right?
normalperson (Eric Wong)
08:21 AM Bug #9660: test/unit, minitest & bundler
I like the name ruby-unit, in this case we should also consider changing the namespaces to match (ie: RubyUnit) zzak (zzak _)
07:49 AM Bug #9660: test/unit, minitest & bundler
I think bundled test-unit should be rename like rbunit or ruby-unit. many of users is confused by bundled test-unit and test-unit gem.
If we can't merge their, it should be renamed.
hsbt (Hiroshi SHIBATA)
02:58 PM Bug #9578: ‘Function’ undeclared in readline.c
Takahiro Kambe wrote:
> Who are you asking to commit? (BTW, I am not a commiter.)
Really!?
nobu (Nobuyoshi Nakada)
02:57 PM Bug #9578 (Closed): ‘Function’ undeclared in readline.c
Applied in changeset r45488.
----------
`readline/extconf.rb`: fix typo
* `ext/readline/extconf.rb`: fix typo, `$defs` not `$DEFS`.
[ruby-core:61756] [Bug #9578]
nobu (Nobuyoshi Nakada)
03:44 AM Bug #9578: ‘Function’ undeclared in readline.c
Nobuyoshi Nakada wrote:
> Takahiro Kambe wrote:
> ...
Who are you asking to commit? (BTW, I am not a committer.)
taca (Takahiro Kambe)
02:57 PM Revision 66481367 (git): readline/extconf.rb: fix typo
* ext/readline/extconf.rb: fix typo, `$defs` not `$DEFS`.
[ruby-core:61756] [Bug #9578]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45488 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
02:38 PM Revision 6b9b8531 (git): variable.c, vm_method.c: pin down
* variable.c (rb_alias_variable): ensure pinned down.
* vm_method.c (rb_method_entry_make): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45487 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
02:17 PM Bug #9657: Segfault in bigdecimal/util.rb Float#to_d
Same thing as Dieter - intermittent fault at util.rb:39, haven't been able manually reproduce yet but it's happening regularly in production ( every few days )
/usr/local/rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/bigdecimal/util.rb:39: [BU...
brendandoyle (Brendan Doyle)
02:10 PM Bug #9321: rb_mod_const_missing does not generate a c-return event
no no I was missing something.... :( I thought this bug fix was included in 2.1 but it's not. Last master works fine. I'm sorry for the confusion. And thanks a lot for having a look so quick!
Can I ask for this to be backported to 2.0...
deivid (David Rodríguez)
09:31 AM Bug #9321: rb_mod_const_missing does not generate a c-return event
I check with test/unit (modified as follow) and I got no error. Do I miss anything?
```ruby
require 'test/unit'
class TestTracePoint < Test::Unit::TestCase
def test_method_missing
events = []
assert !respond_to?(:miss...
ko1 (Koichi Sasada)
10:55 AM Bug #9681 (Feedback): miniruby Bus Error at 0x3d44c4
It might be due to GCC bug, because GCC 4.5.2 is too old. Could you please try latest GCC? ngoto (Naohisa Goto)
08:24 AM Revision bf905503 (git): * test/ruby/memory_status.rb: require envutil before accessing EnvUtil
module. reported by ko1 via twitter.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45486 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
U.Nakamura
06:39 AM Bug #9592: Fix segfault with old OpenSSL
backported into ruby_1_9_3 at r45485. (see #9672) usa (Usaku NAKAMURA)
06:38 AM Revision f150dbba (git): merge revision(s) 45271: [Backport #9672]
* ext/openssl/ossl.c (ossl_make_error): check NULL for unknown
error reasons with old OpenSSL, and insert a colon iff formatted
message is not empty.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@4...
U.Nakamura
02:48 AM Revision 97cef275 (git): fix typos
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45484 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
02:34 AM Revision d14458fb (git): signal.c: preserve encoding
* signal.c (esignal_init): preserve encoding in error messages.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45483 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
02:34 AM Revision 03f0ca4c (git): vm.c: avoid inadvertent pin-down
* vm.c (vm_stat): get rid of inadvertent dynamic symbol pin-down,
and preserve encoding in error messages. also should not use
RSTRING_PTR macro on function calls.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45482 b2dd03c8-39...
nobu (Nobuyoshi Nakada)
01:34 AM Revision 8125399c (git): st.c (st_init_table_with_size): update comment
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45481 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Eric Wong
01:14 AM Bug #8182: XMLRPC request fails with "Wrong size. Was 31564, should be 1501"
As I wrote, the check is useless. It should be removed. naruse (Yui NARUSE)

03/30/2014

10:38 PM Bug #9321 (Open): rb_mod_const_missing does not generate a c-return event
ko1 (Koichi Sasada)
04:32 PM Bug #9321: rb_mod_const_missing does not generate a c-return event
Hi @koichi, I'm still running into this issue... :( I really don't know what's going on, because the tests pass in ruby's test suite, but the `c_return` event is not generated when I use the TracePoint API.
require 'minitest/autor...
deivid (David Rodríguez)
10:26 PM Bug #9578: ‘Function’ undeclared in readline.c
Takahiro Kambe wrote:
> But it should be `$defs` instead of `$DEFS`?
Exactly. Please commit it.
nobu (Nobuyoshi Nakada)
01:22 PM Bug #9578 (Assigned): ‘Function’ undeclared in readline.c
nagachika (Tomoyuki Chikanaga)
12:30 AM Bug #9578: ‘Function’ undeclared in readline.c
r45240 added these lines to extconf.rb:
> ~~~ruby
> ...
But it should be $defs instead of $DEFS?
taca (Takahiro Kambe)
09:55 PM Revision a9237467 (git): gc.c: avoid inadvertent pin-down
* gc.c (gc_info_decode): get rid of inadvertent dynamic symbol
pin-down, and preserve encoding in error messages. also should
not use RSTRING_PTR macro on function calls.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45480 b2dd...
nobu (Nobuyoshi Nakada)
09:00 PM Revision 1cd98eb9 (git): * 2014-03-31
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45479 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
09:00 PM Revision c0dee604 (git): process.c: preserve encodings
* process.c (rlimit_resource_type, rlimit_resource_value):
preserve argument encoding in error messages.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45478 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
09:00 PM Revision 956745ee (git): test_process.rb: test if success?
* test/ruby/test_process.rb (test_rlimit_value): should not use
magic number 0, which may not be EXIT_SUCCESS. use `success?`
instead.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45477 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
04:01 PM Bug #8405: CSV module - improper regexp for escaping special characters
r45374 was backported to ruby_2_0_0 at r45476. nagachika (Tomoyuki Chikanaga)
04:01 PM Revision 5d53e5b7 (git): merge revision(s) r45374: [Backport #8405]
* lib/csv.rb: Fixed a broken regular expression that was causing
CSV to miss escaping some special meaning characters when used
in parsing.
Reported by David Unric
[ruby-core:54986] [Bug #8405]
g...
nagachika (Tomoyuki Chikanaga)
03:52 PM Revision fe736ccf (git): * test/ruby/envutil.rb (assert_no_memory_leak): increase default value
of `limit` keyword argument.
assert_no_memory_leak occasionally fails with limit=1.5.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@45475 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nagachika (Tomoyuki Chikanaga)
03:46 PM Bug #9651: __dir__ returns nil in instance_eval/module_eval
r42230 and r42231 were backported to ruby_2_0_0 at r45473. These changesets were required for resolv conflict.
And r45360 and r45361 were backported to ruby_2_0_0 at r45474.
nagachika (Tomoyuki Chikanaga)
03:43 PM Revision d0be5c2d (git): merge revision(s) r45360,r45361: [Backport #9651]
* vm_eval.c (eval_string_with_cref): Use file path even if scope is
given. Related to [ruby-core:56099] [Bug #8662] and r42103.
* vm_eval.c (eval_string_with_cref): Unify to use NIL_P.
git-svn-id: svn+ssh://ci.ruby-l...
nagachika (Tomoyuki Chikanaga)
03:06 PM Revision 3041f215 (git): merge revision(s) r42230,r42231: [Backport #9651]
parse.y, vm_eval.c: file encoding in eval
* parse.y (yycompile): store file name as String to keep the encoding.
* parse.y (rb_parser_compile_string_path, rb_parser_compile_file_path):
new functions to pass file name ...
nagachika (Tomoyuki Chikanaga)
02:53 PM Bug #9592: Fix segfault with old OpenSSL
r45271 was backported to `ruby_2_0_0` at r45472.
コミット連動で閉じてしまいましたが、trunk では修正済みなので Closed にした上で Backport 欄を使うということでそのままにしておきます。
nagachika (Tomoyuki Chikanaga)
02:50 PM Bug #9592 (Closed): Fix segfault with old OpenSSL
Applied in changeset ruby-200:r45472.
----------
merge revision(s) r45271: [Backport #9592] [Backport #9670]
* ext/openssl/ossl.c (ossl_make_error): check NULL for unknown
error reasons with old OpenSSL, and insert a colon iff form...
nagachika (Tomoyuki Chikanaga)
02:50 PM Revision 0cc54369 (git): merge revision(s) r45271: [Backport #9592] [Backport #9670]
* ext/openssl/ossl.c (ossl_make_error): check NULL for unknown
error reasons with old OpenSSL, and insert a colon iff formatted
message is not empty.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@4...
nagachika (Tomoyuki Chikanaga)
02:43 PM Bug #9688 (Closed): Ruby's child process inherits parent's sockets (mswin)
Applied in changeset r45471.
----------
* win32/win32.c (rb_w32_accept, open_ifs_socket, socketpair_internal):
reset inherit flag of socket to avoid unintentional inheritance of
socket. note that the return value of SetHandleInform...
usa (Usaku NAKAMURA)
02:38 PM Bug #9688: Ruby's child process inherits parent's sockets (mswin)
Thank you for testing my patch! usa (Usaku NAKAMURA)
02:42 PM Revision 38c3ba2f (git): * win32/win32.c (rb_w32_accept, open_ifs_socket, socketpair_internal):
reset inherit flag of socket to avoid unintentional inheritance of
socket. note that the return value of SetHandleInformation() is not
verified intentionally because old Windows may return an error.
[Bug #9688] [ruby-core:61754]
...
U.Nakamura
01:16 PM Bug #9687 (Closed): Make a cap for malloc_limit adjustment
nagachika (Tomoyuki Chikanaga)
08:10 AM Revision 97a3464b (git): * 2014-03-30
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45470 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
08:10 AM Revision e4879afe (git): * parse.y (rb_str_dynamic_intern): [DOC] move rdoc from rb_str_intern.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45469 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ktsj (Kazuki Tsujimoto)
03:38 AM Bug #9608: [PATCH] avoid large alloca on Complex/Rational calls
tadf: ping? normalperson (Eric Wong)
03:28 AM Feature #9632: [PATCH 0/2] speedup IO#close with linked-list from ccan
Eric Wong <normalperson@yhbt.net> wrote:
> normalperson@yhbt.net wrote:
> > 0001-doubly-linked-list-from-ccan-to-manage-vm-living_thr.patch (68.1 KB)
>
> I'll de-duplicate the CC0 declaration files if allowed to commit this.
> The...
normalperson (Eric Wong)
 

Also available in: Atom