Activity
From 12/06/2016 to 12/12/2016
12/12/2016
-
10:54 PM Bug #12830 (Closed): OpenSSL 1.1.0+ support?
- Yes, I don't expect any further action.
-
06:00 PM Bug #12830: OpenSSL 1.1.0+ support?
- This looks resolved.
-
06:39 PM Bug #12852: URI.parse can't handle non-ascii URIs
- Matthew Kerwin wrote:
> Your thinking here seems confused. If a String contains non-ASCII characters then it's not a... -
06:05 PM Bug #12997: Out-of-bounds read in regcomp.c
- Could you report it to Onigmo?
https://github.com/k-takata/Onigmo -
06:04 PM Bug #12994 (Assigned): Embedded ruby vs2015 build crashes
-
06:02 PM Bug #9974 (Rejected): Regression: URI.parse allows invalid URIs
- Larry Kyrala wrote:
> The URI abstraction speaks to RFC3986 (DNS) more directly than RFC952 (hostnames). The confus... - 04:18 PM Revision e12265da (git): get rid of a test failure with VC10.
- * numeric.c (round_half_up, round_half_down): use `round` always because it's
defined in this file even if doesn't ... -
03:43 PM Feature #12802: Add BLAKE2 support to Digest
- > Nobuyoshi Nakada wrote:
> > I meant that BLAKE2b seems to need `uint64_t`.
> > If a compiler does not support suc... -
03:36 PM Bug #12666: Fatal error: glibc detected an invalid stdio handle
- George Koehler wrote:
> For both BSD and Linux, I want to suggest
>
> ~~~ ruby
> when /bsd|dragonfly|linux/
> ... -
03:33 PM Feature #12882: Add caller/file/line information to internal Kernel#warn calls
- matz, can you update this ticket and let me know which of these four options you prefer:
1) Add :caller keyword ar... -
03:24 PM Bug #10774 (Closed): Regression: URI::MAilTo#to_mailtext - undefined method unescape for URI::RFC3986_Parser
- Applied in changeset r57066.
----------
Use URI.decode_www_form_component [Bug #10774]
`parser` refered RFC2396_Par... - 03:24 PM Revision e29f932c (git): * 2016-12-13
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57067 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:24 PM Revision 6c0aece5 (git): Use URI.decode_www_form_component [Bug #10774]
- `parser` refered RFC2396_Parser, but it is separated.
test is contributed by Dominik Menke
git-svn-id: svn+ssh://ci.... -
03:24 PM Feature #12944: Change Kernel#warn to call Warning.warn
- This didn't make 2.4.0rc1, but as matz has already accepted it, it should probably be committed before 2.4.0 final. ...
-
03:05 PM Bug #13024: Confusing error message matching a non-ASCII string with ASCII-regex
- Hmm, maybe the error message express /.../n is ASCII-8BIT (binary) regexp...
-
02:55 PM Revision 31f17f88 (git): st: Add 'static const'
- patched by Ken Takata [ruby-core:78558]
https://github.com/k-takata/Onigmo/commit/44e3c0a16da1116be641ea807c1202434b7... -
02:43 PM Misc #13027 (Closed): Release Engineering 2.4
- META ticket for Release Engineering 2.4.
see also version#33
* current status: feature freeze
* Q: Can I add a... -
01:37 PM Revision 8f21d921 (git): fix command
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57062 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:20 PM Revision 325c8362 (git): Use 7z if exist
- 7z can compress with higher ratio than gzip/zip.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57060 b2dd03c8-39... -
01:12 PM Revision c45bf662 (git): NEWS: Add String#match? and Symbol#match? [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57059 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:12 PM Revision 908edb0d (git): NEWS: Use spaces instead of tab [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57058 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:12 PM Revision aa91e864 (git): NEWS: Sort entries [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57057 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:30 AM Feature #8158: lightweight structure for loaded features index
- I've tried to simplify patch: remove `struct feature_str` and use just pointer with len.
https://bugs.ruby-lang.or... -
10:44 AM Feature #8158: lightweight structure for loaded features index
- I've uploaded fixed patch:
https://bugs.ruby-lang.org/attachments/download/6293/0001-load.c-reduce-memory-usage-of-l... -
08:05 AM Feature #8158: lightweight structure for loaded features index
- I'll fix patch today.
-
07:20 AM Feature #8158: lightweight structure for loaded features index
- Usaku NAKAMURA wrote:
> In message "[ruby-core:78595] Re: [Ruby trunk Feature#8158] lightweight structure for loade... -
06:41 AM Feature #8158: lightweight structure for loaded features index
- Hi,
In message "[ruby-core:78595] Re: [Ruby trunk Feature#8158] lightweight structure for loaded features index"
... -
06:09 AM Feature #8158: lightweight structure for loaded features index
- [email protected] wrote:
> So patch now is shorter.
> https://bugs.ruby-lang.org/attachments/download/6182/00... -
11:03 AM Feature #13026 (Open): Public singleton methods
- Abstract
---------
I would like to propose the implementation of:
```
Object#public_singleton_methods
```
... -
07:18 AM Feature #13025 (Feedback): String equality operator does not perform implicit conversion
- What documentation do you refer?
The document of 2.3 says:
> If `obj` is not an instance of String but responds t... -
06:03 AM Feature #13025 (Feedback): String equality operator does not perform implicit conversion
- According to the documentation, String#== should perform implicit conversion of non-strings, but this is not happenin...
-
07:12 AM Revision c95388a5 (git): string.c: fix method name in rdoc [ci skip]
- * string.c (rb_str_equal): [DOC] fix fallback method name. the
peer's == method will be used, not ===.
git-svn-id:... -
05:39 AM Misc #12976 (Closed): Update example of Hash#value? and Hash#has_value?
- Thank you.
-
03:19 AM Revision 9f379854 (git): test for Symbol#match? [Feature #12898]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57055 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:07 AM Revision e2583b17 (git): test_m17n.rb: escape
- * test/ruby/test_m17n.rb (test_regexp_ascii_none): escape regexp
meta characters.
git-svn-id: svn+ssh://ci.ruby-la... -
02:56 AM Feature #12898 (Closed): String#match? method in addition to Regexp#match?
- Applied in changeset r57053.
----------
String#match? and Symbol#match?
* string.c (rb_str_match_m_p): inverse of R... -
02:56 AM Revision 6dd5ee75 (git): String#match? and Symbol#match?
- * string.c (rb_str_match_m_p): inverse of Regexp#match?. based on
the patch by Herwin Weststrate <[email protected]... - 02:38 AM Revision 3f3fc018 (git): * 2016-12-12
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57052 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:38 AM Revision 2800e6a0 (git): re.c: char boundary
- * re.c (rb_reg_match_m_p): consider char boundary. rb_str_subpos
does not adjust to the boundary if len == 0.
git...
12/11/2016
-
07:28 PM Bug #13024 (Closed): Confusing error message matching a non-ASCII string with ASCII-regex
- ```ruby
irb(main):001:0> "\u2603".match(/./n)
(irb):1: warning: regexp match /.../n against to UTF-8 string
=> #<M... -
02:40 PM Bug #13022 (Rejected): Nested array syntax error returns nil
-
01:08 PM Feature #12898: String#match? method in addition to Regexp#match?
- Accepted.
Matz. -
09:20 AM Misc #12976: Update example of Hash#value? and Hash#has_value?
- This has been integrated, so this ticket can be closed
-
09:20 AM Revision 7e8b910a (git): parse.y: zero codepoints
- * parse.y (parser_tokadd_utf8): relax restriction to allow zero or
more codepoints.
git-svn-id: svn+ssh://ci.ruby-... -
06:13 AM Revision 1d51f427 (git): fix Zlib.gzip/gunzip document
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57049 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:24 AM Bug #13023 (Rejected): missing library when trying to install 2.3 via rvm - pointing to directory on someone computer
12/10/2016
-
10:18 PM Bug #13019: Fix st_hash* functions
- It passes SMHasher (at least, little-endian variant).
-
09:36 PM Bug #13023 (Rejected): missing library when trying to install 2.3 via rvm - pointing to directory on someone computer
- I don;t know who the Travis is but literally I cannot make 2.3.3 to work with rvm and gem.
See screenshot attached. ... -
06:34 PM Revision 5ec23b52 (git): Updated documentation examples for Hash#value?
- The same code is used for has_value? and value?, but according to
http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/r... -
06:23 PM Revision 66c9bb11 (git): Add missing :nodoc: comment
- We were missing a `:nodoc:` magic comment that was making automated tools show
that this method was missing documenta... - 05:47 PM Revision 548ec36c (git): * 2016-12-11
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57046 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:47 PM Revision 2873edea (git): Merge Onigmo 6.0.0
- * https://github.com/k-takata/Onigmo/blob/Onigmo-6.0.0/HISTORY
* fix for ruby 2.4: https://github.com/k-takata/Onigmo... -
05:28 PM Bug #13022: Nested array syntax error returns nil
- Yes, this is expected behavior. Ruby parses this as:
~~~ ruby
[[1,3], [5,6].[](11, 15), [17,22]]
~~~
And Ar... -
05:07 PM Bug #13022 (Rejected): Nested array syntax error returns nil
- If you leave out a comma in a nested array, ruby returns `nil` instead of raising a SyntaxError. Is this expected beh...
-
01:16 PM Bug #12348 (Closed): PKey::EC.public_key returns EC::Point
- There is an inconsistency with other OpenSSL::PKey classes in #public_key method. However I don't think it's worth br...
-
01:06 PM Feature #12085 (Closed): [PATCH] openssl: document `exception: false' for *_nonblock
- Applied as 5c31e7233476 at the new repository:
https://github.com/ruby/openssl/commit/5c31e7233476bec184cac239b5... -
01:03 PM Bug #12952 (Closed): Incompatibility of a method signature between `Float#round` and `BigDecimal#round`
-
01:03 PM Bug #12952: Incompatibility of a method signature between `Float#round` and `BigDecimal#round`
- I've fixed this in bigdecimal version 1.3.0.pre, which has already been imported in trunk.
-
12:37 PM Bug #8831 (Closed): test-all error: OpenSSL::SSL::SSLError: SSL_write: bad write retry
- #12126 should have fixed the root cause. r42790 is already reverted (EDIT: by f542fb60add7 at GitHub ruby/openssl and...
-
12:28 PM Bug #10166 (Closed): Problem with openssl and ext/openssl - ruby 2.1.2p95 (2014-05-08 revision 45877) [x86_64-linux]
-
12:25 PM Feature #12254 (Closed): Add SSLCiphers option to webrick ssl.rb
- The patch has already been merged by r54669.
- 08:56 AM Revision 42a677c8 (git): bigdecimal: version 1.3.0.pre.2
- Import bigdecimal version 1.3.0.pre.2. The full commit log is here:
https://github.com/ruby/bigdecimal/compare/v1... -
08:54 AM Revision 30540c56 (git): stringio.c: chomp CR
- * ext/stringio/stringio.c (strio_getline): chomp CR not only LF,
as well as String#chomp.
git-svn-id: svn+ssh://ci... -
08:26 AM Bug #13021 (Closed): `Zlib.gunzip` modifies argument String
- Applied in changeset r57042.
----------
zlib.c: replace with substring
* ext/zlib/zlib.c (zstream_discard_input): r... -
03:48 AM Bug #13021: `Zlib.gunzip` modifies argument String
- ```patch
diff --git i/ext/zlib/zlib.c w/ext/zlib/zlib.c
index 78860132df..0ce14198cc 100644
--- i/ext/zlib/zlib.c
... -
02:00 AM Bug #13021 (Closed): `Zlib.gunzip` modifies argument String
- ```
% irb -r irb/completion --simple-prompt
>> RUBY_DESCRIPTION
=> "ruby 2.4.0dev (2016-12-10 trunk 57036) [x86_64... -
08:26 AM Revision f46a1377 (git): zlib.c: replace with substring
- * ext/zlib/zlib.c (zstream_discard_input): replace with unread
portion substring, not modifying the input buffer di... -
08:12 AM Revision 0c83666c (git): openssl: import v2.0.1
- Import Ruby/OpenSSL 2.0.1. The full commit history since 2.0.0 (imported
at r56946) can be found at:
https://githu... - 07:49 AM Revision 8e129373 (git): bigdecimal: import version 1.3.0.pre
- Import bigdecimal version 1.3.0.pre. The full commit log of this
changes can be found at:
https://github.com/ru... -
07:23 AM Bug #9192 (Closed): Inconsistent comparison between Float and BigDecimal
-
07:23 AM Bug #9192: Inconsistent comparison between Float and BigDecimal
- This is fixed in the latest master branch of [ruby/bigdecimal](https://github.com/ruby/bigdecimal).
-
07:19 AM Bug #9689 (Closed): (BigDecimal + Float) no longer commutative due to #7176
- This is fixed in the latest master branch of [ruby/bigdecimal](https://github.com/ruby/bigdecimal).
-
07:14 AM Feature #12161 (Closed): Friendly BigDecimal#inspect
- This is fixed in the latest master branch of [ruby/bigdecimal](https://github.com/ruby/bigdecimal).
-
07:13 AM Bug #10286 (Closed): BigDecimal - inconsistency with other numeric classes
- This was fixed in the latest master branch of [ruby/bigdecimal](https://github.com/ruby/bigdecimal).
-
07:01 AM Bug #10613: SNI is not optional when using TLS
- Which server? TLS servers conforming to the TLS/TLS extensions specification should simply ignore the extension if it...
-
06:36 AM Bug #11947 (Closed): BigDecimal#coerce: unexpected behavior with Float
- This fixed on the current master branch of [ruby/bigdecimal](https://github.com/ruby/bigdecimal) repository.
So I cl... -
06:25 AM Revision 2dd99307 (git): Fix grammer [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57039 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:36 AM Bug #12958 (Closed): Breaking change in how `#round` works
- Applied in changeset r57038.
----------
internal.h: change the default rounding mode to half-up
* internal.h (ROUND... -
02:20 AM Bug #12958: Breaking change in how `#round` works
- OK, the default behavior should be kept unchanged.
Matz. - 02:36 AM Revision f72be814 (git): internal.h: change the default rounding mode to half-up
- * internal.h (ROUND_DEFAULT): changed to RUBY_NUM_ROUND_HALF_UP.
[Bug #12958] [ruby-core:78204]
* test/ruby/test_i... -
02:16 AM Revision adc9c71f (git): Fix document of gunzip and gzip [ci skip]
- - fix a typo (`GzipReadr` -> `GzipReader`)
- `Zlib::GzipReader.new` does not take block
- fix encoding
git-svn-id: s... -
12:21 AM Feature #13020: Zlib.gzip and Zlib.gunzip
- [email protected] wrote:
> I added Zlib.deflate/inflate [Feature #4180] before, but writing/reading gzip is still t...
12/09/2016
-
10:45 PM Feature #13020 (Closed): Zlib.gzip and Zlib.gunzip
- Applied in changeset r57035.
----------
Zlib.gzip and Zlib.gunzip [Feature #13020]
Encode and Decode gzip data with... -
10:37 PM Feature #13020 (Closed): Zlib.gzip and Zlib.gunzip
- I added Zlib.deflate/inflate [Feature #4180] before, but writing/reading gzip is still too complex.
It should have s... - 10:45 PM Revision 5ae717f2 (git): * 2016-12-10
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57036 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:45 PM Revision 583b6dc3 (git): Zlib.gzip and Zlib.gunzip [Feature #13020]
- Encode and Decode gzip data without creating files.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57035 b2dd03c8... -
10:45 PM Revision 1f63c0fc (git): Suppress warning: this use of "defined" may not be portable
- Use of defined() in macro expansion is considered non portable.
https://gcc.gnu.org/ml/gcc-patches/2014-10/msg01577.h... -
07:25 PM Bug #12958: Breaking change in how `#round` works
- I would echo 100% of what mathew murphy wrote, and also add that this negatively affects ergonomics for the vast majo...
-
03:31 PM Bug #12958: Breaking change in how `#round` works
- For the record, I think that the new choice of default is poor.
People have a normal everyday expectation for how... -
07:14 PM Bug #13019: Fix st_hash* functions
- Yura Sokolov wrote:
> Previous implementation had an issues:
> - macros murmur1 assumes murmur_step takes rotation ... -
02:02 PM Bug #13019 (Closed): Fix st_hash* functions
- Previous implementation had an issues:
- macros murmur1 assumes murmur_step takes rotation value
as a second argu... -
06:48 PM Feature #13017: Switch SipHash from SipHash24 to SipHash13
- Since we removed recently the code switching weak/strong hashes, the speed of the strong hash (siphash24) became impo...
-
08:19 AM Feature #13017: Switch SipHash from SipHash24 to SipHash13
- Eric, you are right. Excuse me for that.
Just uploaded right version. -
01:11 AM Feature #13017: Switch SipHash from SipHash24 to SipHash13
- [email protected] wrote:
> Feature #13017: Switch SipHash from SipHash24 to SipHash13
> https://bugs.ruby-lan... -
06:14 PM Bug #10613: SNI is not optional when using TLS
- Is there any chance of this patch getting merged?
We're encountering this bug and are currently monkeypatching the... -
11:07 AM Feature #12142: Hash tables with open addressing
- I think the array `features` should be `static const`.
https://github.com/k-takata/Onigmo/commit/44e3c0a16da1116be64... -
03:25 AM Revision c047f58d (git): ruby.h: add prefix
- * include/ruby/ruby.h (RB_TEST, RB_NIL_P): prefix RB to get rid of
name conflicts with other headers.
git-svn-id: ... -
02:59 AM Revision d8761cf2 (git): Adjust indent [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57032 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 02:57 AM Revision b8095e59 (git): * 2016-12-09
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57031 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:57 AM Revision e9a8e8ab (git): remove core#hash_merge_ary
- * compile.c (compile_array_): remove m_core_hash_merge_ary which
seems unreachable, and wrong number of arguments.
... -
01:28 AM Feature #12982: ruby 2.3.1 got crash on macos
here is the detail procedure.
https://github.com/padrino/padrino-framework/issues/2097
12/08/2016
-
09:16 PM Bug #8241: If uri host-part has underscore ( '_' ), 'URI#parse' raise 'URI::InvalidURIError'
- Here is a unobtrusive workaround using the documented capabilities of URI:
~~~ ruby
module URI
DEFAULT_PARSER ... -
08:34 PM Bug #9974: Regression: URI.parse allows invalid URIs
- The URI abstraction speaks to RFC3986 (DNS) more directly than RFC952 (hostnames). The confusion is understandable.
... -
06:59 PM Bug #13018: end of file reached (EOFError) from SMTP
- Fix typo
-
06:53 PM Bug #13018 (Closed): end of file reached (EOFError) from SMTP
- Originally filed against Rails: https://github.com/rails/rails/issues/27298
```
require 'net/smtp'
real_email_... -
05:36 PM Feature #13017 (Closed): Switch SipHash from SipHash24 to SipHash13
- SipHash13 is secure enough to be used in hash-tables, and SipHash's author confirms that.
Rust already considered sw... -
02:14 PM Bug #12958: Breaking change in how `#round` works
- > It is true that we fixed one inconsistency to introduce another.
The new inconsistency seems worse to me. Havin... -
01:51 PM Revision 761653db (git): compile.c: static_literal_value
- * compile.c (static_literal_value): separate getter from predicate
function.
git-svn-id: svn+ssh://ci.ruby-lang.or... -
12:58 PM Revision f573eee2 (git): extension.rdoc: add ANYARGS to method definitions
- * doc/extension.rdoc (rb_define_method, rb_define_singleton_method,
rb_define_private_method, rb_define_protected_m... -
11:30 AM Feature #13016: String#gsub(hash)
- Shyouhei Urabe wrote:
> It seems there are quite few resources describing this feature on line.
Thanks!
> ... -
10:16 AM Feature #13016: String#gsub(hash)
- Martin Dürst wrote:
> Shyouhei Urabe wrote:
> > I noticed that I can't purge `NKF.nkf '-Z4'`. It can neither be re... -
09:22 AM Feature #13016: String#gsub(hash)
- Shyouhei Urabe wrote:
> I noticed that I can't purge `NKF.nkf '-Z4'`. It can neither be rewritten using String#tr, ... -
08:50 AM Feature #13016: String#gsub(hash)
- Akira Tanaka wrote:
> Is str.gsub(map) a shortcut for str.gsub(Regexp.union(map.keys)) { map[$&] } ?
Kind of yes.... -
08:29 AM Feature #13016: String#gsub(hash)
- Is str.gsub(map) a shortcut for str.gsub(Regexp.union(map.keys)) { map[$&] } ?
-
08:21 AM Feature #13016 (Rejected): String#gsub(hash)
- Background: I wanted to drop NKF dependency of my script. By doing so I noticed that I can't purge `NKF.nkf '-Z4'`. ...
-
10:11 AM Bug #13014: Adding clang volatile fixes from FreeBSD and NetBSD
- Dimitry Andric wrote:
> Can we please backport these fixes to 2.1, 2.2 and 2.3?
2.1 won't be fixed because it's i... -
09:52 AM Bug #13014: Adding clang volatile fixes from FreeBSD and NetBSD
- Can we please backport these fixes to 2.1, 2.2 and 2.3? I am willing to do the work for supplying the patches, as we...
-
08:31 AM Bug #13012 (Closed): irb fails to define a method with a reserved-word-ish keyword argument
- Applied in changeset r57027.
----------
ruby-lex.rb: fix for label
* lib/irb/ruby-lex.rb (identify_identifier): tre... -
08:31 AM Revision 519af468 (git): ruby-lex.rb: fix for label
- * lib/irb/ruby-lex.rb (identify_identifier): treat identifier just
followed by a colon as a lable. this is not a p... -
08:25 AM Revision 18c9bf5d (git): test/unit.rb: fix -n option
- * test/lib/test/unit.rb (non_options): turn name patterns into
Regexps.
git-svn-id: svn+ssh://ci.ruby-lang.org/rub... -
07:54 AM Revision ea07884a (git): compile.c: optimize literal nodes
- * compile.c (static_literal_node_p): optimize literal nodes for
true, false, and nil, which are static literals in ... -
06:19 AM Bug #13015 (Closed): Segfault when using super and underscore parameters
- Applied in changeset r57024.
----------
vm.c: check type of hash to merge
* vm.c (core_hash_merge): check the type ... -
04:36 AM Bug #13015 (Closed): Segfault when using super and underscore parameters
- Having multiple parameters named `_` in a method works fine until you try to use the `super` keyword, at which point ...
-
06:19 AM Revision 05f891cb (git): vm.c: check type of hash to merge
- * vm.c (core_hash_merge): check the type of the target hash to
merge. [ruby-core:78536] [Bug #13015]
git-svn-id: ... -
05:16 AM Bug #12729 (Closed): crash after refining private method to public
- Applied in changeset r57023.
----------
vm_insnhelper.c: zsuper in refinements
* vm_insnhelper.c (vm_call_zsuper): ... -
05:16 AM Revision 7bbab207 (git): vm_insnhelper.c: zsuper in refinements
- * vm_insnhelper.c (vm_call_zsuper): prevent infinite recursion
zsuper in refinements. [ruby-core:77161] [Bug #1272... -
02:22 AM Feature #12871: Using the algorithm like math.fsum of Python for Array#sum
- Thank you.
Julia's algorithm looks good. But in some case, Python's algorithm is still better than that.
~~~
#... -
12:45 AM Revision 510f0ec8 (git): parse.y: ripper generic input
- * parse.y (ripper_initialize): allow generic input as source, if
it has #gets method.
git-svn-id: svn+ssh://ci.rub...
12/07/2016
-
11:47 PM Revision d8bcfd2b (git): Add volatile to a suppress warning.
- Without the fix, the following warning is shown:
compiling cont.c
cont.c: In function ‘rb_callcc’:
cont.... -
11:27 PM Bug #13014 (Closed): Adding clang volatile fixes from FreeBSD and NetBSD
- Applied in changeset r57020.
----------
Add clang volatile fixes from FreeBSD and NetBSD.
Use volatile instead of o... -
10:03 PM Bug #13014: Adding clang volatile fixes from FreeBSD and NetBSD
- Ok, I also tested this on x86_64-freebsd12, and there it still got a segfault in `cont_capture()`. This was caused by...
-
08:52 PM Bug #13014 (Closed): Adding clang volatile fixes from FreeBSD and NetBSD
- Referring to bug #12893, where segfaults were observed when compiling with recent versions of clang. In particular i...
-
11:27 PM Revision 472959f9 (git): Add clang volatile fixes from FreeBSD and NetBSD.
- Use volatile instead of optnone to avoid optimization which causes
segmentation faults.
Patch by Dimitry Andric. [ru... -
11:20 PM Bug #12893: trunk fails on linux with clang on test with callcc
- Dimitry Andric wrote:
> > > NetBSD pkgsrc and FreeBSD ports were fixed by adding volatile.
> > > https://bugs.freeb... -
08:54 PM Bug #12893: trunk fails on linux with clang on test with callcc
- Shugo Maeda wrote:
> Yui NARUSE wrote:
> > NetBSD pkgsrc and FreeBSD ports were fixed by adding volatile.
> > http... -
04:18 PM Bug #13013: Segmentation fault
- Yes thank you. I just came back to report that. Thank you for your time.
-
04:13 PM Bug #13013 (Rejected): Segmentation fault
- You are mixing Ruby 2.0.0 and Ruby 2.3.
You are running Ruby 2.0.0 with a gem built with Ruby 2.3. -
03:38 PM Bug #13013 (Rejected): Segmentation fault
- Using ruby 2.3.0 with rvm. Running a very basic script, with the gems in attached file. Generates the crash report, a...
- 03:30 PM Revision e8914fb3 (git): * 2016-12-08
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57019 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:30 PM Revision 0fe7dc7a (git): fix typo in `IO#write_nonblock` example [ci skip]
- This example explains when writing a value greater than 65536,
so the value specify must be greater than 65536.
This... -
02:39 PM Revision 1db7b0ad (git): ruby.c: dump option
- * ruby.c (process_options): dump specified informations all, not
only first one.
git-svn-id: svn+ssh://ci.ruby-lan... -
02:26 PM Revision c9530982 (git): assertions.rb: defered message in FailDesc
- * test/lib/test/unit/assertions.rb (FailDesc): allow to defer
message generation, as well as other assertion method... -
12:59 PM Bug #13007 (Closed): Webbrick takes 5s to start when machine name looks like a real domain
- Applied in changeset r57014.
----------
Delay Utils.getservername until needed.
There is no need to call Utils.gets... -
08:27 AM Bug #13007: Webbrick takes 5s to start when machine name looks like a real domain
- Hmm, I see. No objection for the approach then.
-
05:11 AM Bug #13007: Webbrick takes 5s to start when machine name looks like a real domain
- Shyouhei Urabe wrote:
> Sad news is gethostbyname blocks under the hood in the system library, not in ruby's code.
... - 12:59 PM Revision 06a9b6bd (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57015 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:59 PM Revision 03ec7397 (git): Delay Utils.getservername until needed.
- There is no need to call Utils.getservername when the :ServerName option is
specified, so delay Utils.getservername u... -
08:44 AM Revision 8d879ca3 (git): compile.c: remove dead code
- * compile.c (DECL_ANCHOR, INIT_ANCHOR): make anchor name an array
and unassignable.
* compile.c (iseq_compile_each... -
06:54 AM Bug #13012 (Closed): irb fails to define a method with a reserved-word-ish keyword argument
- For example
```
def a(if:) end
```
is a valid ruby code but this doesn't work on irb.
This seems to be hap... -
04:28 AM Feature #10208 (Feedback): Passing block to Enumerable#to_h
- FYI if there are people who need this functionality: so far we have not found an appropriately sounding name of this ...
-
04:25 AM Revision f2b6e9f0 (git): hash.c: hash should be long
- * hash.c (any_hash): should return `long', because ruby assumes
the hash value of the object id of an object is `lo... -
03:19 AM Revision 9db0b2d7 (git): win32.c: suppress warning
- * win32/win32.c (rb_w32_home_dir): suppress sequence-point
warning, REALLOC_N re-assigns the variable.
git-svn-id:... -
02:41 AM Revision f4b51e69 (git): Extend timeout for Solaris unstable10s.
- http://rubyci.org/logs/rubyci.s3.amazonaws.com/unstable10s/ruby-trunk/log/20161206T181910Z.fail.html.gz
git-svn-id: ... -
02:19 AM Bug #13008 (Closed): File::basename fails if extension contains a colon
- Applied in changeset r57009.
----------
file.c: cygwin behavior
* file.c: recent cygwin hides NTFS specific feature... -
02:19 AM Revision 7eb8d74f (git): file.c: cygwin behavior
- * file.c: recent cygwin hides NTFS specific features.
[ruby-core:78497] [Bug #13008]
git-svn-id: svn+ssh://ci.ruby... - 02:03 AM Revision 2201331d (git): * 2016-12-07
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57008 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 02:03 AM Revision 3826f177 (git): const pointer is not able to be free.
- * win32/file.c (rb_default_home_dir): should not be marked as const.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tr... -
12:09 AM Bug #13005: Inline rescue is inconsistent when rescuing NoMethodError
- Martin Dürst wrote:
> @matz: Is there a good reason that `o.a = 1 rescue $!.class` is interpreted as `o.a = (1 rescu... -
12:07 AM Bug #13010 (Third Party's Issue): Tried utilizing RBENV & now RVM...from 2.3.0 to 2.3.1 to 2.3.3 - same errors over and over
- Ryan R wrote:
> Complete removal and reinstall of openssl resolved the issue.
Good to hear that. Thank you repor...
12/06/2016
-
03:33 PM Revision adef6efc (git): untabify [ci skip]
- based on the patch by W <[email protected]>
[Fix GH-1497]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57006 b2d... -
03:33 PM Revision 0f0c388a (git): Fix indent [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57005 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:27 PM Feature #13009: Implement fetch for Thread.current
- `Thread.current` just returns a `Thread` instance, so it should be `Thread#fetch` method.
https://github.com/ruby/... -
01:26 PM Feature #13009: Implement fetch for Thread.current
- I can not say whether this feature is important or not, but on the syntax suggestion - I like the above (on the premi...
-
12:45 AM Feature #13009 (Closed): Implement fetch for Thread.current
- It's a common idiom to use a fiber-local variable, but return a default value if it hasn't been assigned. Here's an e...
-
02:13 PM Bug #12945: Use-after-free in vm_trace.c
- The patch is now in trunk! :)
-
01:07 PM Bug #12945: Use-after-free in vm_trace.c
- I think the issue I just reported (https://bugs.ruby-lang.org/issues/13011) might be a duplicate of this one. Jeremy ...
-
02:12 PM Bug #13011: Make `trace_running` an integer flag again
- Wow, that was fast, thank you Nobu! :)
-
01:57 PM Bug #13011 (Closed): Make `trace_running` an integer flag again
- Applied in changeset r57002.
----------
Make `trace_running` an integer flag again
* vm_core.h (rb_vm_struct): trac... -
12:56 PM Bug #13011 (Closed): Make `trace_running` an integer flag again
- After https://bugs.ruby-lang.org/projects/ruby-trunk/repository/revisions/55038, byebug's tests started to segfault. ...
- 01:57 PM Revision 35573c18 (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57004 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 01:57 PM Revision b23eac69 (git): rexml: REXML::Element#[] accepts String or Symbol as attribute name
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57003 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:57 PM Revision d71b5394 (git): Make `trace_running` an integer flag again
- * vm_core.h (rb_vm_struct): trace_running should be a counter but
not a bit flag. [ruby-core:78514] [Bug #13011]
... -
01:45 PM Feature #12871: Using the algorithm like math.fsum of Python for Array#sum
- Takeshi Nishimatsu wrote:
> Julia can do it, too.
>
> ~~~
> julia> sum_kbn([1.0e10, 1.0e-10, -1.0e10])
> 1.0e-1... -
01:40 PM Feature #12871 (Closed): Using the algorithm like math.fsum of Python for Array#sum
- Applied in changeset r57001.
----------
array.c, enum.c: change sum algorithm
* array.c (rb_ary_sum): change the al... - 01:40 PM Revision 48f5f591 (git): array.c, enum.c: change sum algorithm
- * array.c (rb_ary_sum): change the algorithm to Kahan-Babuska balancing
summation to be more precise.
[Feature #1... -
12:58 PM Feature #12813: Calling chunk_while, slice_after, slice_before, slice_when with no block
- After consideration, I accept this proposal.
Matz. - 12:54 PM Revision 0cb1a2b8 (git): numeric.c: fix exception message for nil rounding
- * numeric.c (rb_num_get_rounding_option): fix exception message
for the case of nil rounding mode.
* test_float.rb... -
12:49 PM Revision a560add6 (git): Fix typos
- Patch by: Koichi ITO <[email protected]>
[Fix GH-1498]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56999 b2dd... -
11:57 AM Revision 769b83f6 (git): Update latest bundled gems.
- * Rake 12.0.0
* minitest 5.10.1
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56998 b2dd03c8-39d4-4d8f-98ff-82... -
11:34 AM Bug #13010: Tried utilizing RBENV & now RVM...from 2.3.0 to 2.3.1 to 2.3.3 - same errors over and over
- Complete removal and reinstall of openssl resolved the issue.
-
11:27 AM Bug #13010: Tried utilizing RBENV & now RVM...from 2.3.0 to 2.3.1 to 2.3.3 - same errors over and over
- Removed version managers just using brew for Ruby management. See below...2.3.3.
yojimbo:~ yojimbo$ gem install ra... -
10:56 AM Bug #13010 (Feedback): Tried utilizing RBENV & now RVM...from 2.3.0 to 2.3.1 to 2.3.3 - same errors over and over
- Judging from the backtrace, it seems something went wrong in the openssl library.
```
-- Crash Report log informa... -
10:44 AM Bug #13010 (Third Party's Issue): Tried utilizing RBENV & now RVM...from 2.3.0 to 2.3.1 to 2.3.3 - same errors over and over
- I've tried two different ruby managers on my new MacBook pro (sierra) and have encountered the same error over and ov...
-
08:48 AM Bug #12980 (Closed): Time - Time to return a Rational
- All right. Sounds rational. Thank you for the explanation, Mame-san and akr-san!
-
07:48 AM Bug #12994: Embedded ruby vs2015 build crashes
- Ok, but the rb_w32_sysinit function is not declared in a header file.
-
07:20 AM Bug #12994: Embedded ruby vs2015 build crashes
- Freddy Jilderda wrote:
> Also the function `ruby_sysinit` in ruby.c (which is the one calling `rb_w32_sysinit`) ment... -
07:46 AM Revision 2b5287d3 (git): EPERM by symlink
- * test/ruby/test_file.rb (test_realpath_encoding): EPERM can raise
on cygwin.
git-svn-id: svn+ssh://ci.ruby-lang.o... -
07:28 AM Bug #13005 (Open): Inline rescue is inconsistent when rescuing NoMethodError
- @matz: Is there a good reason that `o.a = 1 rescue $!.class` is interpreted as `o.a = (1 rescue $1.class)`, while it ...
-
07:21 AM Revision 1f97dd56 (git): file.c: isADS
- * file.c (isADS): add macro to tell if Alternate Data Stream
separator, to distinguish from drive letter.
git-svn-... -
07:20 AM Bug #13002: Hash calculations no longer using universal hashing
- Martin Dürst wrote:
> Nobu - One thing I don't understand is why there wasn't any test failure on CI because there i... -
04:43 AM Bug #13002 (Closed): Hash calculations no longer using universal hashing
- Applied in changeset r56992.
----------
switching hash removal
* st.h (struct st_hash_type): Remove strong_hash.
... -
04:28 AM Bug #13002: Hash calculations no longer using universal hashing
- Hello Victor,
Thanks for clearing up my confusing re. Bug #9381. It's too bad that that means we can't switch hash... -
06:16 AM Revision a8fff364 (git): EPERM by symlink
- * test/ruby/test_file_exhaustive.rb (symlinkfile): EPERM can raise
on cygwin.
git-svn-id: svn+ssh://ci.ruby-lang.o... -
06:14 AM Revision d802149b (git): re.c: check that MatchData is initialized
- Follow r16757 ("* re.c: fix SEGV by Regexp.allocate.names,
Match.allocate.names, etc.", 2008-06-02). Don't do null de... -
06:14 AM Revision 2a456047 (git): test/ruby/test_hash.rb: suppress syntax warning
- Avoid "ambiguous first argument; put parentheses or a space even after
`-' operator" warning in assert_in_out_err. Fi... -
04:43 AM Revision 5714a26b (git): switching hash removal
- * st.h (struct st_hash_type): Remove strong_hash.
(struct st_table): Remove inside_rebuild_p and curr_hash.
* st.c ... -
03:36 AM Revision 1e95f9da (git): remove unnecessary variable
- * st.c (do_hash): remove unnecessary variable and cast.
* hash.c, numeric.c, st.c: adjust style and indent.
git-svn... -
03:25 AM Revision 1816e393 (git): random.c: pack hash seeds
- * random.c (seed_keys_t, init_seed): pack seed for rb_hash_start and
rb_memhash, and fill them at once.
git-svn-id... -
01:28 AM Bug #13008: File::basename fails if extension contains a colon
- I did think so, but on recent cygwin, `touch c.d:12` makes a file "c.d\u{F03A}12".
Seems `:` is mapped to that Priva... -
01:11 AM Feature #13006: backtrace of thread killer
- 1) Pre-2.4 usage: Killed thread can still be joined. If you call join to a killed thread, that should raise an excep...
-
01:02 AM Bug #13007: Webbrick takes 5s to start when machine name looks like a real domain
- Sad news is gethostbyname blocks under the hood in the system library, not in ruby's code.
But webrick's issue mig...
Also available in: Atom