+

Project

General

Profile

Activity

From 10/02/2016 to 10/08/2016

10/08/2016

02:21 PM Feature #5531: deep_value for dealing with nested hashes
I believe this has recently been implemented as `Hash#dig`. dan.erikson (Dan Erikson)
12:17 PM Bug #12822 (Closed): Backport r56374 (fix monthly log rotate with DST)
バックポート管理用チケットです。 nagachika (Tomoyuki Chikanaga)
07:45 AM Bug #12821 (Closed): Object converted to Hash unexpectedly under certain method call
Hi,
I saw a bit strange behavior (at least for me) with the code below; an object given as an argument to a method...
tanahiro (Hiroyuki Tanaka)
06:35 AM Feature #12676: Significant performance increase, and code conciseness, for prime_division method in prime.rb
I thought I was quite clear, but I will try to be clearer.
`n.prime_divison` returns a factorization of `n` such t...
marcandre (Marc-Andre Lafortune)
04:08 AM Feature #12676: Significant performance increase, and code conciseness, for prime_division method in prime.rb
I am confused some by these recent comments, and would appreciate clarification.
Since 1 is not prime and returns ...
jzakiya (Jabari Zakiya)
02:41 AM Feature #12820: Shorter syntax for assigning a method argument to an instance variable
Matthew Kerwin wrote:
> Is this now the most-duplicated feature request in Ruby?
By crystal?
nobu (Nobuyoshi Nakada)
01:54 AM Revision 1bbe67f5 (git): memory_status.c: Win32 API
* ext/-test-/memory_status/memory_status.c (read_status): use
Win32 GetProcessMemoryInfo API.
git-svn-id: svn+ssh:...
nobu (Nobuyoshi Nakada)
01:34 AM Revision f0e1d723 (git): memory_status.c: system call
* ext/-test-/memory_status/memory_status.c: get memory sizes by
mach task_info system call.
git-svn-id: svn+ssh://...
nobu (Nobuyoshi Nakada)
01:25 AM Feature #12650: Use UTF-8 encoding for ENV on Windows
If you could rethink the plan to wait until Ruby 3, that would be great.
I would expect Ruby to normalize on UTF-8...
Iristyle (Ethan Brown)
12:06 AM Revision 75838104 (git): * 2016-10-08
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56375 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
12:06 AM Revision 8fc170a3 (git): logger: fix monthly log rotate with DST
* lib/logger.rb (Logger::Period#next_rotate_time): fix monthly log
rotate when DST is applied during a month of 31 ...
nobu (Nobuyoshi Nakada)

10/07/2016

09:35 PM Feature #12820: Shorter syntax for assigning a method argument to an instance variable
See:
* #12578 Instance Variables Assigned In parameters ( ala Crystal? )
* #5825 Sweet instance var assignment in t...
phluid61 (Matthew Kerwin)
05:46 PM Feature #12820 (Rejected): Shorter syntax for assigning a method argument to an instance variable
Hello,
The pattern:
~~~ruby
class Person
def initialize(name:)
@name = name
@age = 0
end
end...
fornellas (Fabio Pugliese Ornellas)
05:30 PM Bug #12819 (Third Party's Issue): Sporadic BUG after upgrading to macOS Sierra
Seems like that sqlite3 (or the binding for it) has been broken on the new mac OS. nobu (Nobuyoshi Nakada)
03:59 PM Bug #12819 (Third Party's Issue): Sporadic BUG after upgrading to macOS Sierra
Since upgrading to macOS Sierra, it sporadically throws up a bug when performing '$ rails test'. Restarting the termi... mk6488 (Mike Katholnig)
01:35 PM Feature #5903: Optimize st_table (take 2)
I think, this could be closed in favor of https://bugs.ruby-lang.org/issues/12142 funny_falcon (Yura Sokolov)
01:24 PM Feature #8158: lightweight structure for loaded features index
I've changed implementation a bit:
Because https://bugs.ruby-lang.org/issues/12142 likely to be accepted,
I've used...
funny_falcon (Yura Sokolov)
12:14 PM Feature #12180: switch id_table.c variant
Please, reconsider benchmarking it with realworld applications. funny_falcon (Yura Sokolov)
11:21 AM Revision d94ea30a (git): gc.c: fix GC_PROFILE_DETAIL_MEMORY
* gc.c (gc_prof_setup_new_record): fix the condition to get
rusage.
* gc.c (gc_profile_dump_major_reason): remove u...
nobu (Nobuyoshi Nakada)
10:24 AM Revision 5dd01af2 (git): ext/win32ole/*.c, ext/win32ole/win32ole.h: use RB_INT2FIX instead of
INT2FIX, and so on.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56372 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
suke (Masaki Suketa)
10:08 AM Bug #11873: Syntax error and parse problem when calling a method without parentheses
Will this change be backported? whitequark (whitequark *)
10:08 AM Bug #12669: syntax error at assinments of command
Will this change be backported? whitequark (whitequark *)
05:28 AM Bug #12818 (Third Party's Issue): [Segmentation fault] - sqlite3?
Duplicated issue as #12804. hsbt (Hiroshi SHIBATA)
03:31 AM Bug #12818 (Third Party's Issue): [Segmentation fault] - sqlite3?
Could someone have a look at this?
I have no ideia why this is happening.
Running via Spring preloader in process...
thiagoisaias (Thiago Isaias)
05:18 AM Revision 6b35c34c (git): * basictest/test.rb: Adjust spaces in class declarations
with inheritance. [fix GH-1227] Patch by @adrfer
* lib/irb/*: ditto.
* lib/prime.rb: ditto.
* lib/shell/builtin-comma...
hsbt (Hiroshi SHIBATA)
02:57 AM Bug #12816 (Third Party's Issue): After upgrade to Mac OS Sierra, segmentation faults occur during rails/bin console
Marked as a dup of #12807. shyouhei (Shyouhei Urabe)

10/06/2016

09:27 PM Feature #11286: [PATCH] Add case equality arity to Enumerable's sequence predicates.
I like this one in particular:
some_strings.none?(/aeiou/i)
I am not so sure about:
nums.grep(5..10)...
shevegen (Robert A. Heiler)
12:22 AM Feature #11286: [PATCH] Add case equality arity to Enumerable's sequence predicates.
Why is this still open a year later?
Matz? A ruling?
zenspider (Ryan Davis)
09:14 PM Feature #12817 (Open): Consider adding method .sample() on class Hash (if this was not yet proposed)
Hello ruby core team and all who may read this.
Some time ago, I think in ruby 1.8.x, the method .sample() was add...
shevegen (Robert A. Heiler)
05:48 PM Revision a5b3244d (git): * version.h: patchlevel.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_2@56370 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
05:48 PM Revision 67351ac6 (git): * lib/rubygems/ssl_certs/GlobalSignRootCA.pem: add for RugyGems.org.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_3@56369 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nagachika (Tomoyuki Chikanaga)
05:45 PM Revision 34bf02cb (git): * 2016-10-07
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_2@56368 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:45 PM Revision 04089768 (git): * lib/rubygems/ssl_certs/GlobalSignRootCA.pem: add for RubyGems.org.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_2@56367 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
05:09 PM Revision 87d7a066 (git): * 2016-10-07
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56366 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:09 PM Revision fc414c1f (git): * ChangeLog: fix a typo at r56363.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56365 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nagachika (Tomoyuki Chikanaga)
03:49 PM Bug #12816 (Third Party's Issue): After upgrade to Mac OS Sierra, segmentation faults occur during rails/bin console
When the rails/bin console is opened and utilized, segmentation faults will occur much of the time when, for instance... swoozie14 (Sophia Wu)
02:10 PM Bug #12814: Pathname#each_child(false) produces unusable file paths
Sorry, I over edited my post. Argument to pathname is some existing folder, even `'..'` produces the error.
~~~ ru...
tao (Mr. Tao)
12:56 PM Bug #12814 (Feedback): Pathname#each_child(false) produces unusable file paths
I can't reproduce it.
What exception raised exactly?
nobu (Nobuyoshi Nakada)
11:38 AM Bug #12814 (Rejected): Pathname#each_child(false) produces unusable file paths
I tried to iterate over items in a directory with `each_child` testing each item whether it is a directory or not wit... tao (Mr. Tao)
12:33 PM Bug #12815 (Closed): Integer#digits's error message different when base is Fixnum or Bignum
Is this intended?
```
% ruby -ve '60.upto(65){|n| 1.digits(-(1<<n)) rescue p $! }'
ruby 2.4.0dev (2016-10-06 tru...
znz (Kazuhiro NISHIYAMA)
12:15 PM Revision 1c513d70 (git): Fix cmd is referenced but not assigned
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56364 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
08:29 AM Bug #12811 (Closed): SyntaxError does not have a backtrace in 2.3+
Applied in changeset r56363.
----------
load.c: setup syntax error backtrace
* load.c (rb_require_safe): SyntaxErro...
nobu (Nobuyoshi Nakada)
08:29 AM Revision d3cde816 (git): load.c: setup syntax error backtrace
* load.c (rb_require_safe): SyntaxError created by the parser just
has the mesage and needs to set up the backtrace...
nobu (Nobuyoshi Nakada)
06:53 AM Revision 24b37eb0 (git): load.c: fix load/require context
* load.c (rb_load_internal0): load/require is not the main
script.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tru...
nobu (Nobuyoshi Nakada)
05:46 AM Revision ef617d50 (git): bisect.sh: improve
* tool/bisect.sh: make srcs before building.
* tool/bisect.sh: quote expansions.
* tool/bisect.sh: skip build if ch...
nobu (Nobuyoshi Nakada)
04:45 AM Feature #2172 (Closed): Enumerable#chunk with no block
Closing, created #12813 instead. marcandre (Marc-Andre Lafortune)
04:43 AM Feature #12813 (Closed): Calling chunk_while, slice_after, slice_before, slice_when with no block
Currently, `chunk_while`, `slice_after`, `slice_before`, `slice_when` all require a block.
If one needs the index ...
marcandre (Marc-Andre Lafortune)
04:35 AM Revision ea7a3644 (git): * enum.c: [DOC] Improve doc [ci-skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56360 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Marc-Andre Lafortune
03:53 AM Revision 0fe40d4b (git): test_io.rb: split test_gets_rs
* test/ruby/test_io.rb (test_gets_rs): split for each record
separators.
git-svn-id: svn+ssh://ci.ruby-lang.org/ru...
nobu (Nobuyoshi Nakada)
03:44 AM Bug #12808 (Closed): Ruby builds do not produce Process::UPTIME constant on macOS Sierra
It will be a Ruby 2.4 feature by r56200. naruse (Yui NARUSE)
03:32 AM Bug #12772 (Closed): stderr: /home/webui/production/vendor/bundle/ruby/2.1.0/gems/ref-1.0.2/lib/ref/weak_reference/pure_ruby.rb:45: [BUG] Segmentation fault at 0x00000000000018
Hmm, it sounds ref's issue.
Anyway I close this.
naruse (Yui NARUSE)
03:30 AM Bug #12812: Added Coverage#result=
This patch url will stay up to date better than a file attachment. I'm getting feedback from Nobu and fixing things:
...
zenspider (Ryan Davis)
12:32 AM Bug #12812 (Assigned): Added Coverage#result=
hsbt (Hiroshi SHIBATA)
12:24 AM Bug #12812 (Rejected): Added Coverage#result=
Originally submitted here: https://github.com/ruby/ruby/pull/1456
This exposes Coverage.result in a slightly more ...
zenspider (Ryan Davis)
03:27 AM Bug #12806 (Assigned): Compiling ruby 2.3.1 on HPUX 11.31 ia64 breaks in segmentation fault
naruse (Yui NARUSE)
02:38 AM Revision 631f8da9 (git): * ext/readline/extconf.rb: Update error message with correct words.
[fix GH-1453][ci skip] Patch by @magikid
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56358 b2dd03c8-39d4-4d8f-...
hsbt (Hiroshi SHIBATA)
02:04 AM Revision a566bc0a (git): uri/common.rb: Update URI::WEB_ENCODINGS_ [ci skip]
* lib/uri/common.rb (WEB_ENCODINGS_): split command lines and
append a trailing comma.
git-svn-id: svn+ssh://ci.ru...
nobu (Nobuyoshi Nakada)
02:01 AM Revision 48f91182 (git): Update URI WEB_ENCODINGS_ hash, and fix documented cmd to
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56356 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:53 AM Revision 364a0879 (git): * enum.c: Add reduce/inject alias note.
[fix GH-1400][ci skip] Patch by @getaaron
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56355 b2dd03c8-39d4-4d8f...
hsbt (Hiroshi SHIBATA)
01:30 AM Revision dd3b3d71 (git): thread.c: check coverage values
* thread.c (update_coverage): check coverage values, and ignore
non-fixnum values.
git-svn-id: svn+ssh://ci.ruby-l...
nobu (Nobuyoshi Nakada)
12:19 AM Revision 20e7f819 (git): * 2016-10-06
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56353 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
12:19 AM Revision 94162194 (git): io.c: use RB_INTEGER_TYPE_P
* io.c (fptr_finalize): use dedicated macro RB_INTEGER_TYPE_P.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@563...
nobu (Nobuyoshi Nakada)

10/05/2016

09:04 PM Bug #12811 (Closed): SyntaxError does not have a backtrace in 2.3+
SyntaxError's do not have a backtrace in Ruby 2.3.0, 2.3.1 and 2.3.0-preview1. To reproduce, place both of the attach... ametcalf (Andrew Metcalf)
05:34 PM Feature #12810 (Rejected): Improve `Set#find_index` performance
Hello everyone!
I've toyed a bit with the `Set` class lately and have found some performance issues with method `f...
Asche (Thomas Charbonnel)
04:33 PM Feature #12553: IO.readlines(filename, chomp: true)
Nobuyoshi Nakada wrote:
> とりあえず。
>
> https://github.com/ruby/ruby/compare/trunk...nobu:feature/12553-chomp-option...
naruse (Yui NARUSE)
03:48 PM Bug #12809 (Rejected): passing a proc to Kernel#lambda does not create a lambda
I would expect the following:
~~~
p = proc { |a| a * 2 }
l = lambda(&p)
puts l.lambda? # => true
l.call(1, 2) ...
sylvain.joyeux (Sylvain Joyeux)
02:45 PM Feature #12676: Significant performance increase, and code conciseness, for prime_division method in prime.rb
lol, I confused it with &, even if that didn't make any sense, sorry. marcandre (Marc-Andre Lafortune)
08:20 AM Feature #12676: Significant performance increase, and code conciseness, for prime_division method in prime.rb
I meant `return [] if self == 0 or self == 1` (corrected on the tracker). Eregon (Benoit Daloze)
08:13 AM Feature #12676: Significant performance increase, and code conciseness, for prime_division method in prime.rb
Marc-Andre Lafortune wrote:
> Nobuyoshi Nakada wrote:
> > Jabari Zakiya wrote:
> > > ```ruby
> > > return [] if s...
Eregon (Benoit Daloze)
12:36 PM Revision e0aaf5f5 (git): Update freenode server name [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56351 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
09:02 AM Revision 5c200b9a (git): * lib/net/http/response.rb: Improve document readability.
[fix GH-1411][ci skip] Patch by @stz-seongheon
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56350 b2dd03c8-39d4...
hsbt (Hiroshi SHIBATA)
07:01 AM Revision 8b583a01 (git): test_io.rb: workaround for Docker
* test/ruby/test_io.rb (test_ioctl_linux2): tty device may not
work on Docker.
git-svn-id: svn+ssh://ci.ruby-lang....
nobu (Nobuyoshi Nakada)
06:43 AM Revision e3e17eb9 (git): node.c: flatten NODE_BLOCK [ci skip]
* node.c (dump_node): flatten statements in NODE_BLOCK.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56348 b2dd...
nobu (Nobuyoshi Nakada)
05:27 AM Revision 82dd0828 (git): * range.c: Add docs for max/min behavior with exclusive range.
[fix GH-1433][ci skip] Patch by @BM5k
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56347 b2dd03c8-39d4-4d8f-98f...
hsbt (Hiroshi SHIBATA)
03:57 AM Revision 40435650 (git): * ext/socket/*.c: Add proper require for example to work.
[fix GH-1378][ci skip] Patch by @schneems
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56346 b2dd03c8-39d4-4d8f...
hsbt (Hiroshi SHIBATA)
02:51 AM Revision 0d81bbcb (git): Added missing contributor name.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56345 b2dd03c8-39d4-4d8f-98ff-823fe69b080e hsbt (Hiroshi SHIBATA)
02:47 AM Revision 9fff0f94 (git): * io.c: Fixed equivalent ruby code with core implemention.
[fix GH-1429][ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56344 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
hsbt (Hiroshi SHIBATA)
02:36 AM Revision 22de22b2 (git): * lib/delegate.rb: Added missing spaces and Removed needless spaces.
[fix GH-1454][ci skip] Patch by @bogdanvlviv
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56343 b2dd03c8-39d4-4...
hsbt (Hiroshi SHIBATA)

10/04/2016

08:07 PM Feature #12676: Significant performance increase, and code conciseness, for prime_division method in prime.rb
Nobuyoshi Nakada wrote:
> Jabari Zakiya wrote:
> > ```ruby
> > return [] if self | 1 == 1
> > ```
>
> It seems...
marcandre (Marc-Andre Lafortune)
07:17 PM Feature #12676: Significant performance increase, and code conciseness, for prime_division method in prime.rb
Thanks for your comments and propositions.
First, let me note that `prime_division` returns a factorization, such ...
marcandre (Marc-Andre Lafortune)
06:30 PM Feature #2172: Enumerable#chunk with no block
Great, thanks!
Done for `chunk`.
Matz, I imagine I should do the same for `chunk_while`, `slice_after`, `slice_...
marcandre (Marc-Andre Lafortune)
10:28 AM Feature #2172: Enumerable#chunk with no block
Now it sounds reasonable. Marc-Andre, could you implement it?
Matz.
matz (Yukihiro Matsumoto)
06:25 PM Revision 69846644 (git): * enum.c: Make Enumerable#chunk with no block return
an Enumerator [#2172]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56342 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Marc-Andre Lafortune
04:25 PM Revision 468301b9 (git): * 2016-10-05
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56341 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:25 PM Revision c2dd2d26 (git): * internal.h (ST2FIX): new macro to convert st_index_t to Fixnum.
a hash value of Object might be Bignum, but it causes many troubles
expecially the Object is used as a key of a has...
U.Nakamura
02:15 PM Bug #12808 (Closed): Ruby builds do not produce Process::UPTIME constant on macOS Sierra
Due to the fact that macOS Sierra does not define CLOCK_UPTIME in /usr/include/time.h the UPTIME constant is never ge... iamasmith (Andrew Smith)
12:24 PM Revision 30e856f5 (git): fix a typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56339 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
12:23 PM Revision 3dfd436c (git): fix typos [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56338 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
09:09 AM Bug #12807 (Third Party's Issue): [BUG] Segmentation fault at 0x00000000000110
Seems like a duplication of #12804 shyouhei (Shyouhei Urabe)
08:29 AM Bug #12807 (Third Party's Issue): [BUG] Segmentation fault at 0x00000000000110
-- Crash Report log information --------------------------------------------
See Crash Report log file under the ...
coffeina (Andrzej Dubaj)
08:16 AM Bug #12806 (Closed): Compiling ruby 2.3.1 on HPUX 11.31 ia64 breaks in segmentation fault
PROBLEM:
The https://bugs.ruby-lang.org/issues/8793 is still not resolved.
I've tried to compile ruby-2.3.1 on...
M1ch43l (Michael Kalisz)
03:59 AM Revision e71e83b0 (git): array.c: update Array#dig doc
* array.c (rb_ary_dig): [DOC] update an example of error message
by Array#dig, because of Integer Unification. [Fi...
nobu (Nobuyoshi Nakada)
12:55 AM Bug #12805 (Closed): MRI BigDecimal#div produces grossly wrong result
Applied in changeset r56336.
----------
bigdecimal.c: more precision
* ext/bigdecimal/bigdecimal.c (BigDecimal_div2...
nobu (Nobuyoshi Nakada)
12:55 AM Revision cc80f139 (git): bigdecimal.c: more precision
* ext/bigdecimal/bigdecimal.c (BigDecimal_div2): need more room
for precision to round. [ruby-core:77475] [Bug #12...
nobu (Nobuyoshi Nakada)
12:55 AM Revision 1ae50df9 (git): bigdecimal.c: fix debug print
* ext/bigdecimal/bigdecimal.c (VpFree, VpInit): fix debug print
format.
* ext/bigdecimal/bigdecimal.c (VPrint): fi...
nobu (Nobuyoshi Nakada)

10/03/2016

09:06 PM Revision ee1acb55 (git): * 2016-10-04
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56334 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
09:06 PM Revision 5d9b95a5 (git): * regcomp.c (onig_print_compiled_byte_code): make the shown address
look relative.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56333 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
naruse (Yui NARUSE)
09:06 PM Revision e342418e (git): * regexec.c (OPCODE_EXEC_HOOK): op is p-1 because p is already
incremented.
* regexec.c (OPCODE_EXEC_HOOK): use the exact end address.
* regexec.c (match_at): don't call OPCODE_E...
naruse (Yui NARUSE)
05:26 PM Revision 54b80158 (git): merge revision(s) 56281,56282:
strscan.c: use S_RESTLEN
* ext/strscan/strscan.c (strscan_getch, strscan_peek),
(strscan_rest_size, inspec...
nagachika (Tomoyuki Chikanaga)
01:23 PM Bug #12805 (Closed): MRI BigDecimal#div produces grossly wrong result
### Expected
(It works in JRuby-9.1.5.0)
~~~
# ruby -e 'require "bigdecimal"; (1...50).each do |i| puts (BigDe...
felixvf (Felix von Ferey)
12:39 PM Revision 011e45c6 (git): use rb_locale_str_new
* ext/readline/readline.c (readline_char_is_quoted): use
rb_locale_str_new with the length. [Feature #12659]
git-...
nobu (Nobuyoshi Nakada)
12:26 PM Revision da66234e (git): * NEWS: mention Readline.quoting_detection_proc{,=}. [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56329 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
12:21 PM Revision 81ac73c0 (git): [DOC] Fix default value of shift_age [ci skip]
`LogDevice#initialize` treats shift_age: nil as 7, but
Logger#initialize has the default value of shift_age as 0.
gi...
znz (Kazuhiro NISHIYAMA)
12:18 PM Revision 787e8788 (git): Add prefix to FIX2LONG in include/ruby/ruby.h
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56327 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
10:19 AM Bug #12804 (Third Party's Issue): rails console crashes on accessing db after upgrading to mac sierra
According to the attached crash report it dies inside of sqlite3. Please contact its authors. shyouhei (Shyouhei Urabe)
07:31 AM Bug #12804 (Third Party's Issue): rails console crashes on accessing db after upgrading to mac sierra
Encountered a bug when trying to use Rails Console to quesry and interact with activerecord. Everything had been wor... link2prasad@gmail.com (Rama Prasad)
08:20 AM Feature #12659 (Closed): Readline: expose rl_char_is_quoted_p setting
Applied in changeset r56326.
----------
rl_char_is_quoted_p
* ext/readline/readline.c (readline_s_set_quoting_detec...
nobu (Nobuyoshi Nakada)
07:03 AM Feature #12659: Readline: expose rl_char_is_quoted_p setting
> Could you add a few tests?
Sorry, I missed the patch.
You may be able to use `rb_str_sublen()` instead of `by...
nobu (Nobuyoshi Nakada)
06:46 AM Feature #12659: Readline: expose rl_char_is_quoted_p setting
Could you add a few tests?
And these functions should be `static`, and don't seem need forward declarations if the...
nobu (Nobuyoshi Nakada)
08:20 AM Revision 402f0426 (git): rl_char_is_quoted_p
* ext/readline/readline.c (readline_s_set_quoting_detection_proc):
support rl_char_is_quoted_p. [Feature #12659]
*...
nobu (Nobuyoshi Nakada)
07:10 AM Revision d3c62924 (git): * 2016-10-03
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56325 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
07:10 AM Revision 5d8acb25 (git): readline.c: mustbe_callable
* ext/readline/readline.c (mustbe_callable): extract to check a
given argument to be callable.
git-svn-id: svn+ssh...
nobu (Nobuyoshi Nakada)
02:11 AM Feature #12039: Fixnum#infinite?/Bignum#infinite or Numeric#infinte, consistent with Float#infinite? and BigDecimal#infinite?
Thank you for your hard work :) ioquatix (Samuel Williams)

10/02/2016

03:09 PM Feature #12659: Readline: expose rl_char_is_quoted_p setting
Robert A. Heiler wrote:
> If I understand it correctly then you provide a wrapper that is currently not part of ruby...
georgebrock (George Brocklehurst)
03:32 AM Revision 91430022 (git): numeric.c: adjust type
* numeric.c (rb_fix2str): cast to a pointer to adjust argument
type for the format.
git-svn-id: svn+ssh://ci.ruby-...
nobu (Nobuyoshi Nakada)
02:52 AM Feature #12676: Significant performance increase, and code conciseness, for prime_division method in prime.rb
IMHO the current version has an inconsistency in outputs between 1 and -1.
```
> 1.prime_division8 => []
> -1.p...
jzakiya (Jabari Zakiya)
 

Also available in: Atom

点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载