Project

General

Profile

Activity

From 09/28/2016 to 10/04/2016

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... [email protected] (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)

10/01/2016

11:22 PM Revision 432a0750 (git): ruby.h: add prefix
* include/ruby/ruby.h (RB_INT2FIX, RB_LONG2FIX): prefix RB to
global symbols to get rid of name conflicts with othe...
nobu (Nobuyoshi Nakada)
10:51 PM Revision 63d77c2a (git): string.c: negative hash
* string.c (rb_str_hash_m): hash values may be negative.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56321 b2d...
nobu (Nobuyoshi Nakada)
09:12 PM Feature #12803 (Closed): Improve Logger.new option documentation
Logger.new: http://ruby-doc.org/stdlib-2.3.0/libdoc/logger/rdoc/Logger.html#new-method
From only looking at the do...
spacemunkay (Jason Denney)
05:49 PM Feature #12802 (Open): Add BLAKE2 support to Digest
BLAKE2 is a fast, modern hash function, based on improvements to the BLAKE function, which was a SHA3 finalist. BLAKE... bascule (Tony Arcieri)
05:06 PM Revision 7a440190 (git): * string.c (rb_str_hash_m): st_index_t is not guaranteed as the same
size with int, and of course also not guaranteed the value can be
Fixnum.
git-svn-id: svn+ssh://ci.ruby-lang.org/...
U.Nakamura
05:04 PM Revision 318ecff4 (git): * 2016-10-02
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56319 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:04 PM Revision ae55ecc2 (git): * numeric.c (rb_fix2str): detect unnormalized Fixnum value.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56318 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
02:12 PM Revision 9c9c46e5 (git): * ext/date/date_parse.c (date_zone_to_diff): it's nonsence and really
harm that to use unary minus operator with unsigned value.
get rid of test failures introduced at r56312.
git-svn...
U.Nakamura
01:17 PM Revision 1b944201 (git): compile.c: literal range
* compile.c (iseq_compile_each): move numeric literal range
optimization from fixup_nodes() in parse.y.
git-svn-id...
nobu (Nobuyoshi Nakada)
12:28 PM Misc #12756 (Closed): Increase test coverage and stylistic changes for URI::HTTP
hsbt (Hiroshi SHIBATA)
10:19 AM Revision 8c401de5 (git): compile.c: optimize flip-flop
* compile.c (compile_flip_flop): simplify generated code.
* compile.c (compile_branch_condition): flip-flop can appea...
nobu (Nobuyoshi Nakada)
09:04 AM Bug #12728: Negative lookahead does not work for "+" even though works for "@"
Yui NARUSE wrote:
> In case 2, the regexp just behave as if
>
> ```
> t %r{
> (?<!\\)\( ...
rklemme (Robert Klemme)
09:00 AM Revision 4bb74854 (git): date_parse.c: str_end_with
* ext/date/date_parse.c (str_end_with): extract to tell if a
string ends with the other string.
git-svn-id: svn+ss...
nobu (Nobuyoshi Nakada)
08:52 AM Revision d618f7b7 (git): zonetab.h: use strncmp
* ext/date/zonetab.h (zonetab): use strncmp.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56313 b2dd03c8-39d4-4...
nobu (Nobuyoshi Nakada)
08:52 AM Revision c943e596 (git): date_parse.c: refactor
* ext/date/date_parse.c (date_zone_to_diff): refactor without
allocating strings.
git-svn-id: svn+ssh://ci.ruby-la...
nobu (Nobuyoshi Nakada)

09/30/2016

09:57 PM Bug #12728 (Rejected): Negative lookahead does not work for "+" even though works for "@"
In case 2, the regexp just behave as if
```
t %r{
(?<!\\)\( # outer bracket
o...
naruse (Yui NARUSE)
05:03 PM Revision fbe91115 (git): * 2016-10-01
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56311 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:03 PM Revision c82d8744 (git): * win32/win32.c (poll_child_status): rb_w32_wait_events_blocking() sets
errno internally, then should not set it here.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56310 b2dd03c8-39d...
U.Nakamura
04:07 PM Bug #12742: backport r56117 (fix private constant message) and r56118 (fix deprecated constant message)
ruby_2_2 r56309 merged revision(s) 56117.
ruby 2.2 doesn't warn deprecated constants, then we don't have to (or, can'...
usa (Usaku NAKAMURA)
04:05 PM Revision a6bc3808 (git): merge revision(s) 56117: [Backport #12742]
* variable.c (rb_const_search): raise with the actual class/module
name which defines the private constant....
U.Nakamura
03:58 PM Revision 768cdfb2 (git): merge revision(s) 56030,56035: [Backport #12711]
* vm_dump.c (backtrace): use rip in the saved context for the case
the SIGSEGV is received when the process...
U.Nakamura
03:57 PM Bug #12766: Backport r56166 (Don't include bad password in URI exception output)
ruby_2_2 r56307 merged revision(s) 56166. usa (Usaku NAKAMURA)
03:57 PM Revision 16310405 (git): merge revision(s) 56166: [Backport #12766]
* lib/uri/generic.rb (def check_password): don't include bad password
in URI exception output
* te...
U.Nakamura
03:55 PM Bug #12713: backport r56036
ruby_2_2 r56306 merged revision(s) 56036,56041. usa (Usaku NAKAMURA)
03:55 PM Revision 6468b9be (git): merge revision(s) 56036,56041: [Backport #12713]
* io.c (nogvl_fsync, nogvl_fdatasync): on Windows, just ignore if the
fd is associated to non-disk device. ...
U.Nakamura
03:54 PM Bug #12738: Array#flattenで特異クラスが引き継がれる
ruby_2_2 r56305 merged revision(s) 56111. usa (Usaku NAKAMURA)
03:54 PM Revision 4af941c7 (git): merge revision(s) 56111: [Backport #12738]
* array.c (flatten): use rb_obj_class instead of rb_class_of
because rb_class_of may return a singleton cla...
U.Nakamura
03:52 PM Bug #12692: remove RUBYLIB_PREFIX from man/irb.1
ruby_2_2 r56304 merged revision(s) 55984. usa (Usaku NAKAMURA)
03:52 PM Revision f0608fca (git): merge revision(s) 55984: [Backport #12692]
* man/irb.1: remove useless -width option.
[ruby-dev:49767] [Bug #12692]
git-svn-id: svn+ssh://ci.ruby-la...
U.Nakamura
03:50 PM Bug #12183: require "win32ole" すると終了ステータスが必ず 0 になる
ruby_2_2 r56303 merged revision(s) 49495. usa (Usaku NAKAMURA)
03:50 PM Revision d5e55668 (git): merge revision(s) 49495: [Backport #12183]
* ext/win32ole/win32ole.c (Init_win32ole): should not use atexit to
free allocated hash table to avoid erro...
U.Nakamura
03:44 PM Bug #12537: Fiddle::TestPointer#test_to_s and test_to_str destroy literal string data
ruby_2_2 r56302 merged revision(s) 55554. usa (Usaku NAKAMURA)
03:44 PM Revision 71e009ed (git): merge revision(s) 55554: [Backport #12537]
* test/fiddle/test_pointer.rb (test_to_str, test_to_s, test_aref_aset):
Attempt to use independent strings ...
U.Nakamura
03:42 PM Bug #12536: SIGABRT during GC on Debian GNU/Linux 8 (x86_64) due to insufficient string buffer allocation related with term fill
ruby_2_2 r56301 merged revision(s) 55547,55551,55552,55555,55557,55559,55568,55575,55691. usa (Usaku NAKAMURA)
03:42 PM Revision 63e4f212 (git): merge revision(s) 55547,55551,55552,55555,55557,55559,55568,55575,55691: [Backport #12536]
* string.c: Fix memory corruptions when using UTF-16/32 strings.
[Bug #12536] [ruby-dev:49699]
* s...
U.Nakamura
03:03 PM Bug #12660: [PATCH] openssl: avoid undefined behavior on empty SSL_write
ruby_2_2 r56300 merged revision(s) 55822. usa (Usaku NAKAMURA)
03:03 PM Revision c880452b (git): merge revision(s) 55822: [Backport #12660]
* ext/openssl/ossl_ssl.c (ossl_ssl_write_internal):
avoid undefined behavior
* test/openssl/test_p...
U.Nakamura
12:46 PM Revision ed2af78b (git): test_flip.rb: add
* test/ruby/test_flip.rb (test_flip_flop): basic test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56299 b2dd0...
nobu (Nobuyoshi Nakada)
10:06 AM Revision 107ba65f (git): * lib/uri/http.rb: Documentation and code style imrovements.
* test/uri/test_http.rb: Added test for coverage.
[fix GH-1427][ruby-core:77255][Misc #12756]
git-svn-id: svn+ssh:...
hsbt (Hiroshi SHIBATA)
09:43 AM Revision 377f69e4 (git): * doc/syntax/control_expressions.rdoc: Add missing 'as'
[ci skip][fix GH-1448] Patch by @jsyeo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56297 b2dd03c8-39d4-4d8f-98...
hsbt (Hiroshi SHIBATA)
05:47 AM Feature #12790: Better inspect for stdlib classes
That the object id is displayed also used to confuse me. I adjusted to it
so it is fine but I don't think I ever rea...
shevegen (Robert A. Heiler)
05:41 AM Feature #12786: String#casecmp?
I think .eql? is not a good name because it chops away characters.
Imagine if we would have .sz or .sz? rather tha...
shevegen (Robert A. Heiler)
04:02 AM Revision 64f11d81 (git): * 2016-09-30
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56296 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:02 AM Revision d84d0f27 (git): test_range.rb: all assertions
* test/ruby/test_range.rb (test_range_bsearch_for_floats): test
all assertions.
git-svn-id: svn+ssh://ci.ruby-lang...
nobu (Nobuyoshi Nakada)
03:11 AM Feature #841: Object#self
このチケット、2.2でObject#itselfが導入されたことで肯定的に解決されたという理解であってるでしょうか。
https://ruby-doc.org/core-2.2.0/Object.html#method-i-itse...
takahashim (Masayoshi Takahashi)
01:09 AM Bug #12801 (Feedback): Bug while developing a Rails app
Thank you. The output shows it died inside of GC.
Note however that it is highly possibly not a GC's fault. It j...
shyouhei (Shyouhei Urabe)

09/29/2016

11:44 PM Feature #12138: Support `Kernel#load_with_env(filename, cbase: SomeMod, cref: someMod, binding: SomeMod) # => obj`
Yukihiro Matsumoto wrote:
> I understand the need for load() with context, but this proposal has
>
> * a bad name...
josh.cheek (Josh Cheek)
09:00 PM Bug #12801 (Closed): Bug while developing a Rails app
I don't what happened and I'm not investigating also. The reason I'm reporting is because I read the message in the e... silaspedrosa (Silas Pedrosa)
07:29 PM Feature #12142: Hash tables with open addressing
I still don't like open-addressing here. But code looks clearer.
And it is better to have common than different when...
funny_falcon (Yura Sokolov)
03:50 PM Feature #12142: Hash tables with open addressing
Yura Sokolov wrote:
> Good day, everyone.
>
> I'm adding alternative patch version for st_table.
> It is my comp...
vmakarov (Vladimir Makarov)
02:40 PM Revision c249453c (git): * lib/yaml/store.rb (YAML::Store#dump): use table argument instead of @table directly.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56294 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
01:56 PM Revision a0a6fd73 (git): update call-seq of YAML::Store#initialize [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56293 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
01:43 PM Bug #12800 (Closed): YAMLStoreTest#test_thread_safe hang
Applied in changeset r56291.
----------
fix YAML::Store
* lib/yaml/store.rb (YAML::Store#initialize): Fix arguments...
Anonymous
01:39 PM Bug #12800 (Closed): YAMLStoreTest#test_thread_safe hang
`lib/yaml/store.rb` のテストがなかったので、`test/test_pstore.rb` を元に `test/yaml/test_store.rb` を作ってみたところ、`YAMLStoreTest#test_thr... znz (Kazuhiro NISHIYAMA)
01:43 PM Revision b9814bee (git): * properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56292 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
01:43 PM Revision 158cf62b (git): fix YAML::Store
* lib/yaml/store.rb (YAML::Store#initialize): Fix arguments.
[ruby-dev:49821] [Bug #12800]
* test/yaml/test_store....
znz (Kazuhiro NISHIYAMA)
12:08 PM Revision 2eb0ad76 (git): checksum algorithm is not MD5 only [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56290 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
11:33 AM Revision 46bbb62b (git): parse.y: deferred_dots_gen
* parse.y (deferred_dots_gen): extract for tDOT2 and tDOT3.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56289 ...
nobu (Nobuyoshi Nakada)
10:38 AM Revision 15686d6e (git): appveyor.yml: use mirror for zlib
* appveyor.yml (install): try sourceforge.net mirror to download
zlib source.
git-svn-id: svn+ssh://ci.ruby-lang.o...
nobu (Nobuyoshi Nakada)
10:34 AM Revision 325587ee (git): thread_sync.c: Document exception types
* thread_sync.c (rb_queue_pop, rb_szqueue_push, rb_szqueue_pop):
Document exception types, ThreadError, raised by Q...
nobu (Nobuyoshi Nakada)
10:21 AM Revision b1d24240 (git): * 2016-09-29
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56286 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
10:21 AM Revision 084487a3 (git): thread_sync.c: Remove confusing comments
* thread_sync.c (Init_thread_sync): Remove confusing doc comments,
which are picked up by rdoc unexpectedly, from Q...
nobu (Nobuyoshi Nakada)
07:36 AM Feature #12020: Documenting Ruby memory model
As the previous comments mention we had a meeting to discus memory
model at RubyKaigi. There were about fifteen Ruby...
pitr.ch (Petr Chalupa)
05:41 AM Feature #12093: Eval InstructionSequence with binding
I discovered an old [patch] for this issue.
This enables the following code, but doesn't seem useful to me.
```ru...
nobu (Nobuyoshi Nakada)

09/28/2016

05:52 PM Bug #12799 (Closed): IPAddr#== throws an exception with objects that can't be converted to IPAddr
I accidentally deleted issue #12779. It was created by https://bugs.ruby-lang.org/users/11301
----
Description
...
hsbt (Hiroshi SHIBATA)
02:29 PM Bug #12793: Warning.warn with non-string object
While `Kernel#warn` should be generous since it is a public API,
`Warning.warn` is a method called by the internal a...
nobu (Nobuyoshi Nakada)
01:44 PM Bug #12793: Warning.warn with non-string object
`Kernel#warn` accepts `nil` and `1`, but `Warning.warn` raises `TypeError`.
Is this difference expected?
```
% r...
znz (Kazuhiro NISHIYAMA)
02:14 PM Feature #6943 (Closed): pstore in FIPS mode
Applied in changeset r56284.
----------
PStore: select checksum algorithm
* lib/pstore.rb (PStore::CHECKSUM_ALGO): ...
nobu (Nobuyoshi Nakada)
02:14 PM Revision 9f9add3e (git): PStore: select checksum algorithm
* lib/pstore.rb (PStore::CHECKSUM_ALGO): find available hashing
algorithm for checksum. MD5 is not available in FI...
nobu (Nobuyoshi Nakada)
02:12 PM Revision d90b767d (git): test_pstore.rb: use queues
* test/test_pstore.rb (PStoreTest#test_thread_safe): handshake by
queues, and reduce sleeping time.
git-svn-id: sv...
nobu (Nobuyoshi Nakada)
01:19 PM Bug #12797 (Third Party's Issue): Crash after rails test
Please report to the sqlite3-ruby project. nobu (Nobuyoshi Nakada)
11:51 AM Bug #12797: Crash after rails test
spring stop also helps... otherwise rails test crashes again. bginnhh (Ingo Kaiser)
10:56 AM Bug #12797 (Third Party's Issue): Crash after rails test
While running rails test for the second or further times, the command line reports a crash - every time. Restarting t... bginnhh (Ingo Kaiser)
07:40 AM Bug #8221 (Closed): 2 AES-128-GCM (probably same in AES-256-GCM) bug?
Fixed by the following commits at ruby/openssl.
1. AES-GCM ciphers does not have uppercase short name
https...
rhenium (Kazuki Yamaguchi)
07:23 AM Bug #12794 (Rejected): Invalid ASN1 from OpenSSL::X509::Requests
It's not a bug. Calling #to_der against an empty OpenSSL::X509::Request has always returned invalid DER encoding of a... rhenium (Kazuki Yamaguchi)
05:26 AM Bug #12796 (Closed): Segmentation fault at ~/.rvm/gems/ruby-2.3.0@global/gems/did_you_mean-1.0.0/lib/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb:10: [BUG]
It's an already fixed bug, and 2.3.1 has been released. nobu (Nobuyoshi Nakada)
05:07 AM Bug #12796 (Closed): Segmentation fault at ~/.rvm/gems/ruby-2.3.0@global/gems/did_you_mean-1.0.0/lib/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb:10: [BUG]
Hi,
This is my first bug report so am sorry for missing out any wanted data.
I am using Ruby 2.3.0p0 with Rail...
prasadsurase (Prasad Surase)
05:11 AM Revision 0b149ab5 (git): strscan.c: minl
* ext/strscan/strscan.c (minl): extract to reduce repeated S_LEN.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@...
nobu (Nobuyoshi Nakada)
05:11 AM Revision 604ae2e1 (git): strscan.c: use S_RESTLEN
* ext/strscan/strscan.c (strscan_getch, strscan_peek),
(strscan_rest_size, inspect2): use S_RESTLEN consistently.
...
nobu (Nobuyoshi Nakada)
04:00 AM Revision 6c8fc79f (git): Update Signal.signame doc [ci-skip]
* signal.c (sig_signame): [DOC] Add documentation in the case of
return nil. [Fix GH-1449]
git-svn-id: svn+ssh://...
nobu (Nobuyoshi Nakada)
01:49 AM Revision ca17c5d1 (git): * .travis.yml: delete comments. They were outdated. [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56279 b2dd03c8-39d4-4d8f-98ff-823fe69b080e shyouhei (Shyouhei Urabe)
01:26 AM Bug #12795 (Third Party's Issue): Bug when using Rails Console to query ActiveRecord - Segmentation fault
Please report to the sqlite3-ruby project.
nobu (Nobuyoshi Nakada)
01:13 AM Bug #12795 (Third Party's Issue): Bug when using Rails Console to query ActiveRecord - Segmentation fault
Encountered a bug when trying to use Rails Console (with Pry gem) to quesry and interact with activerecord. Everythin... suprTony (tony c)
01:16 AM Revision b6139464 (git): rubygems 2.6.7
* lib/rubygems.rb, lib/rubygems/*, test/rubygems/*: Update
rubygems to 2.6.7, not the master, with r56225.
git-svn...
nobu (Nobuyoshi Nakada)
12:57 AM Revision 69934aeb (git): rubygems 2.6.7
* lib/rubygems.rb, lib/rubygems/*, test/rubygems/*: Update
rubygems to 2.6.7.
Release note of 2.6.7: https://gith...
nobu (Nobuyoshi Nakada)
12:57 AM Feature #10098: [PATCH] Timing-safe string comparison for OpenSSL::HMAC
Are we going to add this method under OpenSSL namespace? If so "secure" describes almost nothing.
My suggestion is...
shyouhei (Shyouhei Urabe)
 

Also available in: Atom