Published using Google Docs
DevelopersMeeting20160316Japan
Updated automatically every 5 minutes

DevelopersMeeting20160316Japan

Date: 2016/03/16 14:00- JST

Attendees: Matz, ko1, nobu, akr, naruse, mrkn, shyouhei, sorah, martin, hsbt

Next meeting

2016/04/13 13:00 @ Money Forward

[#10098] Timing-safe string comparison for OpenSSL::HMAC (naruse)

[Feature #12125] Proposal: Shorthand operator for Object#method (hsbt)

Onigmo maintenance (duerst)

github.com/k-takata/Onigmo

upper/lower case conversion (duerst)

[Bug #11844] Please update unicode-licensed files (license issue) (shyouhei)

[Bug #11816] Partial safe navigation operator (shyouhei)

[Feature #12142] Hash tables with open addressing (in particular, question about 32/64-bit indices) (duerst)

[Feature #12020] Documenting Ruby memory model (shyouhei)

[Bug #12039] Fixnum#infinite?/Bignum#infinite or Numeric#infinte, consistent with Float#infinite? and BigDecimal#infinite? (shyouhei)

[Feature #12005] Unify Fixnum and Bignum into Integer (shyouhei)

  1. Current Fixnum and Bignum C implementation move under Integer
  1. Expected to keep compatibility as far as we can.
  2. For example rb_fix_hoge, and LONG2FIX.
  1. Move every method from Fixnum/Bignum to Integer
    This solves Fixnum/Bignum rdoc duplication problem.
  2. Delete bignum; ::Bignum = ::Integer

Gem search (duerst)

[ruby-core:74355] Ruby+OMR: how should we proceed?

[Feature #12026] Support warning filters (jeremyevans0)

[Feature #12092] Allow Object#clone to yield cloned object before freezing (jeremyevans0)

[Feature #12172] Array#max and Array#min (mame)

[Feature #9969] Add File.empty? as alias to File.zero? (shyouhei)

[Bug #12121]異なる名前空間にある同名の定数により Module.constants の結果の並びが変わる (shyouhei)

[Bug #12112] Resolv.getname with IPv6 noop (shyouhei)

[Bug #12162] OpenSSL::PKCS7 seems to create broken objects (nested asn.1 error) (shyouhei)

[Bug #12091] Freezing a SortedSet breaks Enumerable (shyouhei)

[Bug #12126] [PATCH] openssl: accept moving write buffer for write_nonblock (shyouhei)

[Feature #10617] Change multiple assignment in conditional from parse error to warning (shyouhei)

[Feature #12094] parameterized property assignment: o.prop(arg) = 1 (shyouhei)

[Feature #12096] New notation for instance variables and class variables (shyouhei)

[Bug #12104] Procs keyword arguments affect value of previous argument (shyouhei)

[Bug #12106] Behavior of double splatting of hashes with non symbol key is different according to splatted hash position (shyouhei)

[Feature #11997] A method to read a file with interpolations (shyouhei)

[Feature #12116] Fixnum#divmod, Bignum#divmod with multiple arguments (shyouhei)

Good example.

[Feature #12119] next_prime for lib/prime.rb (shyouhei)

[Feature #12134] Comparison between true and false (shyouhei)

[Feature #11547] remove top-level constant lookup (shyouhei)

[Misc #12124] Use Automake (shyouhei)

[Bug #12139] return OpenSSL::Random.random_bytes(n) call takes to long. OpenSSL:: bug on windows. (naruse)