Activity
From 04/23/2016 to 04/29/2016
04/29/2016
-
10:36 PM Feature #12142: Hash tables with open addressing
- Since submitting my first patch for new Ruby hash tables, a lot of
code was reworked and a lot of new implementati... -
10:08 PM Bug #12332 (Closed): [PATCH] proc.c: fix RDoc of Proc#===/call/yield/[]
- Since r52050 ("proc.c: enable optimization of Proc#call")
for [Feature #11569], we need to maintain this documentati... -
07:35 PM Bug #12331 (Closed): Please backport r53586
- The r54405 backported several patches. Now, trying to build Ruby 2.3.1 on Fedora 24/Rawhide, I observe following erro...
-
02:47 PM Bug #12330 (Closed): vm_trace.c (get_event_id) returns :specified_line if SPECIFIED_LINE was occurred
- Because r38728 is last commit about this line, I think this is not intended behavior.
To check which symbol is ret... -
02:41 PM Bug #12329: Minitest not in the documentation
- Bundled gems' documents are not installed now.
-
02:27 PM Feature #10342 (Closed): Module#deprecate_constant
-
01:49 PM Bug #12312 (Closed): Make PTY take environment variables like popen does
- It works already.
```
$ ruby1.9 -v -rpty -e 'PTY.spawn({"FOO"=>"bar"}, "printenv", "FOO") {|r,w,pid|p r.read}'
r... -
01:40 PM Revision e46ba7ab (git): maintainers.rdoc: update ext/io/nonblock [ci skip]
- * doc/maintainers.rdoc (ext/io/nonblock): still maintained, as
well as ext/io/wait, which is the origin.
git-svn-i... - 12:18 PM Revision 82e6e21e (git): * doc/maintainers.rdoc (ext/win32): of course, it's still maintained. [skip ci]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54818 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:03 PM Revision 37aa0f46 (git): * gems/bundled_gems: Update latest gems, test-unit-3.1.8 and rake-11.1.2.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54817 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:43 AM Revision 5c194ec0 (git): * doc/maintainers.rdoc: Update latest maintainers list on Ruby 2.4
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54816 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:40 AM Feature #6647: Exceptions raised in threads should be logged
- Shyouhei Urabe wrote:
> I remember this topic was looked at in the developer meeting this month. Matz was positive ... - 11:12 AM Revision d16ff5c4 (git): merge revision(s) 54706:
- * test/ruby/test_time_tz.rb: Tests depends on Europe/Moscow removed
to avoid test failures due to the tzdat... -
10:52 AM Revision 621f2323 (git): * doc/maintainers.rdoc: Removed deprecated entries. These are already deleted.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54814 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:52 AM Revision 49b64a90 (git): * doc/maintainers.rdoc: Removed Ruby 1.8 entries. It's not necessary to
- Ruby 2.4 or later.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54813 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
08:52 AM Feature #12328: Show warnings about vulnerable and no longer supported Ruby versions.
- I'm also maintaining to ruby-build.
We have the plan to warn to EOLed version of Ruby. ref. https://github.com/rbe... -
08:12 AM Feature #12328: Show warnings about vulnerable and no longer supported Ruby versions.
- I doubt that users/developers will install latest versions.
We often see the tickets for older releases. -
08:43 AM Bug #9569: SecureRandom should try /dev/urandom first
- A recent (2012) analysis of the RNG subsystem in the Linux Kernel can be found here: https://eprint.iacr.org/2012/251...
- 12:56 AM Revision ecc17e56 (git): * 2016-04-29
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54812 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:56 AM Revision f9602ee3 (git): win32/win32.c: remove unnecessary declaration
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54811 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
04/28/2016
-
06:32 PM Feature #6739: One-line rescue statement should support specifying an exception class
- I noticed we have a keyword already in Ruby that’s used nearly nowhere and could be a nice fit here. Might not be lin...
-
06:17 PM Bug #12329 (Rejected): Minitest not in the documentation
- Hi everyone,
Albeit still shipped with Ruby, the Minitest gem is not in the documentation of Ruby, neither on [rub... -
05:48 PM Bug #12327: Seg Fault - ruby 2.3.0 mongo & OpenSSL issue??
- I am almost certain this is to do with thread safety within the ssl lib. I am running ubuntu. details:
ruby 2.3.0p0 ... -
02:56 PM Bug #12327 (Closed): Seg Fault - ruby 2.3.0 mongo & OpenSSL issue??
- /opt/rbenv/versions/2.3.0/lib/ruby/2.3.0/openssl/buffering.rb:57: [BUG] Segmentation fault at 0x007fd27558dd80
ruby ... -
05:24 PM Feature #12328 (Third Party's Issue): Show warnings about vulnerable and no longer supported Ruby versions.
- ## Problem
Users are often still using unsupported Ruby versions and developers and unknowingly supporting them.
... -
08:06 AM Feature #12306: Implement String #blank? #present? and improve #strip and family to handle unicode
- Sure Nobu,
https://bugs.ruby-lang.org/issues/8206
very close to this feature request that I created years ago. -
07:42 AM Feature #12306: Implement String #blank? #present? and improve #strip and family to handle unicode
- Sam Saffron wrote:
> There is no way to invoke the regex engine without it magically setting a pile of globals, maki... -
12:08 AM Feature #12306: Implement String #blank? #present? and improve #strip and family to handle unicode
- Just to expand on how hard this is to get right without the framework providing it
See:
https://gist.github.c... -
08:03 AM Revision a19b53ae (git): hash.c: dry up code
- * hash.c (rb_hash_update_{block,func}_callback): dry up hash
update callback code. [Fix GH-1338]
git-svn-id: svn+... -
07:52 AM Revision 0c4466ab (git): * re.c (rb_reg_prepare_enc): use rb_enc_asciicompat(enc) instead of
- rb_enc_str_asciicompat_p(str) to avoid useless rb_enc_get(str) call.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tru... -
07:33 AM Bug #12323 (Closed): Wrong example code in OptionParser documentation
- Applied in changeset r54808.
----------
optparse.rb: [DOC] fix example code [ci skip]
* lib/optparse.rb: [DOC] fix ... -
07:29 AM Bug #12323: Wrong example code in OptionParser documentation
- Thank you.
I think that `OptparseExample.parse` should be an instance method but not a class method. -
07:33 AM Revision 38b75650 (git): optparse.rb: [DOC] fix example code [ci skip]
- * lib/optparse.rb: [DOC] fix example code. base on the code by
Semyon Gaivoronskiy in [ruby-core:75224]. [Bug #12... -
07:02 AM Feature #6647: Exceptions raised in threads should be logged
- I remember this topic was looked at in the developer meeting this month. Matz was positive to have Thread#report_on...
-
06:54 AM Revision 9ef7c87d (git): win32/file.c: fix reallocation threshold
- * win32/file.c (replace_to_long_name): fix reallocation threshold.
dereferenced size of a pointer is not same as th... -
06:54 AM Revision 1e775c18 (git): win32/file.c: remove unnecessary code
- * win32/file.c (replace_to_long_name): remove unnecessary backward
scan for the last directory separator.
git-svn-... -
05:51 AM Feature #12280: IO.copy_stream(IO, IO) fails with "pread() not implemented"
- [email protected] wrote:
> Benoit Daloze wrote:
> > For me, having a message like:
> > "NotImplementedError: IO.c... -
05:27 AM Feature #12280: IO.copy_stream(IO, IO) fails with "pread() not implemented"
- +1 to add a fallback implementation when pread is unavailable.
-
05:45 AM Feature #10095: Object#as
- Tsuyoshi Sawada wrote:
> So, I would like to make a proposal such that, when `instance_eval` takes a block parameter... -
05:13 AM Bug #12308 (Closed): segfault in add_signal_thread_list
- Change state to "Closed" to enqueue backporitng process.
- 12:33 AM Revision 51cf90c5 (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54805 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:33 AM Revision 4e53f3ad (git): * lib/rubygems.rb, lib/rubygems/*, test/rubygems/*: Update rubygems-2.6.4.
- Please see entries of 2.6.4 on
https://github.com/rubygems/rubygems/blob/master/History.txt
git-svn-id: svn+ssh://...
04/27/2016
-
11:46 PM Bug #12326 (Closed): Update rubygems to 2.5.2 in ruby_2_3
- This is a ticket for ruby_2_3 stable branch maintainance. Not about issues on trunk.
There's an issue about gem in... - 08:00 PM Revision 7a3f794d (git): * configure.in (rb_cv_lgamma_r_pm0): check if lgamma_r(+0.0)
- returns positive infinity, in addition to lgamma_r(-0.0).
AIX returns an incorrect result of negative infinity.
* ... -
07:21 PM Feature #11098: Thread-level allocation counting
- [email protected] wrote:
> So apparently I didn't have notifications turned on and lost track of this. Sorry!
N... -
06:07 PM Feature #11098: Thread-level allocation counting
- So apparently I didn't have notifications turned on and lost track of this. Sorry!
I've rebased this to current tr... -
06:23 PM Bug #12325 (Closed): Ruby 2.2.1 fails with Rails 4.2.0-6 - Segmentation fault at 0x00000000000418 ruby 2.2.1p85
- I am pretty sure this is not a Rails error.
Ruby 2.1.2 works fine. With Ruby 2.2.1, I cannot run rake db:migrate or... -
06:01 PM Bug #12324 (Closed): Support OpenSSL 1.1.0 (and drop support for 0.9.6/0.9.7)
- The last beta for OpenSSL1.1.0 (1.1.0-pre5) was released a week ago. According to OpenSSL's website[1], OpenSSL 1.1.0...
-
05:17 PM Bug #12323 (Closed): Wrong example code in OptionParser documentation
- There is a complete example code in OptionParser documentation (http://ruby-doc.org/stdlib-2.3.0/libdoc/optparse/rdoc...
-
04:47 PM Feature #10095: Object#as
- I think this feature is already realized by `instance_eval` given that it accepts an optional block parameter, but pe...
-
02:01 PM Feature #10095: Object#as
- How about Object#continue?
~~~ruby
(1 + 2 + 3 + 4).continue {|x| x ** 2}
~~~
The name is brought from the con... -
04:15 PM Revision 173005bb (git): * time.c: define _DEFAULT_SOURCE because glibc 2.20 depracates
- _BSD_SOURCE.
https://sourceware.org/glibc/wiki/Release/2.20
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5480... - 03:35 PM Revision 43f20580 (git): * 2016-04-28
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54801 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:35 PM Revision f949a95d (git): {Fixnum,Bignum}#^ is unified into Integer.
- * numeric.c (int_xor): {Fixnum,Bignum}#^ is unified into
Integer.
* bignum.c (rb_big_xor): Don't define Bignum#^.
... - 01:17 PM Revision cf23ad42 (git): * compile.c (new_label_body): missed backporting r54548 in r54698.
- this fixes randomly test failure introduced by r54698.
cf. [Bug #12082]
git-svn-id: svn+ssh://ci.ruby-lang.org/ru... -
01:05 PM Revision c71e02bd (git): [Doc] Add Document-method: directives.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54798 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:59 PM Revision b530f586 (git): Update rdoc of Integer#[] (fix -> int)
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54797 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:46 PM Revision 02107a91 (git): [DOC] move rdoc comments.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54796 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:56 AM Revision d5a7299b (git): {Fixnum,Bignum}#[] is unified into Integer.
- * numeric.c (int_aref): {Fixnum,Bignum}#[] is unified into
Integer.
* bignum.c (rb_big_aref): Don't define Bignum#... -
11:35 AM Feature #10548: remove callcc (Callcc is now going obsoleted. Please use Fiber.)
- **Please keep callcc, they are inherently awesome to build constraint solvers.**
I am using them in a real life ap... -
08:10 AM Bug #12321 (Rejected): Backticks in log output cause issues
- Use multiline code block.
-
05:01 AM Bug #12321: Backticks in log output cause issues
- Backtick can appear anywhere else in a code block even if you get rid of this particular use in Ruby error messages. ...
-
07:59 AM Feature #12306: Implement String #blank? #present? and improve #strip and family to handle unicode
- note this method exists in .NET String
https://msdn.microsoft.com/en-us/library/system.string.isnullorwhitespace... -
06:57 AM Feature #12306: Implement String #blank? #present? and improve #strip and family to handle unicode
- Shyouhei Urabe wrote:
> You failed to see the problem because you could not imagine a file path containing U+3000.... -
06:51 AM Feature #12306: Implement String #blank? #present? and improve #strip and family to handle unicode
- I just come back tmm1's bloc: http://tmm1.net/ruby21-profiling/
You guys are talking on this.
But I'm wondering w... -
01:40 AM Feature #12306: Implement String #blank? #present? and improve #strip and family to handle unicode
- Sam Saffron wrote:
> In this particular case I fail to see how this can cause any problem.
You failed to see the... -
07:33 AM Bug #12123: FileUtils.ln_s create a '.symlink' file not a symbolic link on windows
- ```
# Running tests:
[ 4406/15580] TestFileExhaustive#test_realpath_mount_point参数错误。
拒绝访问。
[ 4460/15580] TestFi... -
07:11 AM Revision e5b436cd (git): * tool/instruction.rb: fix to follow current implementation.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54794 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:11 AM Revision 5d2d4c93 (git): setdynamic is obsoleted
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54793 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:47 AM Revision 7a5b5667 (git): stringio.c: warn block for new
- * ext/stringio/stringio.c (strio_s_new): warn if a block is given,
as well as IO.new.
git-svn-id: svn+ssh://ci.rub... -
06:06 AM Feature #12280: IO.copy_stream(IO, IO) fails with "pread() not implemented"
- Benoit Daloze wrote:
> For me, having a message like:
> "NotImplementedError: IO.copy_stream with offset is not sup... -
05:29 AM Revision d226ce8d (git): internal.h: ONLY_FOR_INTERNAL_USE
- * error.c (ruby_only_for_internal_use): raise fatal error when
deprecated function only for internal use is called,... -
05:29 AM Revision f8fe5349 (git): internal.h: adjust style
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54790 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:58 AM Bug #12322 (Rejected): vs 2015
- Ruby 2.3 won't support VC 2015 because their msvcrt doesn't export __pioinfo.
Ruby 2.4 will support VC 2015 and VC 1... -
03:26 AM Bug #12322 (Rejected): vs 2015
- i cannot compile ruby 2.3.1 with vc 2015 , because msvcr.lib does not have __pioinfo .
EXTERN_C _CRTIMP ioinfo * _...
04/26/2016
-
09:38 PM Bug #12321: Backticks in log output cause issues
- Well, it's not just slack. It's anything that uses markdown. That includes Github, Stack overflow, Jekyll, PivitolTra...
-
09:10 PM Bug #12321: Backticks in log output cause issues
- It's an old typographical convention, as you say, to indicate opening quotation marks. It is used in TeX, for instanc...
-
07:59 PM Bug #12321 (Rejected): Backticks in log output cause issues
- I would like to propose changing ruby's log output slightly. The issue I have is with output like this:
~~~
NoMet... -
07:51 PM Misc #12283: Obsolete ChangeLog and commit message in Git-style
- [email protected] wrote:
> 1. Write a commit message in Git-style.
>
> * Line 1: summary of commit (around 80 ... -
06:19 PM Feature #12319: `Module#const_get` does not accept symbol with nested name
- I am also for keeping symbols simple! I love symbols, I abuse them a
lot in my ruby code to yield special instructio... -
09:52 AM Feature #12319: `Module#const_get` does not accept symbol with nested name
- I think as well that Symbols should not be used to generate dynamic names like that "SomModName::SomeOtherName".
Sym... -
07:21 AM Feature #12319: `Module#const_get` does not accept symbol with nested name
- Martin Dürst wrote:
> Strings can have lots of structure; Symbols essentially don't have structure.
If you look a... -
07:01 AM Feature #12319: `Module#const_get` does not accept symbol with nested name
- Tsuyoshi Sawada wrote:
> It is confusing/surprising that something you can do with string can be done with symbol, b... -
05:57 AM Feature #12319: `Module#const_get` does not accept symbol with nested name
- Nobuyoshi Nakada wrote:
> It's the intended behavior.
> `Symbol` is a single name, not a class/module path.
I do... -
04:56 AM Feature #12319: `Module#const_get` does not accept symbol with nested name
- It's the intended behavior.
`Symbol` is a single name, not a class/module path. -
01:25 AM Feature #12319 (Open): `Module#const_get` does not accept symbol with nested name
- `Module#const_get` accepts non-nested string, nested string, and non-nested symbol:
~~~ruby
class A; class B; cla... -
06:16 PM Feature #12317: Name space of a module
- Interesting. I am indifferent to it, but possibly lean towards giving a +1.
In some of my classes, I use a module ... -
12:15 AM Feature #12317 (Open): Name space of a module
- I want a method to return the name space of a module, something like:
~~~ruby
class A; module B; module C end en... -
05:57 PM Bug #11884: Psych.load broken for OpenStruct in Ruby 2.3.0
- I'm sorry to re-open this but I'm getting a similar error with Syck and Ruby 2.3.1 just released
I attached a repro ... - 03:14 PM Revision 35719956 (git): * 2016-04-27
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54789 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:14 PM Revision 9708a62c (git): fix typos [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54788 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 02:43 PM Revision 95f3abf3 (git): * tool/redmine-backporter.rb (rel): should not raise exceptions even if
- the user input is wrong. only reports the error and continue process.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/... -
02:35 PM Bug #11900 (Closed): broken encoding of commandline on Windows
- Applied in changeset r54785.
----------
Fix -e script encoding
* ruby.c (process_options): convert -e script to the... -
11:43 AM Bug #11900: broken encoding of commandline on Windows
- 入れてみましょう。
-
08:41 AM Bug #11900: broken encoding of commandline on Windows
- こんなところでどうでしょうか。
https://github.com/ruby/ruby/compare/trunk...nobu:bug/11900-win32-e-encoding
-
02:35 PM Revision a77d77c6 (git): * version.h: Bump versionto 2.3.2.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_3@54786 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:35 PM Revision 6ef87aa6 (git): Fix -e script encoding
- * ruby.c (process_options): convert -e script to the encoding
given by a command line option on Windows. assume it... - 02:15 PM Revision ca68da22 (git): * version.h: Bump version to 2.2.6.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_2@54784 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:29 PM Revision 68c661b8 (git): [DOC] update Integer#<< doc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54783 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:23 PM Revision 06ca5033 (git): {Fixnum,Bignum}#<< is unified into Integer.
- * numeric.c (rb_int_lshift): {Fixnum,Bignum}#<< is unified into
Integer.
* bignum.c (rb_big_lshift): Don't define ... -
12:09 PM Revision 69fbb21c (git): {Fixnum,Bignum}#>> is unified into Integer.
- * numeric.c (rb_int_rshift): {Fixnum,Bignum}#>> is unified into
Integer.
* bignum.c (rb_big_rshift): Don't define ... -
11:47 AM Revision 8f045edd (git): {Fixnum,Bignum}#size is unified into Integer.
- * numeric.c (int_size): {Fixnum,Bignum}#size is unified into Integer.
* bignum.c (rb_big_size_m): Don't define Bignu... -
11:30 AM Revision 05bd6f83 (git): forgot to remove Bignum#bit_length.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54779 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:17 AM Revision bcc17969 (git): {Fixnum,Bignum}#bit_length is unified into Integer.
- * numeric.c (rb_int_bit_length): {Fixnum,Bignum}#bit_length is
unified into Integer.
* bignum.c (rb_big_bit_length... -
10:59 AM Revision 9368d751 (git): * numeric.c (int_abs): Integer#{abs,magnitude} moved from Fixnum and Bignum.
- * internal.h (rb_big_abs): Declared.
* bignum.c (rb_big_abs): Don't define Bignum#{abs,magnitude}.
git-svn-id: sv... -
10:12 AM Feature #12306: Implement String #blank? #present? and improve #strip and family to handle unicode
- Shyouhei Urabe wrote:
> is clear that the XINCLUDES indicates this string is passed to a shell script. The call o... - 08:38 AM Revision 9223fe4f (git): * 2016-04-26
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54776 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:38 AM Revision a170b769 (git): compile.c: true conditions
- * compile.c (compile_branch_condition): add more always-true
conditions to optimize away unreachable branch.
git-s... -
06:30 AM Bug #12320 (Closed): Skip SHA from test_digest_constants for LibreSSL 2.3
- Backport r53718 to fix the first one of ruby/openssl#40
https://github.com/ruby/openssl/issues/40#issuecomment-15983... - 04:40 AM Revision 53e15970 (git): * README.EXT{,.ja}: `nul` should be uppercase.
- change 'nul' => 'NUL'. [Fix GH-1172]
derived from a patch by craft4coder <[email protected]>
* doc/extension.rdoc... -
04:26 AM Bug #12313: [DOC] Fix two code samples
- ruby_2_2 r54772 merged revision(s) 54755.
- 04:26 AM Revision f9a641fd (git): merge revision(s) 54755: [Backport #12313]
- * encoding.c: Fix return value of `Encoding::ISO8859_1.name`
[Bug #12313][ruby-core:75147][ci skip]
... -
04:23 AM Bug #12314: Backport r54716, r54719 and r54750 (don't use system round(3) on AIX)
- ruby_2_2 r54771 merged revision(s) 54716,54719,54750.
- 04:23 AM Revision a29386aa (git): merge revision(s) 54716,54719,54750: [Backport #12314]
- * configure.in: don't use the system-provided round(3) on AIX.
In AIX, round(0.49999999999999994) returns 1... -
04:21 AM Bug #12184: Cygwin LANG=ja_JP.SJIS 環境でコマンドライン引数に日本語が渡せない
- ruby_2_2 r54770 merged revision(s) 54720.
- 04:21 AM Revision ed03c4d8 (git): merge revision(s) 54720: [Backport #12184]
- * ruby.c: cygwin does not use w32_cmdvector, command line can be
other than UTF-8. [ruby-dev:49519] [Bug #... -
04:17 AM Bug #12302: at_exit status status is changed by raising/rescueing a exception in at_exit
- ruby_2_2 r54769 merged revision(s) 54681.
- 04:17 AM Revision ba1bd67d (git): merge revision(s) 54681: [Backport #12302]
- * eval_jump.c (exec_end_procs_chain): restore previous error info
for each end procs. [ruby-core:75038] [B... -
02:27 AM Feature #12318: Returning the evaluated value of a block
- It doesn't seem generic enough to be defined in `Enumerator`.
The receiver enumerator may return different object th... -
12:53 AM Feature #12318 (Closed): Returning the evaluated value of a block
- I often achieve an element using an iterator with a block, and then apply the same/a similar block to the element I g...
04/25/2016
-
10:22 PM Bug #11926 (Closed): Backport request r53385
-
06:57 PM Feature #12306: Implement String #blank? #present? and improve #strip and family to handle unicode
- Rodrigo Rosenfeld Rosas wrote:
> Yui NARUSE wrote:
> > Richard Schneeman wrote:
> > > ## Nil and empty? checks tog... -
02:12 PM Feature #12306: Implement String #blank? #present? and improve #strip and family to handle unicode
- Yui NARUSE wrote:
> Richard Schneeman wrote:
> > ## Nil and empty? checks together
>
> you can already write `st... -
11:38 AM Feature #12306: Implement String #blank? #present? and improve #strip and family to handle unicode
- https://github.com/rails/rails/blob/master/activesupport/lib/active_support/core_ext/object/blank.rb
Martin Dürst ... -
11:32 AM Feature #12306: Implement String #blank? #present? and improve #strip and family to handle unicode
- Hello Sam,
Just in private for the moment. I'm trying to find the definition of
blank? in the rails source code.... -
10:05 AM Feature #12306: Implement String #blank? #present? and improve #strip and family to handle unicode
- Several comments, all in one post:
1) .blank? definitely cannot check for all problems in an input field, but it s... -
02:37 AM Feature #12306: Implement String #blank? #present? and improve #strip and family to handle unicode
- Sam Saffron wrote:
> All of the `strip.length==0` in core can safely be changed to a unicode aware `blank?` function... -
06:38 PM Bug #12255: [DOC] Small fix for rdoc of ext/json/lib/json/add/*
- Understood.
Submitted as https://github.com/flori/json/pull/283. -
02:53 AM Bug #12255: [DOC] Small fix for rdoc of ext/json/lib/json/add/*
- I agreed your fixes and patch.
But json in ruby core is not upstream repository.
Can you submit patch to http://g... -
06:04 PM Revision 394fa89c (git): version.h: bump up teeny. 2.3.0 -> 2.3.1.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_3@54767 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:59 PM Bug #12246: [DOC] Language improvements for doc/extension.rdoc
- ruby_2_3 r54766 merged revision(s) 53320,54756.
-
02:27 AM Bug #12246 (Closed): [DOC] Language improvements for doc/extension.rdoc
- Applied in changeset r54756.
----------
* doc/extension.rdoc: Improvements to english grammers.
[Bug #12246][ruby-... -
05:59 PM Revision 52c883be (git): merge revision(s) 53320,54756: [Backport #12246]
- * doc/extension.rdoc: [DOC] `nul` should be uppercase.
change 'nul' => 'NUL'. [Fix GH-1172]
* doc... -
05:55 PM Bug #12313: [DOC] Fix two code samples
- ruby_2_3 r54765 merged revision(s) 54755.
-
02:18 AM Bug #12313 (Closed): [DOC] Fix two code samples
- Applied in changeset r54755.
----------
* encoding.c: Fix return value of `Encoding::ISO8859_1.name`
[Bug #12313][... -
05:55 PM Revision 2d360c5e (git): merge revision(s) 54755: [Backport #12313]
- * encoding.c: Fix return value of `Encoding::ISO8859_1.name`
[Bug #12313][ruby-core:75147][ci skip]
... -
05:53 PM Revision 7f36210a (git): merge revision(s) 54758:
- sizes.c.tmpl: extra semicolon
* template/sizes.c.tmpl (DEFINE): remove extra semicolon.
git-svn-id: svn+ssh... -
04:54 PM Feature #5899: chaining comparsions.
- Yukihiro Matsumoto wrote:
> I don't think changing "`1 < b < 4`" to "`1 < b && b < 4`" is that hard task.
Writing... -
08:30 AM Revision 93158146 (git): tk/extconf.rb: refactor
- * ext/tk/extconf.rb (collect_tcltk_defs): split by -D at the
beginning or preceded by a space. exclude empty strin... -
07:56 AM Revision e83922a3 (git): net/http/header.rb: refactor
- * lib/net/http/header.rb (connection_close?): match headers
without making intermediate arrays.
* lib/net/http/hea... -
07:56 AM Revision 7a0f0e25 (git): ripper: fix ripper.E
- * ext/ripper/depend (ripper.E): add missing $(INCFLAGS).
* ext/ripper/tools/strip.rb: insert an empty line for blank... -
07:56 AM Revision f4afd052 (git): extmk.rb: refactor
- * ext/extmk.rb: extract non-blank part without intermediate
objects.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/t... -
05:39 AM Revision a7dd0947 (git): rbconfig/sizeof: calculate at compilation time
- * ext/rbconfig/sizeof/extconf.rb: just check the existence of each
types, to reduce configuration time, especially ... -
05:38 AM Revision 75a5dcf1 (git): sizes.c.tmpl: extra semicolon
- * template/sizes.c.tmpl (DEFINE): remove extra semicolon.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54758 b2... -
03:45 AM Revision 847654a3 (git): configure.in: do not create unnecessary verconf.h
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54757 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:27 AM Revision ba692a48 (git): * doc/extension.rdoc: Improvements to english grammers.
- [Bug #12246][ruby-core:74792][ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54756 b2dd03c8-39d4-4d8f-98... -
02:17 AM Revision 0e382a3d (git): * encoding.c: Fix return value of `Encoding::ISO8859_1.name`
- [Bug #12313][ruby-core:75147][ci skip]
* ext/bigdecimal/bigdecimal.c: Fix code sample of `BigDecimal.new`
git-svn-id...
04/24/2016
-
11:03 PM Feature #12306: Implement String #blank? #present? and improve #strip and family to handle unicode
- Nobu,
Regarding:
> Most of them looks different from ActiveSupport's String#blank? which is Unicode aware.
... -
07:01 PM Feature #12306: Implement String #blank? #present? and improve #strip and family to handle unicode
- Just one comment, not related to the suggestion itself but to one
other comment made above.
Richard Schneeman wr... -
03:14 PM Feature #12306: Implement String #blank? #present? and improve #strip and family to handle unicode
- Richard Schneeman wrote:
> I think this is useful outside of Rails. The Active Support module has 87 million downloa... -
06:44 PM Bug #12286: Segfault on ruby 2.3.0p0 (2015-12-25 revision 53290) [armv7l-linux-eabihf]
- Rick, could you also check it on recent stable eventmachine? They had improved cleanup process, so the issue might be...
-
06:41 PM Misc #12283: Obsolete ChangeLog and commit message in Git-style
- [email protected] wrote:
> Shyouhei Urabe wrote:
> > Seems no one is against abandoning ChangeLog.
> >
> > What... -
03:47 PM Misc #12283: Obsolete ChangeLog and commit message in Git-style
- Shyouhei Urabe wrote:
> Seems no one is against abandoning ChangeLog.
>
> What about "a ChangeLog-like plain-text... -
05:44 PM Bug #12314: Backport r54716, r54719 and r54750 (don't use system round(3) on AIX)
- ruby_2_3 r54754 merged revision(s) 54716,54719,54750.
-
05:44 PM Revision 6ccc9e9f (git): merge revision(s) 54716,54719,54750: [Backport #12314]
- * configure.in: don't use the system-provided round(3) on AIX.
In AIX, round(0.49999999999999994) returns 1... - 03:08 PM Revision 32aa367d (git): * 2016-04-25
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54753 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:08 PM Revision 9bf0f4b9 (git): Revert "common.mk: timestamp file for verconf.h"
- This reverts commit r54748.
It breaks build.
http://www.rubyist.net/~akr/chkbuild/debian/ruby-trunk/log/20160424T1207... -
02:58 PM Revision 60926acd (git): Revert "vm_insnhelper.c: INLINE condition" [Bug #12316]
- This reverts commit r54747.
!__clang__ is also essential.
Anyway clang inlines vm_getivar into both vm_call_ivar and
... -
02:56 PM Bug #12316 (Third Party's Issue): clang on Linux wrongly keep the inlined symbol
- Through clang-3.4 to clang-3.8 they wrongly keep the inlined symbols, and it cause compilation error.
```
compili... - 02:32 PM Revision 8ea19402 (git): * configure.in: add missing -lm for AIX.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54750 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:41 PM Revision 8b8c1862 (git): fix typos [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54749 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:01 PM Revision c8d9ef86 (git): common.mk: timestamp file for verconf.h
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54748 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:01 PM Revision 5bd78d64 (git): vm_insnhelper.c: INLINE condition
- * vm_insnhelper.c (INLINE): works with __NO_INLINE__ only,
__clang__ is not the point.
git-svn-id: svn+ssh://ci.ru... -
09:42 AM Revision 5f9cf734 (git): * vm_insnhelper.c (INLINE): cosmetic change.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54746 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:37 AM Revision 322ec847 (git): * vm_insnhelper.c (INLINE): disbale r54738 if __NO_INLINE__ is defined.
- It caused "undefined reference to `vm_getivar'".
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54745 b2dd03c8-39... -
03:42 AM Revision 3184407a (git): Revert r54742
- Commit miss.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54744 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:38 AM Revision 73d7d09a (git): Disable r54738 if clang
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54743 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:56 AM Revision 33b523db (git): Fix compile error other than gcc
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54742 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:10 AM Revision 84f45503 (git): regexec.c: constify
- * regexec.c (match_at): constify oplabels.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54741 b2dd03c8-39d4-4d8... -
01:10 AM Revision cc0ffc55 (git): win32.c: suppress warnings
- * win32/win32.c (set_pioinfo_extra): remove "/*" within comment.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5... -
12:41 AM Bug #12315 (Feedback): OptionParser parses quoted --dash strings in 2.3.0
- I can't reproduce it.
```
$ ruby -roptparse -e 'ARGV.options{|opt|opt.on("-x=STR"){|x|p x}; opt.parse!}' -- -x 'a... -
12:32 AM Revision 7e5b1b65 (git): * test/ruby/test_array.rb: Add test cases for Array#sum with
- non-numeric objects.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54739 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
04/23/2016
-
10:30 PM Revision 65a1cdaf (git): * vm_insnhelper.c (INLINE): define as `inline` when it is optimized.
- define as `static inline` when it is not optimized to keep
the symbol generated.
* vm_insnhelper.c (vm_getivar): u... -
07:06 PM Bug #12315 (Closed): OptionParser parses quoted --dash strings in 2.3.0
- Working on 2.2.4:
~~~
wmctile -c -x 'subl --new-window' --switch-to 'sublime_text.Sublime_text'
~~~
On 2.3.0,... -
06:46 PM Bug #11118 (Closed): Unable to build Ruby with Visual Studio 2015 RC
- Applied in changeset r54737.
----------
Support MSVC14 and 15 [Bug #11118]
Search _pioinfo which is not exported af... -
06:46 PM Revision 9afc312b (git): Support MSVC14 and 15 [Bug #11118]
- Search _pioinfo which is not exported after MSVC14.
[Bug #12014] [GH-884]
git-svn-id: svn+ssh://ci.ruby-lang.org/rub... -
06:23 PM Bug #12184: Cygwin LANG=ja_JP.SJIS 環境でコマンドライン引数に日本語が渡せない
- ruby_2_3 r54736 merged revision(s) 54720.
-
12:03 AM Bug #12184 (Closed): Cygwin LANG=ja_JP.SJIS 環境でコマンドライン引数に日本語が渡せない
- Applied in changeset r54720.
----------
ruby.c: fix command line encoding on cygwin
* ruby.c: cygwin does not use w... -
06:23 PM Revision 7b70f0e2 (git): merge revision(s) 54720: [Backport #12184]
- * ruby.c: cygwin does not use w32_cmdvector, command line can be
other than UTF-8. [ruby-dev:49519] [Bug #... - 06:05 PM Revision d4557cf6 (git): * 2016-04-24
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54735 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:05 PM Revision 8f9b8d48 (git): * tool/merger.rb: use FileUtile.rm_f to fix an error on missing temporary file.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54734 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:24 PM Bug #12314 (Closed): Backport r54716, r54719 and r54750 (don't use system round(3) on AIX)
- This is a ticket for backport management. Already fixed on trunk.
-
03:56 PM Bug #12313 (Closed): [DOC] Fix two code samples
- Two tiny fixes of code samples, in Encoding and BigDecimal.
-
02:12 PM Revision 2ede24a8 (git): compile.c: remove redundant trace insn
- * compile.c (iseq_peephole_optimize): remove successive line trace
instructions except for the last.
git-svn-id: s... -
12:33 PM Bug #12255: [DOC] Small fix for rdoc of ext/json/lib/json/add/*
- ping...
-
12:17 PM Revision 8c3d9d99 (git): vm_insnhelper.c: getivar setivar optimization
- * vm_insnhelper.c (vm_getivar, vm_setivar): remove inline.
* vm_insnhelper.c (vm_call_ivar, vm_call_attrset): tweak ... -
11:43 AM Revision 12ef609f (git): compile.c: instruction ID predicate
- * compile.c (IS_INSN_ID): add instruction ID predicate macro.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5473... -
11:39 AM Revision 6871d400 (git): compile.c: ISeq element type predicates
- * compile.c (IS_INSN, IS_LABEL, IS_ADJUST): add ISeq element type
predicate macros.
git-svn-id: svn+ssh://ci.ruby-... -
11:26 AM Revision ea1cff3b (git): vm_insnhelper.c: missing static to inline
- * vm_insnhelper.c (vm_getivar): add missing static to inline,
otherwise external symbol is referred and link fails ... -
09:16 AM Revision 3de227bd (git): * vm_insnhelper.c (vm_getivar): specify inline instead of static inline.
- vm_getivar is called by vm_call_ivar and vm_getinstancevariable.
At least with GCC 4.8 and 5.3 on Linux, they are i... -
07:15 AM Revision 973ba3e8 (git): * include/ruby/ruby.h (rb_mul_size_overflow): use UNLIKELY
- by user side to improve generallity.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54727 b2dd03c8-39d4-4d8f-98ff... -
07:15 AM Revision 5587badf (git): * include/ruby/ruby.h (RB_LIKELY): use prefix in ruby.h.
- * intern.h (LIKELY): define with RB_LIKELY.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54726 b2dd03c8-39d4-4d... -
04:27 AM Revision 3f7cce9f (git): * NEWS: Add descriptions for Time#to_time updates.
- [Bug #12271] [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54725 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:23 AM Revision e9db63d9 (git): * NEWS: Add descriptions for DateTime#to_time updates.
- [Bug #12189] [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54724 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:23 AM Revision e496dfe6 (git): eval.c: reuse VM tag
- * eval.c (ruby_cleanup): reuse same VM tag by managing steps.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5472... -
03:23 AM Revision 53d5f865 (git): eval_error.c: reuse threadptr
- * eval_error.c (error_print, error_handle): reuse same threadptr
by passing as an argument.
git-svn-id: svn+ssh://... -
02:21 AM Bug #12311 (Closed): [DOC] Convert DateTime documentation to RDoc
- Applied in changeset r54721.
----------
date_core.c: [DOC] markdown to rdoc [ci skip]
* ext/date/date_core.c (Init_... -
02:21 AM Revision f56a2c72 (git): date_core.c: [DOC] markdown to rdoc [ci skip]
- * ext/date/date_core.c (Init_date_core): [DOC] Convert DateTime
documentation to RDoc from Markdown.
[ruby-core:7... -
01:25 AM Bug #12289 (Feedback): Segmentation fault at 0x00000000000020 ruby 2.2.2p95 (2015-04-13 revision 50295) [x86_64-linux]
- Could you try recent versions?
-
12:03 AM Revision 88783116 (git): ruby.c: fix command line encoding on cygwin
- * ruby.c: cygwin does not use w32_cmdvector, command line can be
other than UTF-8. [ruby-dev:49519] [Bug #12184]
... -
12:02 AM Revision 4558e2d1 (git): configure.in: move cache variable for AIX round
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54719 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Also available in: Atom