Activity
From 04/13/2017 to 04/19/2017
04/19/2017
-
11:13 PM Misc #13486: Using rb_thread_call_without_gvl{2}
- I'm not sure what is the problem on your situation, but you can't call `rb_thread_wait_for` when you don't holding GV...
-
08:08 PM Misc #13486 (Closed): Using rb_thread_call_without_gvl{2}
- I'm currently working on adding asynchronous compilation to [Ruby+OMR][1], and I'm trying to use the existing Ruby th...
-
07:49 PM Bug #13481: MinGW, test-all SEGV in TestLambdaParameters#test_call_simple
- Building `ruby 2.5.0dev (2017-04-20 trunk 58406) [x64-mingw32]`, the issue with `TestLambdaParameters#test_call_simpl...
-
05:40 PM Bug #10838: ri's man page and options are wrong
- The help screen was fixed hier: https://github.com/rdoc/rdoc/pull/448
The man page is WIP and will be fixed soon. -
04:17 PM Bug #13485 (Closed): MinGW TestEnumerable#test_callcc SEGV info
- Re the patch needed in MinGW builds for [TestEnumerable#test_callcc](https://github.com/ruby/ruby/blob/d6873af4bdc999...
- 03:14 PM Revision edd063ab (git): * 2017-04-20
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58406 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:14 PM Revision f0e5e056 (git): fix infinite recursion
- * vm_insnhelper.c (vm_once_dispatch): no guarantee that tail call
is always optimized away.
git-svn-id: svn+ssh://... -
02:49 PM Bug #13484 (Closed): Please backport r54575 ("tkutil.c: ary can be nil") to 2.3
- r54575 fixes a bug in ext/tk of Ruby 2.3, which was introduced by r53077.
Reference:
https://github.com/ruby/tk/p... -
02:07 PM Feature #13302 (Open): Provide a (force) --enable-openssl switch for ruby ./configure (or similar)
- shyouhei (Shyouhei Urabe) wrote:
> We looked at this issue in yesterday's developer meeting.
>
> Kazuki's improve... -
02:05 PM Feature #13302 (Closed): Provide a (force) --enable-openssl switch for ruby ./configure (or similar)
- Applied in changeset trunk|r58404.
----------
extmk.rb: improve message printed when configuring extensions fails
P... -
12:48 PM Feature #13302: Provide a (force) --enable-openssl switch for ruby ./configure (or similar)
- rhenium (Kazuki Yamaguchi) wrote:
> This is not informative about what exactly caused the failure. Actually, everyth... -
02:05 PM Revision 826f16d4 (git): extmk.rb: improve message printed when configuring extensions fails
- Point to the mkmf.log if configuring an extension fails so that people
can find and fix the culprit easily. [ruby-co... -
12:05 PM Feature #12573: Introduce a straightforward way to discover whether a process is running
- Ah, I see what you are saying.
`/var` isn't always available to an application, especially in a shared server situ... -
03:54 AM Feature #12573: Introduce a straightforward way to discover whether a process is running
- will_in_wi (William Johnston) wrote:
> Yup, sometimes you have access to an NFS volume, but not enough system access... -
12:42 AM Feature #12573: Introduce a straightforward way to discover whether a process is running
- Yup, sometimes you have access to an NFS volume, but not enough system access to mount things.
-
12:39 AM Feature #12573: Introduce a straightforward way to discover whether a process is running
- will_in_wi (William Johnston) wrote:
> Thanks for looking at this!
>
> Locking is less reliable than kill(0) in s... -
11:50 AM Revision cd8f9904 (git): Rervert r58304. Because Rubygems have specialized finder for default gems.
- We need to list library entries for default gems.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58403 b2dd03c8-3... -
09:35 AM Feature #13482: Improve performance of "set instance variable"
- It has already ensured inlining in where vm_getivar()
(https://github.com/ruby/ruby/blob/524fb0138b773f2ed01441abbcf... -
04:31 AM Feature #13482 (Open): Improve performance of "set instance variable"
- "set instance variable" will be faster around 14%.
## macOS 10.12 + clang-802.0.41
### Before
~~~
user ... -
07:38 AM Feature #13483 (Rejected): TracePoint#enable with block for thread-local trace
- # Summary
`TracePoint#enable` with block should enable thread-local trace.
# Current behavior
`TracePoint#en... -
07:27 AM Revision 524fb013 (git): refactor extract binop dispatcher
- Those opt_something instructions are worth refactoring. They tend to
have similar ways of executions. By extracting ... -
06:26 AM Feature #12921: Retrieve user and password for proxy from env
- kosaki (Motohiro KOSAKI) wrote:
> Linux kernel expert is here.
Hi. What do your think about this:
shyouhei (Sh... -
12:47 AM Feature #12921: Retrieve user and password for proxy from env
- Hi
Linux kernel expert is here.
wolfer (Sergey Fedosov) wrote:
> akr (Akira Tanaka) wrote:
> > environment vari... -
02:20 AM Bug #13319 (Closed): GC issues seen with GCC7
-
02:06 AM Feature #11302: Dir.entries and Dir.foreach without [".", ".."]
- red (Arnaud Rouyer) wrote:
> Basing myself on the GNU ls util, I propose supporting an `:ignore` key in the optional... -
01:22 AM Feature #13362: [PATCH] socket: avoid fcntl for read/write_nonblock on Linux
- [email protected] wrote:
> I think we can try it to see the incompatibility is really minor or not.
> So, it should be ... -
01:08 AM Feature #13362 (Closed): [PATCH] socket: avoid fcntl for read/write_nonblock on Linux
- Applied in changeset trunk|r58400.
----------
socket: avoid fcntl for read/write_nonblock on Linux
On platforms whe... - 01:08 AM Revision 0848b68a (git): * 2017-04-19
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58401 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 01:08 AM Revision c32fc82d (git): socket: avoid fcntl for read/write_nonblock on Linux
- On platforms where MSG_DONTWAIT works reliably on all sockets
(so far, I know of Linux), we can avoid fcntl syscalls ... -
12:21 AM Bug #13338 (Closed): MinGW SEGV in test/ruby/test_keyword.rb svn 58034, ok in svn 58021.
04/18/2017
-
11:55 PM Bug #13481 (Closed): MinGW, test-all SEGV in TestLambdaParameters#test_call_simple
- A MinGW build of `ruby 2.5.0dev (2017-04-18 trunk 58397) [x64-mingw32]` had a silent SEGV when running [`TestLambdaP...
-
11:50 PM Bug #13438: Fix heap overflow due to configure.in not being updated for HEAP_* -> HEAP_PAGE_* variable renaming
- ko1 (Koichi Sasada) wrote:
> On 2017/04/19 1:23, [email protected] wrote:
> > I think it should be bac... -
11:21 PM Bug #13438: Fix heap overflow due to configure.in not being updated for HEAP_* -> HEAP_PAGE_* variable renaming
- On 2017/04/19 1:23, [email protected] wrote:
> I think it should be backported to 2.4, to ensure that r... -
04:23 PM Bug #13438: Fix heap overflow due to configure.in not being updated for HEAP_* -> HEAP_PAGE_* variable renaming
- jeremyevans0 (Jeremy Evans) wrote:
> After some more analysis and research, I don't think this patch to gc.c is nece... -
02:09 AM Bug #13438: Fix heap overflow due to configure.in not being updated for HEAP_* -> HEAP_PAGE_* variable renaming
- ko1 (Koichi Sasada) wrote:
> > I think this is a problem on OpenBSD when calling posix_memalign with allocations ove... -
12:42 AM Bug #13438: Fix heap overflow due to configure.in not being updated for HEAP_* -> HEAP_PAGE_* variable renaming
- > I think this is a problem on OpenBSD when calling posix_memalign with allocations over 4KB that are slightly less t...
-
12:33 AM Bug #13438: Fix heap overflow due to configure.in not being updated for HEAP_* -> HEAP_PAGE_* variable renaming
- jeremyevans0 (Jeremy Evans) wrote:
> I tried increasing the size passed to `aligned_malloc` to see if I could determ... -
11:09 PM Feature #13362: [PATCH] socket: avoid fcntl for read/write_nonblock on Linux
- I think we can try it to see the incompatibility is really minor or not.
So, it should be described in NEWS. -
07:42 PM Feature #13362: [PATCH] socket: avoid fcntl for read/write_nonblock on Linux
- [email protected] wrote:
> Issue #13362 has been updated by akr (Akira Tanaka).
>
> Status changed from Open to Feedb... -
10:47 PM Bug #13367 (Closed): Fix issue for MinGW / MSYS2 builds and testing
-
10:33 PM Bug #13338: MinGW SEGV in test/ruby/test_keyword.rb svn 58034, ok in svn 58021.
- As of recent builds (2017-04-18 trunk 58397), this SEGV no longer occurs.
PLease close. -
09:14 PM Bug #13141: Spurious Net::FTPReplyError
- shugo (Shugo Maeda) wrote:
> Please retry on FTPReplyError as a workaround.
I have implemented this workaround an... -
08:41 PM Bug #13390: MinGW build test-all SEGV, issue in test framework or error recovery?
- This patch is no longer needed as of builds around `ruby 2.5.0dev (2017-04-17 trunk 58383) [x64-mingw32]`. It may re...
-
08:32 PM Feature #13434: better method definition in C API
- Also, this is a bit far off; but a potential future optimization
is even being able to use readonly markers in C me... -
08:13 PM Feature #13434: better method definition in C API
- [email protected] wrote:
> Issue #13434 has been updated by naruse (Yui NARUSE).
>
>
> I agree with the concept... -
09:14 AM Feature #13434: better method definition in C API
- I agree with the concept.
From r55102, rb_scan_args is statically resolved by C compilers on some environment, rb_... -
07:16 PM Bug #13447: Improve performance of rb_eql()
- Would you commit it by yourself?
-
07:50 AM Bug #13447 (Closed): Improve performance of rb_eql()
- This is similar with https://github.com/ruby/ruby/pull/1552
At least, Array#eql? will be faster around 30% with foll... -
06:32 PM Feature #13303: String#any? as !String#empty?
- After some more thought (and the desire for a method name that could be used with other objects), I think
`#each?`... -
04:23 PM Feature #13303: String#any? as !String#empty?
- shyouhei (Shyouhei Urabe) wrote:
> Any other ideas?
Assuming we want to stay away from prefixed or concatenated... -
06:04 AM Feature #13303: String#any? as !String#empty?
- possible name of this method:
- #present? is NG because that conflicts with ActiveSupport (AS's #present? have di... -
03:10 PM Bug #13412: Infinite recursion with define_method may cause silent SEGV or cfp consistency error
- wanabe (_ wanabe) wrote:
> nobu (Nobuyoshi Nakada) wrote:
> > `ALLOCA` would be useful.
>
> Is it platform depen... -
01:14 PM Bug #13444 (Closed): compatibility breaking change: backticks is not evalueted as shell script call while in "unless" operator context
- Applied in changeset trunk|r58398.
----------
compile.c: wrong optimization
* compile.c (compile_branch_condition):... -
11:44 AM Bug #13444: compatibility breaking change: backticks is not evalueted as shell script call while in "unless" operator context
- Or putting a warning, because optimization actually changes behavior.
-
03:04 AM Bug #13444: compatibility breaking change: backticks is not evalueted as shell script call while in "unless" operator context
- Might be worth documenting.
-
12:46 AM Bug #13444: compatibility breaking change: backticks is not evalueted as shell script call while in "unless" operator context
- yes, You are right, it was my mistake to use it in this way, as this example is actually pointless and always True. a...
-
12:36 AM Bug #13444: compatibility breaking change: backticks is not evalueted as shell script call while in "unless" operator context
- `ruby` does not evaluate specific kinds of expressions at `if`/`unless` cond after r54775.
NODE_XSTR is one of them. -
01:14 PM Revision 0013fdaa (git): fixup! vm_insnhelper.c: adjust indent [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58399 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:14 PM Revision 5cc56f0d (git): compile.c: wrong optimization
- * compile.c (compile_branch_condition): expression which has side
effects should not be eliminated.
[ruby-core:80... -
01:14 PM Revision d939fdc1 (git): vm_insnhelper.c: adjust indent [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58397 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:05 PM Revision 93b1b04a (git): typo fix (sorry!) [ci skip]
- Surprisingly this was not a syntax error on my machine.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58396 b2d... -
01:02 PM Revision 89b13fd3 (git): test_optimization.rb: heredoc code style
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58395 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:46 PM Bug #13480 (Closed): Build error since r58390 on macOS
-
12:39 PM Bug #13480: Build error since r58390 on macOS
- Seems that this was fixed at r58394.
Thank you for quickly fixing and please close this ticket. -
12:30 PM Bug #13480 (Closed): Build error since r58390 on macOS
- ~~~
$ make
CC = clang
LD = ld
LDSHARED = clang -dynamic -bundle
CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -We... -
12:35 PM Bug #13431: sample/drb/http0*.rb is not working.
- 以下のようにサーバーを起動して別端末で `ruby -e '$LOAD_PATH.push "sample"' -e 'require "drb/http0"' -e 'remote = DRbObject.new_with_uri ...
-
12:30 PM Revision 37d2f972 (git): fix compile error.
- * insns.def (trace): use cast `flag` to pass compilation with clang on MacOSX.
git-svn-id: svn+ssh://ci.ruby-lang.o... -
11:55 AM Revision 97a114de (git): Fix heading of README.
- [Fix GH-1586] Patch by @jbampton
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58393 b2dd03c8-39d4-4d8f-98ff-823... -
11:53 AM Feature #12573: Introduce a straightforward way to discover whether a process is running
- Thanks for looking at this!
Locking is less reliable than kill(0) in situations such as NFS filesystems. Not all f... -
05:24 AM Feature #12573: Introduce a straightforward way to discover whether a process is running
- We looked at this issue in yesterday's developer meeting.
Agreed that a locked pidfile is the best to achieve your... -
11:06 AM Revision 4a8c235f (git): tabify (sorry!) [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58392 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 10:58 AM Revision ee4ce52d (git): * remove trailing spaces.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58391 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:58 AM Revision 4d21d1f0 (git): split insns.def into functions
- Contemporary C compilers are good at function inlining. They fold
multiple functions into one. However they are not... -
09:04 AM Feature #12921: Retrieve user and password for proxy from env
- akr (Akira Tanaka) wrote:
> environment variables are not visible from other users?
As far as I know, in almost e... -
03:09 AM Feature #12921: Retrieve user and password for proxy from env
- akr (Akira Tanaka) wrote:
> How about make white-list of OSs which environment variables are not visible from other ... -
08:58 AM Feature #13382: [PATCH] Options for FTP PORT command
- shugo (Shugo Maeda) wrote:
> The name data_listening_address= seems misleading because it doesn't
> change the addr... -
08:34 AM Revision d9ea26de (git): eval.c: fix exit inside TAG
- * eval.c (setup_exception): do not exit by goto inside
PUSH_TAG/POP_TAG. it causes an infinite loop.
git-svn-id: ... -
05:56 AM Revision a8faecc1 (git): configure.in: honor GIT env
- * configure.in (--with-git): honor environment variable GIT if
set.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tr... -
05:52 AM Feature #13302: Provide a (force) --enable-openssl switch for ruby ./configure (or similar)
- We looked at this issue in yesterday's developer meeting.
Kazuki's improved log seems good so please go ahead.
... -
04:54 AM Bug #12834: `prepend` getting prepended even if it already exists in the ancestors chain
- We looked at this issue in yesterday's developer meeting.
While discussing, we learned that prepended ancestors ar... -
04:38 AM Bug #13249 (Assigned): Access modifiers don't have an effect inside class methods in Ruby >= 2.3
- We looked at this issue in yesterday's developer meeting.
The use of private in evolve75/RubyTree shown in the des... -
04:31 AM Bug #11567 (Closed): Segmentation fault CFUNC :gets
- It seems fixed already. Try a newer version. Tell us if it still happens.
-
04:29 AM Feature #13211: Hash#delete taking a splat
- We looked at this issue in yesterday's developer meeting.
While extending Hash#delete is still a valid feature req... -
04:20 AM Bug #13163: Uncaught exceptions may not be reported when Thread#report_on_exception=true and Thread#abort_on_exception=true
- No objection.
-
03:55 AM Bug #13445 (Closed): MinGW, GIT, revision.h, vcs.rb
-
03:35 AM Bug #13445: MinGW, GIT, revision.h, vcs.rb
- Please close.
I fixed the issue based on looking into [tool/vsc.rb](https://github.com/ruby/ruby/blob/2103197ccebe... -
02:58 AM Revision 2103197c (git): vcs.rb: env for command
- * tool/vcs.rb (VCS::SVN::COMMAND, VCS::GIT::COMMAND): customize
command paths by environment variables.
git-svn-id... -
02:58 AM Revision ae73dc36 (git): enc/depend: remove Unicode versions
- * enc/depend (enc/unicode.o): remove hardcoded Unicode versions.
this object file must be compiled by toplevel make... -
01:17 AM Bug #13446 (Closed): refinements with prepend for module has strange behavior
- ~~~ruby
using Module.new {
refine Enumerable do
alias :orig_sum :sum
end
}
module Enumerable
def s...
04/17/2017
- 11:47 PM Revision 0644c4ef (git): * 2017-04-18
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58385 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:47 PM Revision c29e8a02 (git): should not return.
- * test/ruby/test_settracefunc.rb (test_throwing_return_with_finish_frame):
should not use `return`, but should use ... -
11:21 PM Feature #12886: URI#merge doesn't handle paths correctly
- > In other words, in the end, only absolute URIs are actionable. So we need an absolute URI eventually. The way relat...
-
09:17 AM Feature #12886: URI#merge doesn't handle paths correctly
- naruse (Yui NARUSE) wrote:
> [URL Standard](https://url.spec.whatwg.org/) defines partially merging, but it is base ... -
07:34 AM Feature #12886: URI#merge doesn't handle paths correctly
- [URL Standard](https://url.spec.whatwg.org/) defines partially merging, but it is base (absolute URL) + relative as y...
-
06:46 AM Feature #12886: URI#merge doesn't handle paths correctly
- > I wonder whether there are any other languages/libraries that implement anything like the operation you propose.
... -
06:07 AM Feature #12886: URI#merge doesn't handle paths correctly
- I'm not suggesting that the operation is defined for all URIs, just ones where it makes sense.
-
05:34 AM Feature #12886 (Rejected): URI#merge doesn't handle paths correctly
- I agree with Martin-sensei.
Defining hierarchical path operation for all URIs (including non-hierarchical URI such a... -
05:28 AM Feature #12886: URI#merge doesn't handle paths correctly
- note: https://github.com/ruby/ruby/pull/1469
-
09:42 PM Bug #13445: MinGW, GIT, revision.h, vcs.rb
- PR is 1587, but link is correct...
-
09:39 PM Bug #13445 (Closed): MinGW, GIT, revision.h, vcs.rb
- When generating a MinGW build from a local repo, the revision.h file does not exist, and is create by [`tool/file2las...
-
09:14 PM Bug #13444 (Closed): compatibility breaking change: backticks is not evalueted as shell script call while in "unless" operator context
- Ruby versions from 2.0 to 2.3.x while executing shell script via backticks inside of "unless" construction had it exe...
-
08:36 PM Bug #13438: Fix heap overflow due to configure.in not being updated for HEAP_* -> HEAP_PAGE_* variable renaming
- jeremyevans0 (Jeremy Evans) wrote:
> 1) The heap overflow only happens when the operating system uses <16kb pages an... -
01:38 PM Revision cc68af3d (git): string.c: improve insertion performace
- * string.c (rb_str_splice_0): improve performace of single byte
optimizable cases, insertion 7bit string to 7bit st... -
01:23 PM Revision 97819765 (git): thread_win32.c: fix index
- * thread_win32.c (w32_wait_events): fix wait object index in the
case of interrupt_event is not usable.
git-svn-id... -
12:57 PM Bug #13412: Infinite recursion with define_method may cause silent SEGV or cfp consistency error
- nobu (Nobuyoshi Nakada) wrote:
> `ALLOCA` would be useful.
Is it platform dependent?
`__builtin_alloca()` of gcc... -
03:15 AM Bug #13412: Infinite recursion with define_method may cause silent SEGV or cfp consistency error
- wanabe (_ wanabe) wrote:
> 2. Ensure enough stack before `rb_vm_push_frame()` or control SIGSEGV point
> ensure_sta... -
12:14 AM Bug #13412: Infinite recursion with define_method may cause silent SEGV or cfp consistency error
- There are some choices for this "cfp consistency error".
All patches are just for description and incomplete.
1... -
11:07 AM Bug #11078: 2.2 String#unicode_normalize method does not appear in generated API docs
- stomar (Marcus Stollsteimer) wrote:
> The docs _do_ appear in the generated documentation. However, **ruby-doc.org... -
09:39 AM Bug #13228 (Rejected): s[i]=c(assigning a character) for String is slower than Array on Linux
- It's natural because String index access requires character counting.
If you need performance and the string is ASCI... -
09:36 AM Bug #13228: s[i]=c(assigning a character) for String is slower than Array on Linux
- Difference of locale configuration, not OS?
~~~
sorah@yuuki ~ $ uname -a
Linux yuuki 4.9.6-gentoo-r1 #1 SMP Sun ... -
09:33 AM Bug #13264 (Assigned): Binding#irb does not work in context of frozen object
-
09:21 AM Feature #12921: Retrieve user and password for proxy from env
- How about make white-list of OSs which environment variables are not visible from other users?
If ruby runs on OS ... -
09:12 AM Feature #13303: String#any? as !String#empty?
- I want to use this with &.
Therefore String#empty? is not suitable.
It must returns false if it is empty.
Note t... -
08:29 AM Feature #9453: Return symbols of defined methods for `attr` and friends
- Yes, `def` and `define_method` returns symbols now.
But it does not mean `attr_*` should return symbols. Since they ... -
07:59 AM Bug #7976 (Assigned): TracePoint call is at call point, not call site
-
07:43 AM Bug #13406 (Rejected): URI.parse
- Unfortunately RFC3986 allows "'" in host.
```
authority = [ userinfo "@" ] host [ ":" port ]
host ... -
07:36 AM Feature #12760: Optional block argument for `itself`
- I believe the situation **should** be addressed just by somebody's authority.
What do you think about appointing t... -
06:47 AM Feature #12760: Optional block argument for `itself`
- how about `alter`?
at dev meeting, someone said `reform`.
-
07:35 AM Feature #13265 (Assigned): TracePoint for basic operation redefinition
-
07:22 AM Feature #13252 (Assigned): C API for creating strings without copying
-
07:03 AM Feature #13252: C API for creating strings without copying
- normalperson (Eric Wong) wrote:
> We can maybe use FL_USER{3,4,5}, and STR_NOFREE flags for
> non-embed strings a... -
06:53 AM Misc #13230 (Rejected): Better Do ... while structure
- You haven't explained the reason behind the proposal. We don't understand why you think it's "better".
If you think ... -
06:50 AM Feature #13224: Add FrozenError as a subclass of RuntimeError
- OK, accepted.
Matz.
-
06:47 AM Feature #13172: Method that yields object to block and returns result
- I don't think "pass" is a good name for it.
Matz.
-
06:30 AM Feature #13257: Symbol#singleton_class should be undef
- I guess a some method such as Kernel#ancestor_modules, which returns all class/modules to search methods, supports yo...
-
05:58 AM Feature #2740: Extend const_missing to pass in the nesting
- A long time has passed. I am a bit concerned about the situation.
Do we still need this, regarding the fact I am not... -
05:43 AM Feature #13362 (Feedback): [PATCH] socket: avoid fcntl for read/write_nonblock on Linux
- I think it's possible on such platforms.
If some non-Ruby application depend on nonblocking flag set by Ruby,
suc... -
05:39 AM Bug #13188 (Assigned): Reinitialize Ruby VM.
-
05:36 AM Feature #8263 (Assigned): Support discovering yield state of individual Fibers
-
05:30 AM Bug #13443 (Closed): Improve performance of Range#{min,max}
- Range#{min,max} will be faster around 30%.
### Before
~~~
user system total real... -
05:24 AM Feature #13334: Removed deprecated mathn extentions.
- OK, now is the time to go.
Matz.
-
05:09 AM Feature #13382: [PATCH] Options for FTP PORT command
- osa (Shunsuke OSA) wrote:
> Thank you so much for your survey.
>
> If we translate java's `setReportActiveExterna... -
02:41 AM Revision 61ea519d (git): eval.c: copy before cause setup
- * eval.c (setup_exception): copy frozen exception before setting
up a cause not only a backtrace.
git-svn-id: svn+... -
02:31 AM Revision e601e775 (git): eval.c: copy special exceptions before raise
- * eval.c (setup_exception): consider if the exception is frozen,
but not one of special exception objects.
* gc.c ... -
02:08 AM Revision e97ac02f (git): vm_insnhelper.c: rb_threadptr_stack_overflow
- * vm_insnhelper.c (rb_threadptr_stack_overflow): move from
thread.c and integrate with vm_stackoverflow.
git-svn-i... -
01:35 AM Revision 158c742b (git): parse.y: fix for empty `__VA_ARGS__`
- * parse.y (WARN_CALL, WARNING_CALL): need `##` between a comman
and `__VA_ARGS__` in the case it is empty, not to e... -
01:23 AM Revision 26942108 (git): vm_backtrace.c: backtrace functions per threads
- * vm_backtrace.c (rb_threadptr_backtrace_object): rename and
extern.
* vm_backtrace.c (rb_threadptr_backtrace_str_... -
12:25 AM Revision a0219e2f (git): eval.c: share rb_longjmp
- * eval.c (rb_longjmp, rb_raise_jump): parameterize thread, and
share rb_longjmp.
git-svn-id: svn+ssh://ci.ruby-lan... -
12:10 AM Revision 61d9da25 (git): gc.c: rb_threadptr_stack_check
- * gc.c (rb_threadptr_stack_check): check probability of stack
overflow for the given thread, not the current thread... -
12:10 AM Revision b0d36494 (git): gc.c: PREVENT_STACK_OVERFLOW
- * gc.c (PREVENT_STACK_OVERFLOW): define TRUE to try preventing
stack overflow before actually happens.
* gc.c (sta...
04/16/2017
-
11:18 PM Bug #13441: building - GIT variable, ruby, rubygems tests
- As long as we're discussing git and the build system, do you believe the following would help (or not break) builds o...
- 03:54 PM Revision d2b68234 (git): * 2017-04-17
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58373 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:54 PM Revision 4027f415 (git): test_integer.rb: simplify test
- * test/ruby/test_integer.rb: simplify test for Integer.sqrt.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58372... -
02:54 PM Revision e326045a (git): rbinstall.rb: ignore skipped exts
- * tool/rbinstall.rb (default-gems): skip gemspec if corresponding
Makefile does not exist.
git-svn-id: svn+ssh://c... -
02:27 PM Revision 7206ac54 (git): thread_win32.c: no GVL for interrupt_event
- * thread_win32.c (w32_wait_events): do not acquire GVL, to fix
deadlock at read/close race condition. instead, jus... -
09:11 AM Bug #13442 (Closed): Please backport r57359
- cf. https://github.com/ruby/ruby/commit/556e3da4216c926e71dea9ce4ea4a08dcfdc1275
-
06:27 AM Bug #13440: Integer.sqrt produces wrong results
- stomar (Marcus Stollsteimer) wrote:
> Do you mind when I simplify the test and also reduce the number of tested valu... -
05:35 AM Bug #13412: Infinite recursion with define_method may cause silent SEGV or cfp consistency error
- Here is another stat for association between first SEGV point and process result.
```
ruby 2.5.0dev (2017-04-16 t... -
03:16 AM Bug #13412: Infinite recursion with define_method may cause silent SEGV or cfp consistency error
- I have checked the patterns with attached .patch and .sh and .rb.
This is the result at r58331.
```
ruby 2.5.0... -
04:16 AM Revision 04b618e5 (git): test/ruby/test_io.rb: use Thread.stop? to wait
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58369 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:43 AM Bug #13438: Fix heap overflow due to configure.in not being updated for HEAP_* -> HEAP_PAGE_* variable renaming
- jeremyevans0 (Jeremy Evans) wrote:
> ko1 (Koichi Sasada) wrote:
> > Just for confirmation.
> > Your patch doesn't ... - 02:00 AM Revision d8ea05c1 (git): * test/ruby/test_io.rb (test_race_closed_stream): separate because it stops
- entire test process on Windows.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58368 b2dd03c8-39d4-4d8f-98ff-823...
04/15/2017
-
07:11 PM Bug #13441: building - GIT variable, ruby, rubygems tests
- nobu,
Thank you for the info. A hardcoded string (full path) worked with the RubyGems tests. Now, I need to try ... -
05:40 PM Bug #13441: building - GIT variable, ruby, rubygems tests
- nobu (Nobuyoshi Nakada) wrote:
> Try `--with-git=git.exe` configuration option.
Thanks. I'll try, just started a... -
05:32 PM Bug #13441: building - GIT variable, ruby, rubygems tests
- I think rather `Gem::TestCase#in_path?` should consider `RbConfig::CONFIG['EXECUTABLE_EXTS']`, or `RbConfig::CONFIG['...
-
05:24 PM Bug #13441 (Feedback): building - GIT variable, ruby, rubygems tests
- Try `--with-git=git.exe` configuration option.
-
04:13 PM Bug #13441: building - GIT variable, ruby, rubygems tests
- These changes cause 37 RubyGems tests to be skipped.
-
02:24 PM Bug #13441 (Closed): building - GIT variable, ruby, rubygems tests
- As I've mentioned before, I've been building and using MinGW trunk builds for several months. I've needed a few patc...
-
06:11 PM Bug #13440: Integer.sqrt produces wrong results
- @nobu
Do you mind when I simplify the test and also reduce the number of tested values (50.000 seems more than nec... -
03:29 PM Bug #13440 (Closed): Integer.sqrt produces wrong results
- Applied in changeset trunk|r58366.
----------
bignum.c: fix inexact estimation
* bignum.c (estimate_initial_sqrt): ... -
01:19 PM Bug #13440 (Closed): Integer.sqrt produces wrong results
- The new `Integer.sqrt` method produces wrong results, e.g. for
38815036599065022652481536
389045144994280... - 03:29 PM Revision c747848d (git): * 2017-04-16
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58367 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:29 PM Revision df76f366 (git): bignum.c: fix inexact estimation
- * bignum.c (estimate_initial_sqrt): estimated square root is
inexact if it is not equal to its ceil, needs Newton's... -
10:12 AM Bug #13341: Improve performance of implicit type conversion
- normalperson (Eric Wong) wrote:
> I'm not sure if including new APIs in ruby/intern.h is a good
> idea right away... -
07:51 AM Bug #13341: Improve performance of implicit type conversion
- +cc ruby-core since this post was English
[email protected] wrote:
> Issue #13341 has been reported by watson... -
07:51 AM Bug #13341: Improve performance of implicit type conversion
- +cc ruby-core since this post was English
[email protected] wrote:
> Issue #13341 has been reported by watson... -
07:21 AM Feature #13382: [PATCH] Options for FTP PORT command
- Thank you so much for your survey.
If we translate java's `setReportActiveExternalIPAddress()` into Ruby method li... - 07:13 AM Revision 5fb0f3f0 (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58365 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 07:13 AM Revision d6a69712 (git): fix ext/-test-/struct/ dependencies
- I started writing a template for auto-generation and
let "tool/update-deps --fix" fill in the rest.
Hopefully this f... -
05:41 AM Bug #13438: Fix heap overflow due to configure.in not being updated for HEAP_* -> HEAP_PAGE_* variable renaming
- ko1 (Koichi Sasada) wrote:
> Just for confirmation.
> Your patch doesn't solve memory problem, but for configuratio... -
02:10 AM Bug #13438: Fix heap overflow due to configure.in not being updated for HEAP_* -> HEAP_PAGE_* variable renaming
- Thank you for your survey. Great help.
Just for confirmation.
Your patch doesn't solve memory problem, but for co... -
02:37 AM Revision 5e635a36 (git): signal.c: last tag page condition
- * signal.c (check_stack_overflow): drop the last tag when it is
close to the fault page, not same as sp page.
git-... -
02:09 AM Revision 0472578b (git): ruby.h: check argc to rb_funcall
- * include/ruby/ruby.h (rb_funcall): check if argc matches the
number of variadic arguments, and replace with rb_fun... -
02:07 AM Revision 6f1fbfd6 (git): signal.c: prefer pthread_sigmask
- * signal.c (raise_stack_overflow): prefer pthread_sigmask to
sigprocmask, for multithreading.
git-svn-id: svn+ssh:... -
12:46 AM Bug #13439 (Closed): [PATCH] fix RSTRUCT_LEN macro in public C API
- Applied in changeset trunk|r58359.
----------
fix RSTRUCT_LEN macro in public C API
rb_struct_size returns an Integ... -
12:34 AM Bug #13439 (Closed): [PATCH] fix RSTRUCT_LEN macro in public C API
- rb_struct_size returns an Integer VALUE, so it must be converted
to a `long` for compatibility with previous Ruby C ... - 12:46 AM Revision fd421a9a (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58360 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 12:46 AM Revision 8e64799c (git): fix RSTRUCT_LEN macro in public C API
- rb_struct_size returns an Integer VALUE, so it must be converted
to a `long` for compatibility with previous Ruby C A...
04/14/2017
-
11:14 PM Bug #13438 (Closed): Fix heap overflow due to configure.in not being updated for HEAP_* -> HEAP_PAGE_* variable renaming
- An OpenBSD user reported that ruby 2.4.1 fails on OpenBSD when malloc canaries are enabled. I verified this is true,...
-
07:12 PM Bug #11684 (Closed): Pack#unpack test failure on Solaris 10 with Oracle Solaris Studio 12.4
- Applied in changeset trunk|r58358.
----------
Workaround for optimization bug of Oracle Solaris Studio 12.4 and 12.5... -
07:07 PM Bug #11684 (Open): Pack#unpack test failure on Solaris 10 with Oracle Solaris Studio 12.4
- The bug is also observed with Oracle Developer Studio 12.5 (the next version of Oracle Solaris Studio 12.4).
-
07:12 PM Revision f687a147 (git): Workaround for optimization bug of Oracle Solaris Studio 12.4 and 12.5
- * pack.c (pack_unpack, AVOID_CC_BUG): Very ugly workaround for
optimization bug of Oracle Solaris Studio 12.4 and 1... -
06:19 PM Revision db2822a5 (git): sync certainly.
- * test/ruby/test_io.rb (test_race_closed_stream): awit for 'sleep' state.
git-svn-id: svn+ssh://ci.ruby-lang.org/ru... -
06:14 PM Revision 2ad7a741 (git): more explicit synchronization.
- * test/ruby/test_io.rb (test_race_closed_stream): wait for blocking by r.gets.
On some systems (for example, high l... -
05:12 PM Feature #13437 (Closed): Improve performance of Enumerable#{sort_by,min_by,max_by,minmax_by}
- Improve performance of Enumerable#{sort_by,min_by,max_by,minmax_by}
### Before
~~~
user syst... - 04:07 PM Revision e4c2f4fa (git): * 2017-04-15
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58355 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:07 PM Revision f7b51fd2 (git): signal.c: add sigprocmask guard
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58354 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:32 PM Feature #13436 (Open): Improve performance of Array#<=> with Fixnum/Float/String elements
- Array#<=> will be ~7.5 times faster with Fixnum elements.
### Before
~~~
user system tot... -
01:05 PM Bug #13164 (Open): A second `SystemStackError` exception results in `Segmentation fault (core dumped)`
- On Linux, fixed by unblocking the received signal.
But it has no effect on mac OS and seems to need `--with-setjmp-t... -
01:00 PM Bug #13164 (Closed): A second `SystemStackError` exception results in `Segmentation fault (core dumped)`
- Applied in changeset trunk|r58353.
----------
signal.c: unblock signal
* signal.c (raise_stack_overflow): unblock t... -
12:59 PM Revision 1e1a5853 (git): signal.c: unblock signal
- * signal.c (raise_stack_overflow): unblock the received signal, to
receive the same signal again. [ruby-core:79285... -
12:51 PM Revision d005ada1 (git): configure.in: sigsetjmp sivesigs flag
- * configure.in (RUBY_SETJMP_TYPE): optional flag to save signal
mask.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/... -
10:03 AM Revision 8c84803d (git): IPSocket#inspect
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58351 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:04 AM Feature #13368: Improve performance of Array#sum with float elements
- naruse (Yui NARUSE) wrote:
> Hmm, the result shows clang is not efficient as gcc yet this time.
> And improvement s... -
07:30 AM Feature #13368: Improve performance of Array#sum with float elements
- watson1978 (Shizuo Fujita) wrote:
> When I filed this ticket, I tried to run benchmark on macOS + clang only.
> The... -
06:45 AM Feature #13368: Improve performance of Array#sum with float elements
- When I filed this ticket, I tried to run benchmark on macOS + clang only.
Then, I tried to do on 2 environments in a... -
08:40 AM Feature #13342: Improve yielding block performance
- When I filed this ticket, I tried to run benchmark on macOS + clang only.
Then, I tried to do on 2 environments in a... -
08:33 AM Revision cb52dda1 (git): ruby.h: check argc to rb_yield_values
- * include/ruby/ruby.h (rb_yield_values): check if argc matches the
number of variadic arguments, and replace with r... -
07:46 AM Revision c50afaa1 (git): disable rewind hooks.
- * vm.c (hook_before_rewind): skip rewind hooks if err is SystemStackError
because rewind hooks can cause stack over... -
07:39 AM Feature #13374: Fix one of performance regressions in method calling
- When I filed this ticket, I tried to run benchmark on macOS + clang only.
Then, I tried to do on 2 environments in a... -
05:19 AM Bug #13426 (Closed): Improve performance of implicit type conversion using #to_r
- Applied in changeset trunk|r58347.
----------
Improve performance of type conversion using to_r
* object.c: Add to_... - 05:19 AM Revision 3eb7a6eb (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58348 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:19 AM Revision 8561baf3 (git): Improve performance of type conversion using to_r
- * object.c: Add to_r in conv_method_tbl.
* defs/id.def: add to_r.
* benchmark/bm_int_quo.rb: added.
* benchmark/bm... -
02:22 AM Bug #13435 (Third Party's Issue): Raspberry PI gitlab configuration ruby vm failure
- > /opt/gitlab/embedded/lib/ruby/2.3.0/armv7l-linux-eabihf/openssl.so: [BUG] Illegal instruction at 0xb65fec18
> ...
... -
01:25 AM Bug #13435 (Third Party's Issue): Raspberry PI gitlab configuration ruby vm failure
- Getting the following error message when running
'sudo gitlab-ctl reconfigure'
on a Raspberry PI model B af... -
02:19 AM Revision 3c547e11 (git): increase timeout seconds.
- * test/ruby/test_trace.rb (test_trace_stackoverflow): on some platforms
this test fails because of timeout.
git-s... -
01:07 AM Feature #13434 (Open): better method definition in C API
- Current ways to define and parse arguments in the Ruby C API are clumsy,
slow, and impede potential optimizations.
... -
12:45 AM Bug #13428 (Closed): rbinstall should not use Spec#files anymore
- Applied in changeset trunk|r58345.
----------
rbinstall.rb: no file list for default gems
* tool/rbinstall.rb (defa... -
12:39 AM Bug #13428 (Open): rbinstall should not use Spec#files anymore
- Nice point.
-
12:45 AM Bug #13433 (Closed): Solaris10上で make update-rubyspec が失敗
- Applied in changeset trunk|r58344.
----------
git-refresh: fix abort by cd failure
* tool/git-refresh: try `cd -P` ... -
12:45 AM Revision 5bca8051 (git): rbinstall.rb: no file list for default gems
- * tool/rbinstall.rb (default-gems): no file list is used now.
all files should be installed as standard libraries.
... -
12:45 AM Revision 03421631 (git): git-refresh: fix abort by cd failure
- * tool/git-refresh: try `cd -P` in a subshell, because Solaris10
sh dies if it fails, not only the command.
[ruby...
04/13/2017
-
07:10 PM Feature #13383: [PATCH] Module#source_location
- I am also for this if it is easily possible.
I remember many years ago in the ruby 1.8.x days, before pry,
I twi... -
04:32 PM Revision 197ebcb0 (git): fix last commit
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58343 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:19 PM Revision e2d68989 (git): * 2017-04-14
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58342 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:19 PM Revision 4032f45d (git): Terminate created threads.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58341 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:04 PM Bug #13433 (Closed): Solaris10上で make update-rubyspec が失敗
- Bug #13424 と類似ですが原因が異なるので別チケットにします。
Solaris 10 上にて、 make update-rubyspec が以下のように失敗します。
~~~
$ make update-rubys... -
02:07 PM Bug #13432 (Closed): set_trace_funcにproc->is_from_method = TRUEのオブジェクトを渡し、SystemStackErrorを発生させるとRubyVMが停止する
- 以下のコードのように、Method#to_procで作成したProcオブジェクトをset_trace_funcに設定しSystemStackErrorを発生させるとRubyVMが停止する。
```ruby
def trace_... -
01:09 PM Bug #13431 (Closed): sample/drb/http0*.rb is not working.
- I tried to use drb over http with the sample code *sample/drb/http0*.rb*
I wrote the code as following.
*server.r... -
11:21 AM Bug #13428: rbinstall should not use Spec#files anymore
- But the spec.files is not used anywhere, since the .gemspec is installed via gemspec.to_ruby_for_cache, which does no...
-
08:45 AM Bug #13428 (Rejected): rbinstall should not use Spec#files anymore
- It's used only for default gems, `spec.files` are for separated gem releases, but just garbage there.
-
09:25 AM Bug #13344 (Closed): Improve performance of Array#sort with block
- Applied in changeset trunk|r58339.
----------
array.c: improve performance of Array#sort with block
* array.c (sort... - 09:25 AM Revision f8bb720e (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58340 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 09:25 AM Revision cb8012f5 (git): array.c: improve performance of Array#sort with block
- * array.c (sort_1): improve performance of Array#sort with block
* benchmark/bm_array_sort_block.rb: added for Array... -
08:49 AM Bug #13427 (Third Party's Issue): gemspec might be treat as binary - probably bug?
- 08:09 AM Revision 53430e35 (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58338 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 08:09 AM Revision c1211715 (git): Add a benchmark script for Array#sort of float array
- [Bug #13340]
[ruby-dev:50023]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58337 b2dd03c8-39d4-4d8f-98ff-823fe6... -
08:08 AM Revision 57108574 (git): git-refresh: for symlink srcdir
- * tool/git-refresh: use `cd -P` for symlink srcdir.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58336 b2dd03c8... -
07:52 AM Bug #13424 (Closed): Solaris10上で make update-rubyspec が bad substitution で失敗
- Applied in changeset trunk|r58335.
----------
git-refresh: fix expr
* tool/git-refresh (dir): surround by slashes t... -
07:52 AM Revision e1557424 (git): git-refresh: fix expr
- * tool/git-refresh (dir): surround by slashes to extract base
name. [ruby-dev:50070] [Bug #13424]
git-svn-id: svn... -
07:38 AM Bug #13425 (Closed): Tracer.onにした状態でSystemStackErrorを発生させるとSegmentation fault
- Applied in changeset trunk|r58334.
----------
thread.c: disable VM events when stack overflow
* thread.c (ruby_thre... -
07:38 AM Revision 38174633 (git): thread.c: disable VM events when stack overflow
- * thread.c (ruby_thread_stack_overflow): disable VM events when
stack overflow occurred; it causes another stack ov... -
07:22 AM Bug #13340 (Closed): Improve performance of Array#sort with float elements
- Applied in changeset trunk|r58333.
----------
array.c: Improve performance of Array#sort with float elements
* arra... -
07:07 AM Bug #13340 (Assigned): Improve performance of Array#sort with float elements
- 07:22 AM Revision 1b5acc87 (git): array.c: Improve performance of Array#sort with float elements
- * array.c (sort_2): improve performance of Array#sort with float elements.
* internal.h (cmp_opt_Float, cmp_opt_data... -
07:12 AM Feature #13137: Hash Shorthand
- Note: such culture seems to come from SGML.
-
06:43 AM Revision 4e85feed (git): array.c: report correct memsize for shared root arrays
- For a shared array root, struct RArray::as.heap.aux.capa stores the
number of Arrays holding reference to that T_ARRA... -
06:20 AM Bug #13430 (Rejected): JSON.parse(nil.to_json) throws exception.
- I believe recent version (>= 2.0.0 maybe?) of that library does accept "null" and renders nil. Try upgrading your li...
-
05:57 AM Bug #13421 (Feedback): problem rails c
- Thank you for a report, but it seems your log seems laking the problematic part. Can you show us the full log since ...
-
05:42 AM Feature #13396: Net::HTTP has no write timeout
- Let me turn it to be a feature request. Will ask matz about it.
-
05:34 AM Bug #13277 (Closed): Ruby 2.4.0 gem server 2.6.8
- Closing. Thank you for the report.
Also available in: Atom