Activity
From 06/26/2016 to 07/02/2016
07/02/2016
- 09:13 PM Revision 80a0c0f8 (git): process.c (disable_child_handler_fork_child): simplify
- signal(2) is portable for SIG_DFL and SIG_IGN, so we do not
need the extra code for sigaction(2).
Also, execve will ... -
09:11 PM Bug #12539: Comments and typos in the tool directory
- [email protected] wrote:
> Bug #12539: Comments and typos in the tool directory
> https://bugs.ruby-lan... -
09:01 PM Bug #12539 (Closed): Comments and typos in the tool directory
- Applied in changeset r55564.
----------
tool: add descriptions and fix typos
* tool/asm_parse.rb: add description
*... - 09:01 PM Revision 213e7a1c (git): * 2016-07-03
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55565 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 09:01 PM Revision f8d0bded (git): tool: add descriptions and fix typos
- * tool/asm_parse.rb: add description
* tool/change_maker.rb: ditto
* tool/downloader.rb: ditto
* tool/eval.rb: ditto
... -
05:24 PM Feature #12543 (Assigned): explicit tail call syntax: foo() then return
- How about introducing a new syntax for tail call?
```
def foo()
foo()
end
foo() #=> stack level too deep
``... -
03:38 PM Bug #12509: Using qsort_s in mingw-w64 causes failures
- I confirmed that the failures 1) to 8) are same as
VS2010 with '#define HAVE_QSORT_S'.
I suppose 9) to 11) are ski... -
02:24 PM Feature #12484: Optimizing Rational
- Muraken:
Thank you for your investigation. Certainly it was reproduced,
but did you test with trunk? I got almos... -
01:13 PM Feature #12542: Bump version to json-2.0.1
- 添付ファイルビューが途中で切れてしまうので pull request にも用意しました
https://github.com/ruby/ruby/pull/1395 -
01:09 PM Feature #12542 (Closed): Bump version to json-2.0.1
- ruby の stdlib である json の upstream で json-2.0.1 がリリースされていたので trunk にマージするためのパッチを作ってみました。
https://github.com/flori/j... -
10:14 AM Feature #12515: Create "Boolean" superclass of TrueClass / FalseClass
- Martin Dürst wrote:
> Actually, because both `true` and `false` are singletons, `TrueClass` and `FalseClass` look li... -
09:05 AM Bug #12498 (Closed): Parsing a mailto URI with no recipient throws the error URI::InvalidComponentError: missing opaque part for mailto URL
- Applied in changeset r55563.
----------
* lib/uri/mailto.rb (initialize): RFC3986_Parser#split sets opaque
only if... -
09:05 AM Revision 79f86a67 (git): * lib/uri/mailto.rb (initialize): RFC3986_Parser#split sets opaque
- only if the URI has path-rootless, not path-empty.
[ruby-core:76055] [Bug #12498]
patched by Chris Heisterkamp <c... -
08:09 AM Bug #12452 (Rejected): Regexp alternation does not backtrack to check the other alternatives if a match is found on the first one
- This is how a regexp works. AFAIK perl, php, python, nodejs all behave the same way as ruby do. I'm afraid changing...
-
07:47 AM Bug #12162 (Third Party's Issue): OpenSSL::PKCS7 seems to create broken objects (nested asn.1 error)
- The direct reason is that PKCS7#to_s returns a broken PEM. It looks like the behavior was changed in OpenSSL 1.0.1i:
... -
07:42 AM Bug #8177 (Closed): ext/openssl/pkcs7 signing fails with EC keys
- r55098 added OpenSSL::PKey::EC#private?. So it should work now!
-
07:41 AM Bug #11739 (Closed): OpenSSL::SSL::SSLServer doesn't negotiate ECDHE-* ciphersuites
- ext/openssl didn't support ephemeral ECDH in server mode up until Ruby 2.3 (Feature #11356).
-
07:38 AM Bug #10497 (Closed): OpenSSL Servers Do Not Support EC Certificates
- ext/openssl didn't support ephemeral ECDH in server mode up until Ruby 2.3.
You can use OpenSSL::SSL::SSLSocket#tm... -
06:27 AM Bug #12541 (Closed): test failure with `umask 027`
- `ruby -e 'system("make", "test-all", "TESTS=fileutils/test_fileutils.rb", umask: 027)'` などのように `umask 027` の環境で実行すると ...
-
06:23 AM Bug #12540 (Closed): test failures when SHARABLE_MIDDLE_SUBSTRING=1
- SHARABLE_MIDDLE_SUBSTRING=1 でビルドすると Test_StringCStr#test_wchar_lstrip!,Test_StringCStr#test_wchar_rstrip! が失敗します。
... -
04:39 AM Bug #9053 (Third Party's Issue): SSL Issue with Ruby 2.0.0
- Closing as the issue was resolved.
-
03:54 AM Bug #5659 (Feedback): bug releasing a gem created with rails 3.1
- The git reposirory/gist is deleted... Do you still reproduce with the current release of Ruby?
-
03:52 AM Bug #6168 (Third Party's Issue): Segfault in OpenSSL bindings
- I reproduce the segmentation fault with Larry's reproducer. It seems like a ruby-debug bug.
a.rb:
~~~ruby
requ... -
02:42 AM Bug #10257 (Closed): Generate X.509 certificate/request/CRL with elliptic curve keys
- This is fixed by r55098. (See also [Bug #6567]).
The 'no shared cipher' is another issue. ext/openssl didn't suppo... -
02:41 AM Bug #6227 (Feedback): [mingw] openssl backport causing test error
- Do you still reproduce this, with the current release of Ruby and OpenSSL?
-
02:38 AM Bug #6181 (Third Party's Issue): Ruby crash when trying to send a mail (tls/gmail)
- I think this is the same as #6886, too.
OpenSSL bundled with OS X is no longer supported, so I'm closing this as T... -
02:05 AM Bug #8690 (Third Party's Issue): Enciphering a key with AES-128-CBC-HMAC-SHA1 crashes in OpenSSL
- I believe this is a bug of OpenSSL that is fixed in OpenSSL 1.0.2.
Since it happens in PEM_read_bio_RSAPrivateKey(... -
12:20 AM Bug #11169: Symbol not found: _rb_str_new_static
- This saved me such a huge headache. I was stuck on this for an hour with Puma right out of the box. Thank you so much
07/01/2016
-
10:15 PM Bug #11964: __callee__ in aliased methods defined in a module returns an incorrect value
- Looks like this broke in r51126 (GitHub rev 5e8a147480f87f19a8b96ad3fb33a25fb4bb19b9).
-
07:37 PM Bug #12454 (Closed): Regexp: Segfault due to Invalid Read in regcomp.c : add_char_opt_map_info
- Applied in changeset r55562.
----------
* regcomp.c (noname_disable_map): don't optimize out group 0
Ruby's Regexp... -
07:37 PM Revision 1e3fc7dc (git): * regcomp.c (noname_disable_map): don't optimize out group 0
- Ruby's Regexp doesn't allow normal numbered groups if the regexp
has named groups. On such case it optimizes out re... -
07:16 PM Bug #12498: Parsing a mailto URI with no recipient throws the error URI::InvalidComponentError: missing opaque part for mailto URL
- @naruse Do you mind taking a look at this patch?
-
07:09 PM Bug #12503: Backport r55427 (fix heap overflow in tr_trans)
- ruby_2_3 r55561 merged revision(s) 55427.
-
07:09 PM Revision 840a4573 (git): merge revision(s) 55427: [Backport #12503]
- * string.c (tr_trans): consider terminator length and fix heap
overflow. reported by Guido Vranken <guido ... -
06:59 PM Bug #11954: "self has wrong type to call super in this context" under weird circumstances
- ruby_2_3 r55560 merged revision(s) 55462.
-
06:59 PM Revision 62586a95 (git): merge revision(s) 55462: [Backport #11954]
- * vm.c (invoke_bmethod, invoke_block_from_c_0): revert r52104
partially to avoid "self has wrong type to ca... -
06:11 PM Revision 3418a277 (git): * string.c: Partially reverts r55547 and r55555.
- ChangeLog about the reverted changes are also deleted in this file.
[Bug #12536] [ruby-dev:49699] [ruby-dev:49702]
... - 05:32 PM Revision bc1d7b16 (git): * 2016-07-02
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55558 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:32 PM Revision 61f2ee0d (git): * string.c (str_fill_term): When termlen increases, re-allocation
- of memory for termlen should always be needed.
In this fix, if possible, decrease capa instead of realloc.
[Bug #... -
04:34 PM Bug #12536: SIGABRT during GC on Debian GNU/Linux 8 (x86_64) due to insufficient string buffer allocation related with term fill
- > ただし、rb_str_new() と rb_str_buf_new() にて、従来 capa+1 バイトのメモリを確保していた部分を修正するにあたり、後からどんなエンコーディングが関連付けられるかわからないため、
に関しては... -
03:14 PM Bug #12539 (Closed): Comments and typos in the tool directory
- I've commented most of the tool directory scripts, and fixed typos in a few of the comments. Since I was looking thro...
-
12:39 PM Bug #12538 (Closed): hostsを書き換えてwebrickで書いたプロキシ―に繋いでいるとrubyが落ちる
- 環境
OS:Win10
ブラウザ:Firefox
広告NG用にhostsを書きかえてプロキシーに接続してブラウジングしていると
しばらくしてrubyは動作を停止しましたと言われます
#coding:ut... -
12:32 PM Bug #12517: def_delegators broken on ruby-head?
- Thanks everyone that was so fast I blinked and missed it :D
-
12:00 PM Revision 6fee4909 (git): fix a typo [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55556 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:24 AM Revision a92a537b (git): * string.c: Specify termlen as far as possible.
- Additional fix for [Bug #12536] [ruby-dev:49699].
* string.c (rb_usascii_str_new, rb_utf8_str_new): Specify termlen
... -
10:43 AM Bug #12537 (Closed): Fiddle::TestPointer#test_to_s and test_to_str destroy literal string data
- Applied in changeset r55554.
----------
* test/fiddle/test_pointer.rb (test_to_str, test_to_s, test_aref_aset):
At... -
09:47 AM Bug #12537 (Closed): Fiddle::TestPointer#test_to_s and test_to_str destroy literal string data
- r55547 以降、rubyciの32ビット環境では、以下のFailureが出ています。
```
1) Failure:
Fiddle::TestPointer#test_plus [/extdisk/chkbuild/... -
10:43 AM Revision 053c1e08 (git): * test/fiddle/test_pointer.rb (test_to_str, test_to_s, test_aref_aset):
- Attempt to use independent strings for destructive tests that
directly modify values on memory by using Fiddle::Poi... -
09:24 AM Revision 14d9ceed (git): * .gdbinit (rb_ps_thread): show the detail of cfunc in ruby level
- backtrace.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55553 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:50 AM Revision 10e28726 (git): * string.c (rb_str_subseq, str_substr): When RSTRING_EMBED_LEN_MAX
- is used, TERM_LEN(str) should be considered with it because
embedded strings are also processed by TERM_FILL.
Add... -
03:58 AM Revision 6734a0c3 (git): string.c: Add parentheses to avoid C source code ambiguity. [Bug #12536]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55551 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:13 AM Revision 0946cf15 (git): * .gdbinit (rb_count_objects): added gdb version of count_objects().
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55550 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
06/30/2016
- 07:36 PM Revision 35291b7d (git): * 2016-07-01
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55549 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:36 PM Revision 6f10a4af (git): * .gdbinit (rb_ps_thread): show ruby level backtrace.
- Usually you can call `rb_ps` to show ruby leve backtraces
for all living threads.
Note that it can call with core... -
10:23 AM Bug #12454: Regexp: Segfault due to Invalid Read in regcomp.c : add_char_opt_map_info
- More shorter code, probably same issue:
```
$ ruby -e 'Regexp.new("((?<v>))\\g<0>")'
-e:1:in `initialize': undef... -
10:20 AM Bug #12536 (Closed): SIGABRT during GC on Debian GNU/Linux 8 (x86_64) due to insufficient string buffer allocation related with term fill
- Applied in changeset r55547.
----------
* string.c: Fix memory corruptions when using UTF-16/32 strings.
[Bug #125... -
09:35 AM Bug #12536 (Closed): SIGABRT during GC on Debian GNU/Linux 8 (x86_64) due to insufficient string buffer allocation related with term fill
- x86_64 の Debian GNU/Linux 8.4 にて、いつの間にか、 make test-all が途中で突然死して失敗するようになりました。
```
[ 2025/16989] REXMLTests::Encod... -
10:20 AM Revision f2ee2237 (git): * string.c: Fix memory corruptions when using UTF-16/32 strings.
- [Bug #12536] [ruby-dev:49699]
* string.c (TERM_LEN_MAX): Macro for the longest TERM_FILL length,
the same as large... -
08:24 AM Revision 893bb61b (git): case-folding.rb: define version numbers
- * enc/unicode/case-folding.rb: define Unicode version numbers.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@555... -
08:13 AM Revision 753ce99e (git): case-folding.rb: check version numbers
- * enc/unicode/case-folding.rb: check if version numbers in each
data files match.
git-svn-id: svn+ssh://ci.ruby-la... -
08:13 AM Revision 7d4db056 (git): test_stringio.rb: reduce retry count
- * test/stringio/test_stringio.rb (test_overflow): reduce maximum
retry count to get rid of timeout on some platform... -
07:31 AM Revision 7d1d8b11 (git): Move unicode tables timestamp
- * common.mk (.unicode-tables.time): move from the top source
directory to the unicode source data directory which c... -
06:24 AM Feature #12525 (Closed): Get some inspiration from the Red programming language!
- Could you separate into tickets each specific feature?
Issues on a issue tracker should have a specific goal to c... -
05:17 AM Feature #12525: Get some inspiration from the Red programming language!
- Robert A. Heiler wrote:
> I do not even understand what this means.
Well I have not yet investigated this, but ... -
03:55 AM Feature #12525: Get some inspiration from the Red programming language!
- Reactive Programming:
"It is a way to link one or more object fields to other fields or global words, by specifyin... -
05:45 AM Revision 22825418 (git): Magic numbers
- * ext/cgi/escape/escape.c (optimized_unescape_html): remove magic
numbers for literal lengths.
git-svn-id: svn+ssh... - 04:16 AM Revision 38d340f6 (git): * 2016-06-30
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55541 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:16 AM Revision 7175ee79 (git): Initialize ID
- * ext/cgi/escape/escape.c (accept_charset): initialize the static
ID for theha class variable once at first.
git-s... -
03:51 AM Feature #12534: Refinements: refine modules as well
- Interesting. I was not aware of this.
It is however mentioned in the documentation:
http://ruby-doc.org/core-... -
12:27 AM Bug #12535 (Rejected): are there 2 sleep methods defined?
- No.
You are prepending the method on 2 different **objects**, `main` and `Kernel`.
06/29/2016
-
01:34 PM Feature #12533: Refinements: allow modules inclusion, in which the module can call internal methods which it defines.
- Hi Tiago, the syntax is
~~~ruby
your(code).goes here
~~~
Sorry for offtop. -
12:12 PM Feature #12533: Refinements: allow modules inclusion, in which the module can call internal methods which it defines.
- Sorry about the UI for the gist, apparently I don't know anymore how to properly declare code blocks in redmine...
-
12:11 PM Feature #12533 (Closed): Refinements: allow modules inclusion, in which the module can call internal methods which it defines.
- Right now this isn't possible:
~~~ruby
module Extensions
def vegetables ; potatoe ; end
def potatoe ; "pota... -
01:26 PM Bug #3817 (Closed): current ruby-openssl impl wrongly utilizes CRYPTO_EX_DATA in X509_STORE
- This hasn't caused any further issues, and OpenSSL 1.1.0 finally added ex_data functions for X509_STORE. So I think t...
-
01:24 PM Revision c68da0fd (git): * ext/psych/lib/psych_jars.rb: removed needless file required to JRuby.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55539 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:21 PM Revision c2329831 (git): openssl: fix for OpenSSL 1.0.0t
- * ext/openssl/ossl_ocsp.c: The "reuse" behavior of d2i_ functions does
not work well with OpenSSL 1.0.0t. So avoid ... -
01:17 PM Bug #12514: Refinements: when including Module as refinement, can't call other module methods
- Tiago Cardoso wrote:
> Thx, will do. Do you have a link to the reject ticket? Maybe it would be wise to read about t... -
12:04 PM Bug #12514: Refinements: when including Module as refinement, can't call other module methods
- Thx, will do. Do you have a link to the reject ticket? Maybe it would be wise to read about the reasons against befor...
-
03:31 AM Bug #12514: Refinements: when including Module as refinement, can't call other module methods
- Tiago Cardoso wrote:
> Don't get me wrong, but you're trying to explain me why it doesn't work. I'm making the point... -
01:16 PM Bug #10398 (Closed): Server Name Indication support broken when reusing a (dead) session
- This should have been fixed by r52682 (in [Bug #11401], as Michiel suggests), and the root cause was also fixed by r5...
-
01:13 PM Misc #12532 (Rejected): OpenSSL is so Difficult to find for Ruby Build Scripts that it Introduces a Security flaw
- Martin Vahi wrote:
> The result is that people do
>
> http://stackoverflow.com/a/25186429
>
> ~~~
> gem sour... -
10:23 AM Misc #12532: OpenSSL is so Difficult to find for Ruby Build Scripts that it Introduces a Security flaw
- you don't want to ship an intree copy of openssl.
the proper solution is that people should use their package mana... -
10:14 AM Misc #12532: OpenSSL is so Difficult to find for Ruby Build Scripts that it Introduces a Security flaw
- Actually, build scripts might try to
use the operating system version of the OpenSSL
and if they fail to use the o... -
10:08 AM Misc #12532 (Rejected): OpenSSL is so Difficult to find for Ruby Build Scripts that it Introduces a Security flaw
The result is that people do
http://stackoverflow.com/a/25186429
~~~
gem source -r https://rubygems.org/
...-
12:47 PM Bug #12535 (Rejected): are there 2 sleep methods defined?
- I'm updating this gem which "patches" the sleep method to use prepend, as I wanted to drop support to ruby < 2.0 . (p...
-
12:37 PM Revision 685a18c4 (git): fix a typo [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55537 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:19 PM Feature #12534 (Closed): Refinements: refine modules as well
- Refinements were added as a feature to scope monkey-patches on ruby core elements. This works for elements such as St...
-
09:48 AM Bug #12527 (Assigned): warning: macro redefined: REG_PC and REG_SP on Solaris 10
-
09:46 AM Misc #12529: LEGAL file covering all the license information within Ruby
- +1 Thank you. This should be updated.
-
06:23 AM Revision 8fe1d91f (git): * insns.def (opt_succ): optimize like r55515. (but this argument is
- consntant)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55536 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:00 AM Bug #12528: Ruby 2.3.1 Fails to Compile on FreeBSD 8.4-STABLE
- Martin Vahi wrote:
> It seems that You are right, the `--enable-shared` solved the problem.
> Is it possible to ma... -
04:37 AM Revision 8361dab9 (git): VC6 error
- * win32/win32.c (GetSystemWindowsDirectoryW): use
GetWindowsDirectoryW for VC6.
git-svn-id: svn+ssh://ci.ruby-lang... -
04:37 AM Revision 91ec3d8f (git): VC6 error
- * random.c (int_pair_to_real_inclusive): get rid of VC6 compile
error C2520: conversion from unsigned __int64 to do... -
04:37 AM Revision df8c48a3 (git): Use LONG_LONG
- * missing/crypt.h (B64): use LONG_LONG instead of long long
directly.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/... -
03:45 AM Bug #12491 (Closed): TestRefinement#test_prepend_after_refine_wb_miss too slow
- Applied in changeset r55532.
----------
* test/ruby/test_refinement.rb: skip
test_prepend_after_refine_wb_miss on ... -
03:45 AM Revision a1d17c59 (git): * test/ruby/test_refinement.rb: skip
- test_prepend_after_refine_wb_miss on ARM or MIPS.
[ruby-core:76031] [Bug #12491]
git-svn-id: svn+ssh://ci.ruby-lan... -
03:27 AM Feature #12079: Loosening the condition for refinement
- I agree that would be nicer to users. My concern is performance penalty.
Matz.
-
03:25 AM Bug #12530 (Rejected): Module Refinements
- This is not a bug, but an expected behavior.
However, changing this behavior is being discussed in #12079.
06/28/2016
-
11:46 PM Bug #12531 (Closed): Segmentation fault occurred when execute curry with block
- Applied in changeset r55531.
----------
Passed block symbol to proc
* proc.c (passed_block): convert passed block s... -
09:58 PM Bug #12531: Segmentation fault occurred when execute curry with block
- Remove useless tests.
-
09:46 PM Bug #12531 (Closed): Segmentation fault occurred when execute curry with block
- When I execute code below:
~~~
$ ./ruby -e '-> { true }.curry.call(&:to_s)'
~~~
I create a patch for fix and ... -
11:45 PM Revision 86a756ae (git): Passed block symbol to proc
- * proc.c (passed_block): convert passed block symbol to proc.
based on the patch by Daisuke Sato in [ruby-dev:49695... -
10:03 PM Revision e3503ee2 (git): Octal mode in un.rb
- * lib/fileutils.rb (FileUtils#symbolic_modes_to_i): revert r55524.
* lib/un.rb (install, chmod): support octal mode ... -
07:37 PM Bug #12324: Support OpenSSL 1.1.0 (and drop support for 0.9.6/0.9.7)
- Kazuki Yamaguchi wrote:
> This is based on r55162 (openssl: drop OpenSSL 0.9.6/0.9.7 support) so backporting 1.1.0 s... -
07:00 PM Bug #12514: Refinements: when including Module as refinement, can't call other module methods
- Don't get me wrong, but you're trying to explain me why it doesn't work. I'm making the point it should work. Why?
... -
01:49 AM Bug #12514: Refinements: when including Module as refinement, can't call other module methods
- Tiago Cardoso wrote:
> potatoe is not a variable, but a method call. The method is defined right after. That should ... - 06:42 PM Revision f29d43a3 (git): * 2016-06-29
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55529 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:42 PM Revision 236b5e97 (git): * bignum.c (rb_big2ulong): the old logic seems to try to avoid
- calculating `-(long)(num-1)-1` if `num` is not LONG_MIN. (Note that
`-LONG_MIN` may be larger than LONG_MAX) But C ... -
05:55 PM Bug #12528: Ruby 2.3.1 Fails to Compile on FreeBSD 8.4-STABLE
- Nobuyoshi Nakada wrote:
> What configure options do you use?
> Could you try `--enable-shared` if it is not used?
... -
02:50 PM Bug #12528 (Feedback): Ruby 2.3.1 Fails to Compile on FreeBSD 8.4-STABLE
- What configure options do you use?
Could you try `--enable-shared` if it is not used? -
11:40 AM Bug #12528 (Closed): Ruby 2.3.1 Fails to Compile on FreeBSD 8.4-STABLE
Build commands:
~~~
make clean
CFLAGS=" -mtune=native -ftree-vectorize " CXXFLAGS=" -mtune=native -ftree-vec...-
03:03 PM Bug #12530 (Rejected): Module Refinements
- Hi guys, I noticed strange situation with module refinements.
There is difference with using methods which you ref... -
02:03 PM Feature #6943: pstore in FIPS mode
- Seems nothing to block, since md5 seems used just to see if the data is modified.
https://github.com/ruby/ruby/com... -
12:13 PM Feature #6943: pstore in FIPS mode
- Using internal implementation is just hiding the issue. I don't think this would be acceptable solution for FIPS cert...
-
01:55 PM Revision c9df0f82 (git): PStore::CHECKSUM_ALGO
- * lib/pstore.rb (PStore::CHECKSUM_ALGO): extract the algorithm for
checksum, instead of qualified names for each ti... -
01:39 PM Bug #11844: Please update unicode-licensed files (license issue)
- > I am going to open/write new issue page for this kind of issue because above issue have already been closed.
Cre... -
12:06 PM Bug #11844: Please update unicode-licensed files (license issue)
- Jun Aruga wrote:
> I could not find the license information for enc/trans/GB/*.src from the mapping page. [1]
> So,... -
01:36 PM Misc #12529 (Closed): LEGAL file covering all the license information within Ruby
- # Summary
LEGAL file is used to describe the licenses and the files that Ruby license does not cover.
Below Jap... -
01:29 PM Revision cafeeb4b (git): bootstraptest/runner.rb may run on older ruby
- * bootstraptest/runner.rb: do not use safe navigation operator.
this runner may run on older ruby. partially rever... -
01:14 PM Bug #12520 (Closed): CIFS raises Errno::EACCES for chown while UID not found in remote system
- Applied in changeset r55525.
----------
Tue Jun 28 22:09:09 2017 Akio Tajima <[email protected]>
* lib/fileutils... -
01:14 PM Revision f2f16f2a (git): Tue Jun 28 22:09:09 2017 Akio Tajima <[email protected]>
- * lib/fileutils.rb: rescue Errno:EACCES for chown.
[Bug #12520]
git-svn-id: svn+ssh://ci.ruby-lang.org/rub... -
01:03 PM Feature #12519 (Rejected): Expansion of modifier_if and modifier_unless
- Agreed to Marcus.
Matz.
-
12:33 PM Revision d34b3c9a (git): Octal mode
- * lib/fileutils.rb (symbolic_modes_to_i): support octal mode
string. fix up r55513.
git-svn-id: svn+ssh://ci.ruby... -
10:54 AM Bug #12527 (Closed): warning: macro redefined: REG_PC and REG_SP on Solaris 10
- Solaris 10 上にて、vm.c のコンパイル中に、以下のマクロ再定義のwarningが出ます。
```
cc -errtags=yes -xO4 -xtarget=sparc64viiplus -m64 -DRUBY... -
10:31 AM Bug #12526 (Rejected): Error trying to compile enc/euc_jp.c
- On a fresh checkout of ruby trunk on a fresh installation of cygwin, I get the error below.
gperf (3.0.4) is availab... -
09:42 AM Bug #12524 (Closed): Excess semicolons in ext/digest and ext/openssl
- Applied in changeset r55523.
----------
* ext/digest/md5/md5ossl.h: Remove excess semicolons.
Suppress warning on ... -
09:30 AM Bug #12524 (Closed): Excess semicolons in ext/digest and ext/openssl
- ext/digest については r49564 以降、 ext/openssl については r55285 以降、
Solaris 10 上の Oracle Solaris Studio 12.x によるコンパイル時に以下のwarni... -
09:42 AM Revision 8b251c6c (git): * ext/digest/md5/md5ossl.h: Remove excess semicolons.
- Suppress warning on Solaris with Oracle Solaris Studio 12.
[ruby-dev:49692] [Bug #12524]
* ext/digest/md5/md5cc.h:... -
09:37 AM Feature #12525 (Closed): Get some inspiration from the Red programming language!
- I know this is probably not the right place for a this, but I love Ruby and I can't resist sharing the following info...
-
07:04 AM Revision ad724308 (git): Move CaseTest
- * test/ruby/enc/test_case_comprehensive.rb (CaseTest): move under
the test case not to pollute the global name spac... -
06:56 AM Bug #12433 (Closed): uncommon.mk:614: recipe for target 'yes-test-almost' failed - missing UnicodeData.txt
- Applied in changeset r55521.
----------
Skip unavailable tests
* test/ruby/enc/test_case_comprehensive.rb: noting t... -
04:07 AM Bug #12433: uncommon.mk:614: recipe for target 'yes-test-almost' failed - missing UnicodeData.txt
- Yes, they show that the Unicode data files didn't get downloaded, and therefore, it's not possible to run the tests i...
-
06:56 AM Revision 023aaa51 (git): Skip unavailable tests
- * test/ruby/enc/test_case_comprehensive.rb: noting to test if
Unicode data files are available.
[ruby-core:76160]... -
06:20 AM Revision 5026a663 (git): Cache no proxy case
- * lib/net/http.rb (Net::HTTP#proxy_uri): cache the case no proxy
is used.
git-svn-id: svn+ssh://ci.ruby-lang.org/r... -
06:19 AM Revision 8ff99ded (git): Use conditional operator
- * lib/net/http.rb (Net::HTTP#proxy): use conditional operator to
get rid of confusing ruby-mode.el.
git-svn-id: sv... -
04:38 AM Revision 0e585b37 (git): Revert "Use gperf 3.0.4"
- It is wrong commit.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55518 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:52 AM Feature #12523: `Object#values_at`
- I'm not that strongly against it, but wonder if it has actual usage where it is convenient. Do you have any use cases?
-
12:56 AM Revision f1707e44 (git): Fix typo [ci skip]
- * object.c (rb_mod_eqq): [DOC] Fix typo in RDoc. [Fix GH-1393]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55...
06/27/2016
- 06:30 PM Revision fc1b4bd6 (git): * 2016-06-28
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55516 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:30 PM Revision 1e791f43 (git): * insns.def (opt_plus): use `- 1` instead of `& (~1)` to allow
- compilers to use x86 LEA instruction (3 operand).
Even if 3 operand LEA's latency is 3 cycle after SandyBridge,
i... -
06:30 PM Revision 4b31485a (git): Use gperf 3.0.4
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55514 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:20 PM Bug #12514: Refinements: when including Module as refinement, can't call other module methods
- the error message in the example is wrong, my bad, it is "potatoe" the undefined method, not "vegetables".
-
03:02 PM Bug #12514: Refinements: when including Module as refinement, can't call other module methods
- potatoe is not a variable, but a method call. The method is defined right after. That should be the whole point of it...
-
02:59 PM Feature #12523 (Open): `Object#values_at`
- It might be convenient to have a method that returns multiple attributes of an object.
~~~ruby
class A
attr_ac... -
02:05 PM Bug #12433: uncommon.mk:614: recipe for target 'yes-test-almost' failed - missing UnicodeData.txt
- I experiencing two issues with preview1:
```
1) Failure:
TestComprehensiveCaseFold#test_AAAAA_data_files_avail... -
01:26 PM Feature #11195: Add "no_proxy" parameter to Net::HTTP.new
- +1, I'm also having issues with this.
-
12:02 PM Bug #12520: CIFS raises Errno::EACCES for chown while UID not found in remote system
- まぁそれはそれとして入れといていいんじゃないでしょうか。
そういう環境があるということであれば。 -
09:55 AM Bug #12520 (Feedback): CIFS raises Errno::EACCES for chown while UID not found in remote system
- installは次の2点がcp_rと違って、あまり使いたくはないというのが本音です。
1. file_compareで内容を比較する=> 実行ファイルのインストールなら理解できますが、サイズが違うかどうかで十分(この場合、全体量が数... -
01:30 AM Bug #12520 (Assigned): CIFS raises Errno::EACCES for chown while UID not found in remote system
-
10:11 AM Bug #10802: strict-aliasing warning on RHEL/CentOS 6
- I could see still this error on trunk
http://rubyci.s3.amazonaws.com/c64b/ruby-trunk/log/20160627T090203Z.log.htm... -
08:02 AM Bug #12522 (Rejected): Keyword arguments should supercede double-splat arguments
- ```ruby
foo **{x: 'fallback'}, x: 1
``` -
06:10 AM Bug #12522 (Rejected): Keyword arguments should supercede double-splat arguments
- I propose that it is more intuitive (and much better for FREST functions; see #12521) if explicit keyword arguments s...
-
07:58 AM Revision 2a5183c2 (git): FileUtils#install: symbolic mode
- * lib/fileutils.rb (FileUtils#install): accecpt symbolic mode, as
well as chmod.
git-svn-id: svn+ssh://ci.ruby-lan... -
07:55 AM Revision 10fcca8f (git): FileUtils#install: owner/group options
- * lib/fileutils.rb (FileUtils#install): add owner and group
options.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/t... -
06:17 AM Bug #12521: Syntax for retrieving argument without removing it from double-splat catch-all
- #12522 is a related issue; keyword arguments lvalues have a related issue.
-
06:03 AM Bug #12521 (Closed): Syntax for retrieving argument without removing it from double-splat catch-all
- There is an interesting style of programming that is *almost* really easy to do in Ruby. It would work elegantly with...
-
01:24 AM Revision 71db7bd3 (git): Refactor
- * lib/fileutils.rb (FileUtils::Entry_#copy_metadata): eliminate
common statements.
git-svn-id: svn+ssh://ci.ruby-l... -
01:22 AM Feature #12519: Expansion of modifier_if and modifier_unless
- variable = true ? 1 : 2
isnt that short enough? -
12:32 AM Feature #12519: Expansion of modifier_if and modifier_unless
- Yes, confusing and also not very pretty.
06/26/2016
-
11:57 PM Bug #12517 (Closed): def_delegators broken on ruby-head?
- Applied in changeset r55509.
----------
Coverage on non-positive lines
* compile.c (ADD_TRACE): ignore trace instru... -
11:53 PM Bug #12517: def_delegators broken on ruby-head?
- Thanks!
-
12:06 PM Bug #12517: def_delegators broken on ruby-head?
- Here's the repro (OS X 10.11.5 / FreeBSD 10.2):
~~~ruby
require 'coverage'
require 'forwardable'
Coverage.st... - 11:56 PM Revision 4c4f809e (git): * 2016-06-27
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55510 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:56 PM Revision f5404751 (git): Coverage on non-positive lines
- * compile.c (ADD_TRACE): ignore trace instruction on non-positive
line.
* parse.y (coverage): get rid of ArgumentEr... -
06:17 PM Bug #12520: CIFS raises Errno::EACCES for chown while UID not found in remote system
- 試してはいないのですが、`FileUtils.install(preserve: true)` ではどうでしょうか。
-
11:43 AM Bug #12520 (Closed): CIFS raises Errno::EACCES for chown while UID not found in remote system
- `FileUtils`を利用した`:preserve => true`の`cp_r`中に例外となります。(題名が真の原因かは不明。それ以外に思い当たる点がない)
システムはDebian jessieです。
~~~
Linux... -
11:02 AM Feature #12519: Expansion of modifier_if and modifier_unless
- Matthew Kerwin wrote:
> It's too confusing.
Agree.
-
06:42 AM Feature #12519: Expansion of modifier_if and modifier_unless
- I am against.
It seems to rewrite the precedence of modifier if. I would expect it to evaluate like this:
~~~ru... -
05:05 AM Feature #12519 (Rejected): Expansion of modifier_if and modifier_unless
- Hi all.
I propose a syntax change to allow the below to be valid ruby.
```ruby
variable = 1 if false else 2
`... -
10:35 AM Revision 06c57968 (git): Convert arguments first
- * ext/win32/lib/Win32API.rb (Win32API#initialize): convert
arguments before dlopen.
git-svn-id: svn+ssh://ci.ruby-... -
05:00 AM Bug #12518 (Feedback): You may have encountered a bug in the Ruby interpreter or extension libraries.
- The C level backtrace information you sent says the bug is inside libmysqlclient.20.dylib. Is it possible for you to...
-
01:20 AM Revision 1f235900 (git): Explicit ".dll" suffix
- * ext/win32/lib/Win32API.rb (Win32API#initialize): Cygwin
2.5.2-1 (perhaps) seems to no longer append ".dll" suffix... - 12:28 AM Revision 1e03af80 (git): * 2016-06-26
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55506 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:28 AM Revision 60a063d8 (git): Remove -jN option
- * {cygwin,template}/GNUmakefile.in (MAKEFLAGS): remove -jN option
from MAKEFLAGS as well as MFLAGS.
git-svn-id: sv...
Also available in: Atom