Activity
From 08/10/2016 to 08/16/2016
08/16/2016
-
08:36 PM Bug #12682 (Rejected): Hash#flatten(level) does not recursively flatten inner hashes.
- ~~~
pry
[1] pry(main)> x = {a: {b: 1, c:2}}
=> {:a=>{:b=>1, :c=>2}}
[2] pry(main)> x.flatten(1)
=> [:a, {:b=>1, ... -
04:26 PM Bug #12548: Rounding modes inconsistency between round versus sprintf
- It looks like floats are rounded via numeric.c, using the flo_round function. That definitely does *not* use round-ev...
-
12:43 PM Feature #12512: Import Hash#transform_values and its destructive version from ActiveSupport
- Right, sorry for the diversion.
I agree with Marc-Andre, I do not find map_values confusing.
After all we want to... -
12:24 PM Feature #12512: Import Hash#transform_values and its destructive version from ActiveSupport
- Can we stick to the name of #map_v here? I don't think it's wise to expand the front line in this thread.
-
09:43 AM Feature #12512: Import Hash#transform_values and its destructive version from ActiveSupport
- Yukihiro Matsumoto wrote:
> `map_values`, `map_keys` and `map_pairs` seems consistent.
>
> In addition, we are co... -
12:41 PM Bug #12681: Gemfied tk issue
- >Also, the "gem install tk" does not build the extension, so that is another source of possible issues.
I missed c... -
12:07 PM Bug #12681 (Closed): Gemfied tk issue
- First of all, thank you for moving Tk into independent gem.
Nevertheless, I have one concern. So far, you left the... -
12:14 PM Bug #12517: def_delegators broken on ruby-head?
- ruby_2_2 r55943 merged revision(s) 53424,55509.
-
03:00 AM Bug #12517: def_delegators broken on ruby-head?
- ruby_2_3 r55917 merged revision(s) 53424,55509.
-
12:02 PM Bug #12498: Parsing a mailto URI with no recipient throws the error URI::InvalidComponentError: missing opaque part for mailto URL
- ruby_2_2 r55941 merged revision(s) 55563.
-
02:49 AM Bug #12498: Parsing a mailto URI with no recipient throws the error URI::InvalidComponentError: missing opaque part for mailto URL
- ruby_2_3 r55916 merged revision(s) 55563.
-
12:01 PM Bug #12488: Backport r55410 (reject too large precision in date_strftime.c)
- ruby_2_2 r55940 merged revision(s) 55410.
-
11:58 AM Bug #12454: Regexp: Segfault due to Invalid Read in regcomp.c : add_char_opt_map_info
- ruby_2_2 r55939 merged revision(s) 55562.
-
11:57 AM Bug #12446: Failure of TestM17NComb#test_str_crypt_nonstrict on cygwin
- ruby_2_2 r55938 merged revision(s) 55233.
-
11:55 AM Bug #12441: Segfault in mod_exp
- ruby_2_2 r55937 merged revision(s) 55047.
-
11:39 AM Bug #12431: Strange behavior of String#encode('UTF-8', 'UTF-8', ...) when the encoding of the source string is not UTF-8
- ruby_2_2 r55936 merged revision(s) 55181.
-
11:33 AM Bug #12428: OpenSSL::PKey::RSA.public_encrypt crashes ruby when initiated without key size.
- ruby_2_2 r55935 merged revision(s) 55175.
-
11:29 AM Bug #12411: Warnings when compiling transcode.c on cygwin
- ruby_2_2 r55934 merged revision(s) 55115.
-
08:43 AM Bug #12680 (Closed): Please backport memory leak fixes in ext/openssl
- The following methods have an issue of memory leak:
- OpenSSL::X509::ExtensionFactory#create_ext
- OpenSSL::X509:... -
08:11 AM Bug #12679 (Closed): Failed to build ruby on aarch64 with musl libc and gcc 6
- ~~~
verconf.h updated
compiling loadpath.c
encdb.h updated
linking static-library libruby-static.a
making srcs u... -
06:03 AM Bug #12401: compile fails --with-static-linked-ext
- ruby_2_2 r55931 merged revision(s) 55434.
-
05:56 AM Bug #12345: A module's private constants are given with `Module#constant(false)`
- ruby_2_2 r55930 merged revision(s) 55705.
-
05:53 AM Bug #12342: DRb.stop_service doesn't kill sleeping TimerIdConv threads
- ruby_2_2 r55929 merged revision(s) 55008.
-
05:40 AM Bug #12677: Ruby fails to build from snapshot tarball without Ruby installed
- Testing with r55915, it appears to work now. Thx for the quick fix.
-
02:02 AM Bug #12677 (Closed): Ruby fails to build from snapshot tarball without Ruby installed
- Applied in changeset r55913.
----------
make-snapshot: save unicode headers
* tool/make-snapshot (package): save ge... -
05:07 AM Bug #12255: [DOC] Small fix for rdoc of ext/json/lib/json/add/*
- ruby_2_2 r55928 merged revision(s) 55380.
-
05:06 AM Bug #12209: Array#pack("G") problem
- ruby_2_2 r55927 merged revision(s) 55573.
-
05:03 AM Bug #12645: ext/socket fails to link on some Solaris 10 versions
- ruby_2_2 r55926 merged revision(s) 55797.
-
04:57 AM Bug #12611: Issues, reported by PVS-Studio static analyzer
- ruby_2_2 r55925 merged revision(s) 55729.
-
04:51 AM Bug #12575: Conditional jump or move depends on uninitialised value(s) at rb_wait_for_single_fd (thread.c:3864)
- ruby_2_2 r55924 merged revision(s) 55613.
-
04:41 AM Bug #12610: webrick: protect from httpoxy
- ruby_2_2 r55923 merged revision(s) 55731.
-
04:39 AM Bug #12609: rexml attribute class is using "e instead of " when replacing " for the XML character entity "
- ruby_2_2 r55922 merged revision(s) 55726,55727.
-
04:36 AM Bug #12583: Class#instance_methods dumps core
- ruby_2_2 r55921 merged revision(s) 55663.
-
04:29 AM Bug #12583: Class#instance_methods dumps core
- ruby_2_3 r55919 merged revision(s) 55663.
-
03:20 AM Bug #12248: Backport rubygems fix from upstream repo for Ruby 2.2.x
- rubygems-2.4.x still failed tests on the upstream repository. I have no time for investigating it.
Please backport... -
12:34 AM Bug #12248 (Feedback): Backport rubygems fix from upstream repo for Ruby 2.2.x
- Current status?
-
03:13 AM Bug #12524: Excess semicolons in ext/digest and ext/openssl
- ruby_2_3 r55918 merged revision(s) 55523.
-
03:08 AM Feature #8526 (Closed): gemify tk
- r55844 で対応済みなのでこちらは close します。
-
03:07 AM Bug #11908 (Rejected): Tk still relies on safe level 3 and 4
- tk was extracted to https://github.com/ruby/tk/pulls . Please submit your patch as pull request.
-
03:06 AM Bug #11897 (Rejected): Hash key typo in Tk
- tk was extracted to https://github.com/ruby/tk/pulls . Please submit your patch as pull request.
-
03:06 AM Bug #11896 (Rejected): Local variable name typo in Tk
- tk was extracted to https://github.com/ruby/tk/pulls . Please submit your patch as pull request.
-
03:06 AM Bug #11895 (Rejected): Method name typo in Tk (configure, configinfo)
- tk was extracted to https://github.com/ruby/tk/pulls . Please submit your patch as pull request.
-
03:06 AM Bug #11894 (Rejected): Tk method name typo (sortcolumn, sortcolumnlist)
- tk was extracted to https://github.com/ruby/tk/pulls . Please submit your patch as pull request.
-
03:06 AM Bug #11892 (Rejected): Ruby keyword typo in Tk (return)
- tk was extracted to https://github.com/ruby/tk/pulls . Please submit your patch as pull request.
-
03:06 AM Bug #11889 (Rejected): Constant name typo in Tk
- tk was extracted to https://github.com/ruby/tk/pulls . Please submit your patch as pull request.
-
03:05 AM Bug #11888 (Rejected): Method name typo in Tk
- tk was extracted to https://github.com/ruby/tk/pulls . Please submit your patch as pull request.
-
03:05 AM Bug #11887 (Rejected): Local variable name typo in Tk
- tk was extracted to https://github.com/ruby/tk/pulls . Please submit your patch as pull request.
-
01:02 AM Bug #12670: Segmentation fault on `Magick::Image#get_pixels` on ruby since ruby-2.2
- Line 5426 of gc.c at v2_3_1 https://github.com/ruby/ruby/blob/v2_3_1/gc.c#L5426 that is pointed by out.log, is about ...
-
12:37 AM Bug #12670: Segmentation fault on `Magick::Image#get_pixels` on ruby since ruby-2.2
- It may be related to #10440 r48239, as `git bisect` shown.
08/15/2016
-
10:21 PM Bug #12678 (Closed): No way to set a timeout for TLS handshake when using Net::SMTP
- When establishing a connection to an SMTP server, Net::SMTP doesn't offer a way to specify a timeout for how long the...
-
09:11 PM Feature #12659: Readline: expose rl_char_is_quoted_p setting
- If I understand it correctly then you provide a wrapper that is currently not part of ruby readline module yes?
If... -
08:00 PM Bug #12557: backport r55581 (Net::HTTP should raise error when CR/LF in a request line)
- ruby_2_3 r55912 merged revision(s) 55581,55582,55880.
-
07:56 PM Bug #12556: backport r55579 (Net::FTP should raise error when CR/LF in a line)
- ruby_2_3 r55911 merged revision(s) 55579.
-
07:47 PM Bug #12488: Backport r55410 (reject too large precision in date_strftime.c)
- ruby_2_3 r55910 merged revision(s) 55410.
-
07:37 PM Bug #12483: File.expand_path does not normalize cwd
- ruby_2_3 r55909 merged revision(s) 55385,55390.
-
07:24 PM Bug #12454: Regexp: Segfault due to Invalid Read in regcomp.c : add_char_opt_map_info
- ruby_2_3 r55908 merged revision(s) 55562.
-
07:15 PM Bug #12446: Failure of TestM17NComb#test_str_crypt_nonstrict on cygwin
- ruby_2_3 r55907 merged revision(s) 55233.
-
07:06 PM Bug #12441: Segfault in mod_exp
- ruby_2_3 r55906 merged revision(s) 55047.
-
07:02 PM Bug #12431: Strange behavior of String#encode('UTF-8', 'UTF-8', ...) when the encoding of the source string is not UTF-8
- ruby_2_3 r55905 merged revision(s) 55181.
-
06:49 PM Bug #12428: OpenSSL::PKey::RSA.public_encrypt crashes ruby when initiated without key size.
- ruby_2_3 r55904 merged revision(s) 55175.
-
06:40 PM Bug #12411: Warnings when compiling transcode.c on cygwin
- ruby_2_3 r55903 merged revision(s) 55115.
-
05:56 PM Bug #11988: YAML.dump doesn't quote string starting with 0 which will be recognized as float in YAML 1.2
- ruby_2_3 r55902 merged revision(s) 55497,55498,55504.
-
04:29 PM Feature #12512: Import Hash#transform_values and its destructive version from ActiveSupport
- `map_values`, `map_keys` and `map_pairs` seems consistent.
In addition, we are considering adding a method to crea... -
03:20 PM Feature #12512: Import Hash#transform_values and its destructive version from ActiveSupport
- Yukihiro Matsumoto wrote:
> From our discussion, we concerned `map_values` is too close to `map.values`, which has t... -
09:59 AM Feature #12512: Import Hash#transform_values and its destructive version from ActiveSupport
- Incidentally, as discussed back in #7793, the [hashmap](https://rubygems.org/gems/hashmap) gem defines #map_keys, #ma...
-
09:42 AM Feature #12512: Import Hash#transform_values and its destructive version from ActiveSupport
- From our discussion, we concerned `map_values` is too close to `map.values`, which has totally different semantics. B...
-
08:11 AM Feature #12512 (Open): Import Hash#transform_values and its destructive version from ActiveSupport
- reopened ticket because of naming issue.
Matz, could you close it if you finish the discussion? -
01:02 PM Bug #12677 (Closed): Ruby fails to build from snapshot tarball without Ruby installed
- I prepared snapshot from r55901 using tool/make-snapshot, but this snapshot fails to build without Ruby installed:
... -
09:05 AM Bug #12674: io/wait: not handling the case when the socket is closed before doing wait_readable/writable with timeout
- Just tested on linux (x86_64-linux), same output.
-
08:01 AM Bug #12674: io/wait: not handling the case when the socket is closed before doing wait_readable/writable with timeout
- this was executed on a MAC (darwin, I guess).
-
01:37 AM Bug #12674 (Feedback): io/wait: not handling the case when the socket is closed before doing wait_readable/writable with timeout
- What's your platform?
~~IIRC, it depends on platforms.~~ -
08:53 AM Bug #12327: Seg Fault - ruby 2.3.0 mongo & OpenSSL issue??
- What is shown if you run under valgrind? I suspect this is also #12292.
-
08:37 AM Bug #12327: Seg Fault - ruby 2.3.0 mongo & OpenSSL issue??
- Hiroshi SHIBATA wrote:
> Can you try with Ruby 2.3.1?
I tried with 2.3.1 - it happens again. This is the trace:
... -
01:48 AM Feature #12676 (Closed): Significant performance increase, and code conciseness, for prime_division method in prime.rb
- I earlier posted code to simplify the prime_division method in prime.rb.
This made the code much more concise and re...
08/14/2016
-
08:46 PM Feature #12675 (Closed): Code simplification and readability for prime_division method in prime.rb
- I believe the following code simplification for the prime_division
method in prime.rb makes it more readable as Engl... -
02:42 PM Bug #12674 (Rejected): io/wait: not handling the case when the socket is closed before doing wait_readable/writable with timeout
- I wrote the following script to show the problem:
```ruby
require 'socket'
require 'io/wait'
Thread.new do
... -
01:35 PM Bug #12614 (Closed): Segmentation Fault on Ruby 2.3.1
- Applied in changeset r55896.
----------
id_table.c: extend, don't shrink
* id_table.c (hash_table_extend): should n... -
06:13 AM Bug #12614: Segmentation Fault on Ruby 2.3.1
- Reproduced with trunk `ruby 2.4.0dev (2016-08-14 trunk 55893) [x86_64-linux]`.
I guess it is related to method tab...
08/13/2016
-
08:57 PM Feature #12673: Performance improvement to Prime.prime? in prime.rb
- After doing more testing of alternative techniques, for CRuby and JRuby,
here are some timing results on CRuby 2.3.1... -
03:06 PM Feature #12673 (Closed): Performance improvement to Prime.prime? in prime.rb
- The following code change provides a significant speed increase for Prime.prime? in prime.rb.
```
class Prime
... -
06:36 PM Feature #12648: `Enumerable#sort_by` with descending option
- Yukihiro Matsumoto wrote:
> I think we are talking about two things at once.
>
> First, adding reverse (or descen... -
09:00 AM Bug #12672 (Feedback): rails server
- Sorry, it's preview for 2.4, not 2.3.
I suspect it may be fixed already, though.
Could you try recent snapshots? -
08:54 AM Bug #12672 (Rejected): rails server
- Why still using preview?
-
04:00 AM Bug #12672 (Closed): rails server
- execute app with rails5.0.1
rails server
/usr/local/lib/ruby/gems/2.4.0/gems/railties-5.0.0.1/lib/rails/app_load... -
08:01 AM Feature #12665: Faster prime? method for prime.rb std lib
- Sorry if I wasn't clear. It has been committed.
-
02:10 AM Bug #12669 (Closed): syntax error at assinments of command
- Applied in changeset r55888.
----------
parse.y: chained assignments
* parse.y (command_asgn, arg): fix syntax erro...
08/12/2016
-
04:28 PM Feature #12665: Faster prime? method for prime.rb std lib
- Could you please provide me a technical rationale for not giving this
method consideration. I do not know what your... -
03:11 PM Bug #12630: add gem sources errors on Ruby 2.4.0-preview1
- you're right.
~~~ ruby
$ ruby -ropenssl -e'puts OpenSSL::OPENSSL_VERSION, OpenSSL::OPENSSL_LIBRARY_VERSION'
Ope... -
12:08 PM Feature #6559 (Closed): Set DoNotReverseLookup to true in Webrick
- Applied in changeset r55881.
----------
* lib/webrick/config.rb (WEBrick::Config::General):
disable reverse lookup... -
09:34 AM Bug #12666: Fatal error: glibc detected an invalid stdio handle
- Actually, in the RHBZ, there are two comments from two glibc maintainers and both suggest to load glibc without speci...
-
08:45 AM Bug #12666: Fatal error: glibc detected an invalid stdio handle
- Shyouhei Urabe wrote:
> For Fedora the patch seems OK. But I doubt if it could break on other systems like mswin. ... -
12:38 AM Bug #12666: Fatal error: glibc detected an invalid stdio handle
- For Fedora the patch seems OK. But I doubt if it could break on other systems like mswin. The fix proposed by the g...
-
06:46 AM Bug #12671: Hash#to_proc result is not a lambda, but enforces arity
- JRuby implements Hash#to_proc as:
```ruby
class Hash
def to_proc
method(:[]).to_proc
end
end
```
... -
05:47 AM Bug #12671: Hash#to_proc result is not a lambda, but enforces arity
- None-lambda doesn't mean that it never checks its arguments.
And if it's a lambda, it doesn't match the `arity` valu... -
01:25 AM Bug #12671 (Closed): Hash#to_proc result is not a lambda, but enforces arity
- ```
$ ruby23 -e 'pr = {foo:1}.to_proc; puts pr.lambda?; pr.call rescue puts $!; pr.call(1, 2) rescue puts $!'
fals... -
02:50 AM Bug #12568: wrong ArgumentError if an array is given for instance_exec with optional argument
- ruby_2_2 r55875 merged revision(s) 55609.
-
02:46 AM Bug #12557: backport r55581 (Net::HTTP should raise error when CR/LF in a request line)
- ruby_2_2 r55874 merged revision(s) 55581,55582.
-
02:43 AM Bug #12556: backport r55579 (Net::FTP should raise error when CR/LF in a line)
- ruby_2_2 r55873 merged revision(s) 55579.
-
02:35 AM Bug #12503: Backport r55427 (fix heap overflow in tr_trans)
- ruby_2_2 r55872 merged revision(s) 55427.
08/11/2016
-
07:26 PM Bug #12401: compile fails --with-static-linked-ext
- ruby_2_3 r55871 merged revision(s) 55434.
-
07:13 PM Bug #12398: process.c compile broken for noMMU architectures on 2.3.x
- ruby_2_3 r55870 merged revision(s) 55090,55091.
-
06:58 PM Bug #12353: Regression with Marshal.dump on ruby 2.3.1p112 (2016-04-26 revision 54768) [x86_64-darwin15]
- ruby_2_3 r55869 merged revision(s) 54142,55500.
-
06:39 PM Bug #12345: A module's private constants are given with `Module#constant(false)`
- ruby_2_3 r55868 merged revision(s) 55705.
-
06:30 PM Bug #12342: DRb.stop_service doesn't kill sleeping TimerIdConv threads
- ruby_2_3 r55867 merged revision(s) 55008.
-
05:58 PM Bug #12292: Race between OpenSSL::SSL::SSLSocket#stop and #connect can cause a segmentation fault
- ruby_2_3 r55866 merged revision(s) 55100.
-
02:36 PM Bug #11846: Block passed by &block is GC-ed
- I guess this is a same problem with #11750 suggested by `git bisect`.
If so, it is since r51243 and fixed at r53144.... -
12:30 PM Bug #12670 (Closed): Segmentation fault on `Magick::Image#get_pixels` on ruby since ruby-2.2
- 1. Create test.rb this code
~~~ ruby
require 'rmagick'
include Magick
(0..10).each do |_|
ImageList.new('1... -
09:32 AM Bug #12669 (Closed): syntax error at assinments of command
- Related to #12402, I found other kind inconsistencies.
simple assignment and op assign of `command` cause syntax e... -
07:24 AM Feature #10594 (Closed): Comparable#clamp
- Applied in changeset r55863.
----------
Comparable#clamp
* compar.c (cmp_clamp): Introduce Comparable#clamp. [Feat... -
07:23 AM Feature #12593 (Rejected): Allow compound assignements to work when destructuring arrays
- I am not going to make multiple assignments even more complex.
The behavior of OP_ASGN for multiple assignments is n... -
06:19 AM Feature #12655: Accessing the method visibility
- https://github.com/ruby/ruby/compare/trunk...nobu:feature/12655
-
05:18 AM Bug #12668 (Closed): Please backport r53433
- I quite often encounter error:
```
1) Failure:
TC_OpenStruct#test_accessor_defines_method [/builddir/build/BUI... -
01:39 AM Feature #4897: Define Math::TAU and BigMath.TAU. The "true" circle constant, Tau=2*Pi. See http://tauday.com/
- This may be of interest: Guido van Rossum recently reopened the Python version of this request and is going to add ta...
08/10/2016
-
11:33 PM Bug #12667 (Closed): full_gem_path is incorrect for core modules
- `#find_full_gem_path` [assumes all gems are in `gems_dir`](https://github.com/ruby/ruby/blob/trunk/lib/rubygems/basic...
-
08:36 PM Feature #12512: Import Hash#transform_values and its destructive version from ActiveSupport
- Yukihiro Matsumoto wrote:
> Benoit,
>
> The name and behavior haven't fixed yet. So we welcome discussion.
>
>... -
04:43 PM Feature #12512: Import Hash#transform_values and its destructive version from ActiveSupport
- `map_values` is good, succinct and clear. 'v' is an unclear abbreviation, made worse by the existence of other method...
-
01:31 PM Feature #12512: Import Hash#transform_values and its destructive version from ActiveSupport
- Benoit,
The name and behavior haven't fixed yet. So we welcome discussion.
Your statement about "Ruby-like" is ... -
11:53 AM Feature #12512: Import Hash#transform_values and its destructive version from ActiveSupport
- Yes, I would say the same a few days ago about map_v being a bad name... I also prefer map_values. I just didn't say ...
-
11:34 AM Feature #12512: Import Hash#transform_values and its destructive version from ActiveSupport
- Yukihiro Matsumoto wrote:
> `#map_v` accepted.
>
> Matz.
Will all due respect,
I think the name #map_v is not... -
07:54 PM Bug #12662: rb_hash_fetch() Segmentation fault on an empty hash table
- I am confused. My C (please note C) program core dumps and libruby gives me an indication I found an error in Ruby an...
-
06:20 PM Feature #12665 (Closed): Faster prime? method for prime.rb std lib
- Ok. Let's not go more complicated than this though.
Thanks -
04:30 PM Bug #12255: [DOC] Small fix for rdoc of ext/json/lib/json/add/*
- ruby_2_3 r55855 merged revision(s) 55380.
-
04:22 PM Bug #12666 (Closed): Fatal error: glibc detected an invalid stdio handle
- During build of Ruby for Fedora on PPC64, there is reported following error:
```
Fiddle::TestImport#test_io = Fat... -
04:19 PM Bug #12209: Array#pack("G") problem
- ruby_2_3 r55854 merged revision(s) 55573.
-
11:45 AM Feature #8643: Add Binding.from_hash
- Thanks!
-
02:57 AM Feature #8643: Add Binding.from_hash
- Ticket links changed.
-
11:12 AM Bug #12663: Compilation error on cygwin
- Sorry, it's a commit miss.
-
11:11 AM Bug #12663 (Closed): Compilation error on cygwin
- Applied in changeset r55852.
----------
win32/resolv: fix for cygwin
* ext/win32/resolv/resolv.c: needs windows.h f... -
10:39 AM Bug #12663 (Feedback): Compilation error on cygwin
- These files are for `ext/win32`, not for `ext/win32/resolv`.
Could you remove `ext/win32/resolv/Makefile` and then r... -
09:52 AM Bug #12663 (Open): Compilation error on cygwin
- I'm sorry, but r55849 did not fix this at all. I still get exactly the same error messages. I'm attaching various fil...
-
06:35 AM Bug #12663 (Closed): Compilation error on cygwin
- Applied in changeset r55849.
----------
win32/resolv: fix for cygwin
* ext/win32/resolv/resolv.c: needs windows.h f... -
08:26 AM Bug #12402 (Closed): Inline rescue behavior inconsistent for method calls with arguments and assignment
- Applied in changeset r55851.
----------
parse.y: rescue modifier in rhs
* parse.y (command_asgn): rescue modifier i... -
04:45 AM Feature #12655: Accessing the method visibility
- We briefly looked at this issue at yesterday's developer meeting and roughly agreed that locksee should be able to be...
-
04:36 AM Feature #12625: TypeError.assert, ArgumentError.assert
- See also #12624, Matz do not want assertion by class.
-
04:14 AM Feature #12607 (Assigned): Ruby needs an atomic integer
- I heard from Koichi that he has an opinion on this. Please respond.
-
04:13 AM Bug #12594: The class does not inherit from a module the modules that were included after the inclusion
- I listed this issue to be looked at the yesterday's developer meeting but sadly no time was there to deeply inspect i...
-
04:08 AM Feature #12586: Hash#sample
- We looked at this issue at yesterday's developer meeting. I wonder if this is actually useful. The Tom&Jerry exampl...
-
03:19 AM Feature #11195 (Feedback): Add "no_proxy" parameter to Net::HTTP.new
- We looked at this issue at yesterday's developer meeting. We agreed this feature is good, but sadly no active mentor...
-
03:15 AM Feature #12490: Remove warning on shadowing block params
- We looked at this issue at yesterday's developer meeting. While myself was positive to this, Matz is not. He thinks...
-
03:11 AM Feature #12497 (Assigned): GMP version of divmod may be slower
-
03:08 AM Bug #12489: hppa problems on Debian GNU/Linux
- We looked at this issue at yesterday's developer meeting. Developers could not locate the bug at sight because test-...
-
02:51 AM Feature #4840: Allow returning from require
- We looked at this issue at yesterday's developer meeting. No problem to introduce this feature was reported, except ...
-
02:36 AM Feature #6265: Remove 'useless' 'concatenation' syntax
- We looked at this issue at yesterday's developer meeting. This feature was once implemented, and then removed due to...
Also available in: Atom