Activity
From 01/13/2016 to 01/19/2016
01/19/2016
-
10:54 PM Feature #12008 (Open): Immutable object graphs (a.k.a. deep freeze)
- Hi there. I know some sort of "#deep_freeze" construct has been proposed many times before. I proposed it in this blo...
-
10:43 PM Misc #12004: Code of Conduct
- Kurtis Rainbolt-Greene wrote:
> @astonj:
>
> > Personally I feel that Aaron, DHH or in fact any other prominent a... -
10:20 PM Misc #12004: Code of Conduct
- @astonj:
> Personally I feel that Aaron, DHH or in fact any other prominent and respected member of the community ... -
09:39 PM Misc #12004: Code of Conduct
- Coraline Ada Ehmke wrote:
> I am the creator of the Contributor Covenant
Yes, we know who you are. (c Doctor Who)... -
09:29 PM Misc #12004: Code of Conduct
- Personally I feel that Aaron, DHH or in fact any other prominent and respected member of the community is more than c...
-
09:09 PM Misc #12004: Code of Conduct
- > In the end Adam Beynon accepted a pull request from Github user Strand McCutchen to add version 1.0 of the Contribu...
-
09:01 PM Misc #12004: Code of Conduct
- Please add a Code of Conduct. It will not harm the people who think they don't need it. But there are lots of people ...
-
08:40 PM Misc #12004: Code of Conduct
- Since people are repeatedly bringing up Opal as a reason not to adopt a code of conduct, I'd like to point to a blog ...
-
08:35 PM Misc #12004: Code of Conduct
- I hope this is not the kind of professionalism we aspire to:
https://github.com/opal/opal/issues?q=is%3Aissue+cond... -
07:35 PM Misc #12004: Code of Conduct
- I'm against adding policies and rules such as this. It's good to ask people to love and respect each other, but to t...
-
06:05 PM Misc #12004: Code of Conduct
- The Celluloid projects have adopted the Contributor Convenant. I would be in favor of Ruby adopting it.
-
10:57 AM Misc #12004: Code of Conduct
- > I believe Ruby has code of conduct for ages:
That is not a code of conduct, it's a motto. It says so directly in... -
07:36 AM Misc #12004: Code of Conduct
- I believe Ruby has code of conduct for ages:
https://en.wikipedia.org/wiki/MINASWAN -
04:11 AM Misc #12004: Code of Conduct
- [email protected] wrote:
> I'm asking that we join with the larger Ruby community in supporting
> the adoptio... -
12:54 AM Misc #12004: Code of Conduct
- Please, no.
I'm utterly opposed to this sort of policing of language. (Apart from the anti-doxxing
prohibition, ... -
12:20 AM Misc #12004 (Assigned): Code of Conduct
-
12:19 AM Misc #12004: Code of Conduct
- I strongly support adopting a code of conduct to signal to newcomers that Ruby is a welcoming and inclusive community.
-
12:08 AM Misc #12004: Code of Conduct
- This is probably already clear since Bundler adopted the Contributor Convenant for both the Bundler project and Bundl...
-
12:07 AM Misc #12004: Code of Conduct
- We (the vcr, hamster, and rubygems repositories) have a Contributor Covenant-based Code of Conduct for our repositori...
-
08:03 PM Feature #11955: Expose Object that Receives logs in Logger
- Nobu, I've added a new patch that would expose the `LogDevice` object in a `Logger` instance. This would be acceptabl...
- 06:44 PM Revision 0dfb398a (git): * 2016-01-20
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_3@53598 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:44 PM Revision 5fb0c1d9 (git): file.c: fix documentation
- * file.c: mode is optional, defaults to 0666.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_3@53597 b2... - 06:42 PM Revision 2b02ffa9 (git): * 2016-01-20
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53596 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:42 PM Revision 4bb6f3fd (git): file.c: fix documentation
- * file.c: mode is optional, defaults to 0666.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53595 b2dd03c8-39d4-... -
12:38 PM Bug #12007 (Feedback): Newly added Unicode data file doesn't get downloaded
- Remove `.unicode-8.0.0.time` file.
Adding/removing data file should be rare, and not worth to add more rules, I think. -
08:10 AM Bug #12007 (Closed): Newly added Unicode data file doesn't get downloaded
- I added a new Unicode data file that should be downloaded to enc/unicode/8.0.0 in revision 53590, but despite repeate...
-
11:04 AM Revision f9afa36f (git): configure.in: suppress warnings
- * configure.in (warnflags): suppress warnings caused by macro
expansion with clang (and maybe -save-temps option).
... -
10:39 AM Revision 50b014d5 (git): ripper: clean timestamp
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53593 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:50 AM Revision 8cedcf0f (git): configure.in: suppress warnings
- * configure.in (warnflags): suppress warnings caused by macro
expansion with clang.
git-svn-id: svn+ssh://ci.ruby-... -
08:51 AM Feature #11999: MatchData#to_h to get a Hash from named captures
- Looks like it's the same problem as I noted here https://bugs.ruby-lang.org/issues/11999#note-2
-
08:11 AM Feature #11999: MatchData#to_h to get a Hash from named captures
- also interesting if you have a with | combined regexp where both of them does have a named capture:
```ruby
reg =... -
03:26 AM Feature #11999: MatchData#to_h to get a Hash from named captures
- Martin Dürst wrote:
> Matthew Kerwin wrote:
>
> > I think #named_captures is the best name, since that is precise... -
02:36 AM Feature #11999: MatchData#to_h to get a Hash from named captures
- Matthew Kerwin wrote:
> I think #named_captures is the best name, since that is precisely what it returns (i.e. it... -
08:36 AM Revision 8a78e0f6 (git): io.c: suppress warning
- * io.c (rb_update_max_fd): get rid of unused-value warning.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53591 ... -
08:15 AM Bug #10458 (Closed): After r48196, make cannot complete because of Unicode file download problem
-
08:15 AM Bug #11837 (Closed): ./miniruby.exe: No such file or directory
-
08:13 AM Bug #10457 (Closed): Proc instead of String as error message still doesn't work (gem problem?)
-
08:04 AM Revision 3dcdb2c3 (git): * common.mk: Added Unicode data file CaseFolding.txt to be additionally
- downloaded (with Kimihito Matsui)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53590 b2dd03c8-39d4-4d8f-98ff-8... -
06:15 AM Feature #12006 (Open): return IO object from IO#print, IO#puts, IO#close_read, IO#close_write,...
- There are a number of methods on IO objects that currently return nil.
It would be more convenient if they returned ... -
05:41 AM Revision 90c36180 (git): make-snapshot: remove Unicode data
- * make-snapshot: remove Unicode data files, which are not
necessary once all source have been generated.
git-svn-i... -
05:05 AM Revision fe20002c (git): make-snapshot: download first
- * common.mk (update-download): split to download only, excluding
VCS.
* make-snapshot: download config, Unicode da... -
04:46 AM Bug #11946: Assertion failed: (!STR_EMBED_P(shared)), function str_new_frozen, file string.c, line 1075.
- Ruby 2.3.0
Rails 4.2.5
Confirming for me also. I have traced the problem to this line:
https://github.com/rail... -
04:34 AM Feature #12005: Unify Fixnum and Bignum into Integer
- Could you elaborate the road map?
1. move methods from `Fixnum` and `Bignum` to `Integer`, with code to dispatch b... -
02:38 AM Feature #12005 (Closed): Unify Fixnum and Bignum into Integer
- CRuby has two `Integer` classes, `Fixnum` and `Bignum`.
But it is implementation detail.
They should be seen as a s... -
04:00 AM Bug #12002 (Rejected): **param notation seems to be creating a new hash in ruby 2.2.0
- It is not a bug.
As `*rest`, modifying `o` should not affect the object in the caller scope. -
03:16 AM Bug #12000 (Closed): Crash report for 2.3.0
- Thank you, already fixed in the trunk.
-
02:55 AM Revision 866ac8d9 (git): TestISeq.rb: exclude time consuming GC test
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53587 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:52 AM Revision 35568b41 (git): increase timeout for ARMv7
- http://rubyci.s3.amazonaws.com/scw-9d6766/ruby-trunk/log/20160113T091704Z.diff.html.gz
git-svn-id: svn+ssh://ci.ruby... -
02:39 AM Revision 0ca5d75c (git): common.mk: fix dependency
- * common.mk (.unicode-tables.time): should not depend on files
which are not downloaded yet, but just the timestamp... -
02:30 AM Revision e48375c1 (git): common.mk: update-remote
- * common.mk (update-remote): update by downloading remote files.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5... - 02:03 AM Revision d4ad4d2d (git): * lib/shell.rb (Shell.debug_output_exclusive_unlock): remove
- because Mutex#exclusive_unlock was already deleted. [fix GH-1185]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk... - 12:54 AM Revision de2678e7 (git): * error.c: [DOC] fix Exception#backtrace_locations indent. [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53582 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 12:39 AM Revision a0b31d28 (git): * 2016-01-19
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53581 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:39 AM Revision 389a84fd (git): * vm_method.c: fix grammar in respond_to? warning.
- [fix GH-1047]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53580 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
01/18/2016
-
11:33 PM Misc #12004: Code of Conduct
- If this makes people feel more comfortable to contribute to Ruby, then I am positive on it. I think we basically do ...
-
10:18 PM Misc #12004 (Closed): Code of Conduct
- I am the creator of the Contributor Covenant, a code of conduct for Open Source projects. At last count there are ove...
-
11:32 PM Feature #11999: MatchData#to_h to get a Hash from named captures
- Shota Fukumori wrote:
> > is not always able to convert to Hash/Map.
>
> Ah -- agreed. How about MatchData#named... -
04:53 PM Feature #11999: MatchData#to_h to get a Hash from named captures
- > is not always able to convert to Hash/Map.
Ah -- agreed. How about MatchData#named_captures?
I can't think t... -
12:51 PM Feature #11999: MatchData#to_h to get a Hash from named captures
- I don't think `to_h` is appropriate, because `MatchData` is not always able to convert to Hash/Map.
Is there any nam... -
11:42 AM Feature #11999: MatchData#to_h to get a Hash from named captures
- I agree. Please add this feature. I have also looked to do the same thing.
-
08:57 AM Feature #11999: MatchData#to_h to get a Hash from named captures
- Consideration is behavior for multiple captures with same group name:
~~~
/(?<a>.)(?<a>.)/
~~~
MatchData#[] r... -
06:37 AM Feature #11999 (Closed): MatchData#to_h to get a Hash from named captures
- ~~~
class MatchData
def to_h
self.names.map { |n| [n, self[n]] }.to_h
end
end
p '12'.match(/(?<a>.)(?... -
10:13 PM Bug #12003 (Closed): Unexpected behavior of === with Range of Date objects
- In Ruby 2.2, a Range of Date objects will return true when matched with === for a new Date that falls in the range:
... -
09:41 PM Revision 10dac769 (git): merge revision(s) 53391: [Backport #11898]
- skip if locale is not UTF-8
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_3@53579 b2dd03c8-39d4-4d8f-9... -
09:26 PM Bug #12001: Abort trap:6
- Same as #11998.
> ruby 2.2.1p85 (2015-02-26 revision 49769) [x86_64-darwin14]
(snip)
> -- C level backtrace ... -
02:22 PM Bug #12001 (Third Party's Issue): Abort trap:6
- I created (successfully) a new rails app ($ rails new Pinteresting) per the instruction of OneMonthRails class. I cha...
-
09:09 PM Bug #12002: **param notation seems to be creating a new hash in ruby 2.2.0
- r48239 did, according to `git bisect`.
-
02:51 PM Bug #12002 (Rejected): **param notation seems to be creating a new hash in ruby 2.2.0
- I found the regression regarding the handling of the `**` notation for options hash in a method. In ruby 2.1 and lowe...
-
01:50 PM Bug #12000 (Closed): Crash report for 2.3.0
- Running RSpec tests on a RoR application, MRI 2.2.2 returned many failures due to an undefined method, while MRI 2.3....
-
01:49 PM Revision 8d6d6116 (git): ruby-additional.el: ruby-decode-unicode
- * misc/ruby-additional.el (ruby-decode-unicode): new function to
convert escaped Unicode to raw string.
git-svn-id... -
12:48 PM Revision 90d60621 (git): unicode_norm_gen.tmpl: Remove indicator
- * template/unicode_norm_gen.tmpl: Remove indicator for
"frozen_string_literal: true", as r52526.
git-svn-id: svn+s... -
11:50 AM Revision ed34d855 (git): parse.y: show operations on BITSTACK
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53576 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:25 AM Revision 6c770049 (git): common.mk: UPDATE_LIBRARIES to yes
- * common.mk (UPDATE_LIBRARIES): try to update unicode files by
default.
git-svn-id: svn+ssh://ci.ruby-lang.org/rub... -
10:21 AM Revision f78ab819 (git): common.mk: get rid of repeating same names
- * common.mk (download-unicode-data): strip directory paths from
the target names, to get rid of repeating same file... -
05:55 AM Feature #11949: Allow @/$ prefix in Regexp's named captures
- It should be fixed,I think,without assignment behavior.
Matz. -
05:37 AM Revision 45acdf4d (git): parse.y: escaped newline in dedenting heredoc
- * parse.y (parser_here_document): an escaped newline is not an
actual newline, and the rest part should not be dede... -
05:37 AM Bug #11989 (Closed): Dedenting interpolating heredoc can interpret escapes incorrectly
- Applied in changeset r53573.
----------
parse.y: escaped newline in dedenting heredoc
* parse.y (parser_here_docume... -
03:05 AM Revision c626cb69 (git): * test/ruby/test_string.rb: Added extra testcase for test_rstrip_bang
- and test_lstrip_bang. [fix GH-1178] Patch by @Matrixbirds
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53572 b2... -
02:48 AM Revision 4c6713f3 (git): * string.c: fix a typo. [fix GH-1202][ci skip] Patch by @sunboshan
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53571 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:53 AM Bug #11928: Segmentation fault in did_you_mean extension
- _ wanabe wrote:
> This script still causes SEGV.
Fixed at r53524. Thanks!
01/17/2016
-
04:14 PM Revision af18eafc (git): test_syntax.rb: try all
- * test/ruby/test_syntax.rb (assert_dedented_heredoc): try all
terminators regardless failures.
git-svn-id: svn+ssh... - 04:11 PM Revision 5ce4a050 (git): * 2016-01-18
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53569 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:11 PM Revision 5aabf722 (git): remove extra dot
- * test/lib/test/unit/assertions.rb (all_assertions): remove tail
dot as it is added in message again.
git-svn-id: ... -
04:01 PM Bug #11657: Abort Trap 6 when running a test suite
- Backported at r53567.
ko1 san thank you for providing a patch.
Hello, Andrew.
Sorry for my late reaction. The ne... -
03:59 PM Revision 2054417e (git): merge revision(s) 53164: [Backport #11657]
- * vm_insnhelper.c (vm_call_method_each_type): should not set fastpath
with keyword arguments for VM_METHOD_... -
01:42 PM Bug #11998 (Third Party's Issue): Segmentation fault
- You load an extension library for 2.2 from ruby 2.0.
Seems the rvm's issue as usual. -
12:52 PM Bug #11998 (Third Party's Issue): Segmentation fault
- Ruby seems to have crashed while attempting to run an alias in the command line, reverting to -v 2.0.0 after crash
-
12:20 PM Revision 9bed6e8e (git): * configure.in: improve ICC (Intel C Compiler) support.
- * configure.in (CXX): The name of icc's c++ compiler is `icpc`.
* configure.in (warnings): Add `-diag-disable=2259` ... -
11:40 AM Revision e580847c (git): * string.c: Any kind of option is now taking the new code path for
- upcase/downcase/capitalize/swapcase. :lithuanian can be used for
testing if no specific option is desired.
* test/r... -
11:10 AM Revision f307d1fe (git): * enc/unicode.c: Fixed a logical error and some comments.
- * test/ruby/enc/test_case_mapping.rb: Made tests more general.
(with Kimihito Matsui)
git-svn-id: svn+ssh://ci.ru... -
09:03 AM Revision 39f44f01 (git): get rid of non-ascii chars
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53563 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:42 AM Revision 959bbb6f (git): * enc/unicode.c: Removed artificial expansion for Turkic,
- added hand-coded support for Turkic, fixed logic for swapcase.
* string.c: Made use of new case mapping code possible... -
06:31 AM Revision 0bc53416 (git): option.c: single byte boolean
- * ext/socket/option.c (sockopt_bool): relax boolean size to be one
too not only sizeof(int). Winsock getsockopt() ... -
06:31 AM Bug #11958 (Closed): TCPSocket.getsockopt().bool raises a TypeError on windows
- Applied in changeset r53561.
----------
option.c: single byte boolean
* ext/socket/option.c (sockopt_bool): relax b... -
05:43 AM Revision f918d2b8 (git): Add a test case for ENV#select_bang,keep_if
- * test/ruby/test_env.rb: [Fix GH-1201]
* Extract test code for ENV#keep_if from ENV#select_bang
* Add a test case... -
05:43 AM Revision ddd40c73 (git): Add a test case for ENV#reject_bang,delete_if
- * test/ruby/test_env.rb: [Fix GH-1201]
* Extract test code for ENV#delete_if from ENV#reject_bang
* Add a test ca... - 05:41 AM Revision 00cd6c62 (git): * 2016-01-17
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53558 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:41 AM Revision b25ad0da (git): option.c: make error messages consistent
- * ext/socket/option.c (check_size): extract a macro to check
binary data size, with a consistent message.
* ext/soc... -
03:50 AM Bug #11996 (Feedback): bin/rails server Unavailable
- What is the whole message, and the diagnostic report?
01/16/2016
-
02:53 PM Revision 361d51a7 (git): fix typos [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53556 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:16 PM Revision c8348d0c (git): parse.y: should not deent concatenated string
- * parse.y (xstring): reset heredoc indent after dedenting,
so that following string literal would not be dedented.
... -
11:28 AM Bug #7676: Comparison of Float::NAN in array behaves unexpectedly
- It appears calling eql? on array does not behave in this way:
```
[Float::NAN].eql? [Float::NAN]
=> false
```
... -
09:09 AM Feature #11997: A method to read a file with interpolations
- > Why not erb?
Erb syntax is too much noise to me. It is centered toward html (it resembles html tagging), which i... -
02:07 AM Feature #11997 (Feedback): A method to read a file with interpolations
- Why not erb?
-
08:24 AM Revision c12af767 (git): * enc/unicode.c: Artificial mapping to test buffer expansion code.
- * string.c: Fixed buffer expansion logic.
* test/ruby/enc/test_case_mapping.rb: Tests for above.
(with Kimihito Matsu... -
07:51 AM Revision d2076446 (git): * ext/openssl/lib/openssl/pkey.rb: Added 2048 bit DH parameter.
- * test/openssl/test_pkey_dh.rb: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53553 b2dd03c8-39d4-4d8f-98... -
02:05 AM Bug #11995 (Rejected): BigDecimal#power fails for some values
- The latter is parsed as `-(0.5**0.2)`.
~~~
$ ruby -e 'p (-0.5)**0.2'
(0.7042902001692478+0.5116967824803669i)
~... -
01:51 AM Revision 219467ab (git): * enc/unicode.c: fix implicit conversion error with clang. fixup r53548.
- * string.c: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53552 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:37 AM Revision 203e604f (git): * common.mk: test-sample was changed to test-basic.
- [Feature #11982][ruby-core:72823]
* basictest/runner.rb: ditto. rename from tool/rubytest.rb.
* basictest/test.rb: di... -
01:37 AM Feature #11982 (Closed): Rename test-sample
- Applied in changeset r53551.
----------
* common.mk: test-sample was changed to test-basic.
[Feature #11982][ruby-... - 01:24 AM Revision f69d6c4f (git): * 2016-01-16
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53550 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 01:24 AM Revision 72fa5a8e (git): * remove trailing spaces.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53549 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:24 AM Revision be897c25 (git): * string.c, enc/unicode.c: New code path as a preparation for Unicode-wide
- case mapping. The code path is currently guarded by the :lithuanian
option to avoid accidental problems in daily us...
01/15/2016
-
08:32 PM Feature #11997 (Feedback): A method to read a file with interpolations
- I request a single method that reads a file while interpreting interpolated Ruby code in it (in the current context)....
-
05:12 PM Bug #11996 (Closed): bin/rails server Unavailable
- Hey there,
I'm new to Ruby and Rails so not really sure what the problem is here. I've created a 'railsbridge' dir... -
03:57 PM Bug #11979 (Closed): gcc-6 fails to optimize regcomp.c:compile_length_quantifier_node()
- octoploid octoploid wrote:
> Takeshi Nishimatsu wrote:
> > Sorry, but GCC developers judged my bug report as INVALI... -
01:27 PM Bug #11979: gcc-6 fails to optimize regcomp.c:compile_length_quantifier_node()
- Takeshi Nishimatsu wrote:
> Sorry, but GCC developers judged my bug report as INVALID.
> https://gcc.gnu.org/bugzil... -
09:57 AM Bug #11979: gcc-6 fails to optimize regcomp.c:compile_length_quantifier_node()
- Sorry, but GCC developers judged my bug report as INVALID.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69291
On ... -
06:04 AM Bug #11979: gcc-6 fails to optimize regcomp.c:compile_length_quantifier_node()
- I reported this issue as https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69291 with new info of:
I found strange beha... -
03:19 PM Bug #11995 (Rejected): BigDecimal#power fails for some values
- $ irb -rbigdecimal
> BigDecimal('-0.5').power(BigDecimal('0.2'))
Math::DomainError: Zero or negative argument for l... -
02:12 PM Bug #11994 (Closed): Incorrect result for yday in vtm_add_offset with negative UTC offset on last day of the year
- When you have a UTC time value that's the first day of the year and then convert it to a time value with a negative U...
-
01:16 PM Revision 2fd11c76 (git): .gdbinit: dump_node [ci skip]
- * .gdbinit (dump_node): dump NODE list in gdb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53547 b2dd03c8-39d4... -
01:15 PM Revision fd7b490f (git): disable unaligned word access
- * include/ruby/defines.h, st.c: disable unaligned word access with
gcc 6 or later. [Bug #11831]
git-svn-id: svn+s... -
01:12 PM Revision 04c55c07 (git): disable unaligned word access
- * regint.h: disable unaligned word access with gcc 6 or later.
[Bug #11831]
git-svn-id: svn+ssh://ci.ruby-lang.org... -
01:11 PM Bug #11831 (Closed): Undefined behavior issues
- Applied in changeset r53545.
----------
disable unaligned word access
* regint.h: disable unaligned word access wit... -
01:10 PM Bug #11831: Undefined behavior issues
- Naohisa Goto wrote:
> Since r53543, unaligned word access can be disabled with ./configure CPPFLAGS="-DUNALIGNED_WOR... -
12:25 PM Bug #11831: Undefined behavior issues
- Since r53543, unaligned word access can be disabled with ./configure CPPFLAGS="-DUNALIGNED_WORD_ACCESS=0"
I think th... -
01:08 PM Revision 78d4bc92 (git): Revert r53539 and r53540
- * basictest/test.rb: revert r53539 because it depends on r53537.
* gmake.mk: ditto, revert r53540.
git-svn-id: svn+... -
01:02 PM Feature #11982 (Open): Rename test-sample
-
12:25 AM Feature #11982 (Closed): Rename test-sample
- Applied in changeset r53537.
----------
* common.mk: test-sample was changed to test-basic.
[Feature #11982][ruby-... -
11:25 AM Revision 5df321fb (git): * regint.h (PLATFORM_UNALIGNED_WORD_ACCESS): The value of
- UNALIGNED_WORD_ACCESS should be used to determine whether
unaligned word access is allowed or not. After this commi... -
11:05 AM Revision e0ea6417 (git): Revert "* common.mk: test-sample was changed to test-basic."
- This reverts r53537.
Fix chkbuild first.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53542 b2dd03c8-39d4-4d8f-... -
09:43 AM Bug #11991: `Symbol#match` returns the match position, unlike `String#match` and `Regexp#match`
- I would be happy to adapt the spec suite to the newer behavior if we decide so, of course.
However, I think such a c... -
06:28 AM Bug #11991: `Symbol#match` returns the match position, unlike `String#match` and `Regexp#match`
- Seems a bug, but ["spec-style" test suit](https://github.com/ruby/spec/blob/master/core/symbol/match_spec.rb) seems d...
-
09:05 AM Bug #11993 (Rejected): foo(hash) is handled like foo(**hash)
- Given this method:
def foo(a = nil, b: nil)
p a: a, b: b
end
I can pass keyword arguments to it... -
07:12 AM Revision 0d75b7f9 (git): parse.y: should not deent concatenated string
- * parse.y (string1): reset heredoc indent fore each string leteral
so that concatenated string would not be dedente... -
07:12 AM Bug #11990 (Closed): Dedenting heredoc interacts poorly with string concatenation
- Applied in changeset r53541.
----------
parse.y: should not deent concatenated string
* parse.y (string1): reset he... -
06:17 AM Bug #11992 (Feedback): Regexp match data
- I can't reproduce it, with any of 1.8..2.3, nor jruby-9.0.1.0.
~~~
$ ruby -e 'm=" M.S. Math \n M.S. Computer Eng... -
03:18 AM Bug #11992: Regexp match data
- Found in jruby too
-
03:17 AM Bug #11992 (Closed): Regexp match data
- ~~~ruby
m=" M.S. Math \n M.S. Computer Eng. \n".match /M\.S\./
m.offset 0
[1,5]
m.offset 1
[1,5] # should be [1... -
05:50 AM Bug #11980: External methods are appearing as instance methods for String
- It's not really a bug.
When you define following method. It is added on Object class. And any class which inherit... -
04:39 AM Revision 1b191689 (git): gmake.mk: update order
- * defs/gmake.mk (yes-test-basic): update the target name and the
order of tests. [Feature #11982]
git-svn-id: svn... -
04:33 AM Revision 6b39fba4 (git): basictest/test.rb: update message
- * basictest/test.rb (test_check): update the file name in
messages, as r53537. [Feature #11982]
git-svn-id: svn+s... - 12:25 AM Revision 81a93c07 (git): * 2016-01-15
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53538 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:25 AM Revision 17238bce (git): * common.mk: test-sample was changed to test-basic.
- [Feature #11982][ruby-core:72823]
* basictest/runner.rb: ditto. rename from tool/rubytest.rb.
* basictest/test.rb: di...
01/14/2016
-
10:20 PM Bug #11991 (Closed): `Symbol#match` returns the match position, unlike `String#match` and `Regexp#match`
- `String#match` and `Regexp#match` return a `MatchData` when match succeeds:
~~~RUBY
"".match(//) # => #<MatchData... -
10:11 PM Bug #11977: Bug with array literals caused by r53376
- Eric Wong wrote:
> [email protected] wrote:
> > I guess this is due to the hash table change? I can't say ... -
10:09 PM Bug #11657: Abort Trap 6 when running a test suite
- 2.3.0 works, but 2.2.4 currently doesn't include the fix. I note a tag saying 2.2 is required; I guess it'll end up i...
-
03:06 PM Revision 37c5197b (git): merge revision(s) 53535:
- * lib/uri/generic.rb (URI::Generic#to_s): change encoding to
UTF-8 as Ruby 2.2/ by Koichi ITO <koic.ito@gma... -
01:51 PM Bug #11985: SignalException: SIGABRT when rake test
- I met with failures when i tried to simplify my code, `SignalException` will always be disappeared when i try to dele...
-
01:41 PM Bug #11990 (Closed): Dedenting heredoc interacts poorly with string concatenation
- The following code reproduces the problem:
~~~
p <<~E " y"
x
E
~~~
It prints `"x\ny"`, but the second st... -
12:45 PM Bug #11989 (Closed): Dedenting interpolating heredoc can interpret escapes incorrectly
- It is clear that the dedenting <<~HEREDOC feature was intended to only consider actual whitespace in the source file ...
-
11:20 AM Revision aa90e3b8 (git): * lib/uri/generic.rb (URI::Generic#to_s): change encoding to
- UTF-8 as Ruby 2.2/ by Koichi ITO <[email protected]>
https://github.com/ruby/ruby/pull/1188 fix GH-1188
git-svn-i... -
10:31 AM Bug #11973 (Rejected): IO#advise should raise NotImplementedError on platforms that do not support that call
- Closing this issue, since people seem to agree the current behavior is intended.
(Also see https://github.com/ruby/s... -
09:42 AM Bug #11988 (Assigned): YAML.dump doesn't quote string starting with 0 which will be recognized as float in YAML 1.2
- I found it is psych's issue.
Following fixes this (but may be it is fixed in Psych::ScalarScanner#tokenize.
```di... -
12:14 AM Bug #11988: YAML.dump doesn't quote string starting with 0 which will be recognized as float in YAML 1.2
- I suspect that it may be a behavior of libyaml.
-
08:36 AM Revision 92e803c9 (git): variable.c: matched backrefs only
- * variable.c (rb_f_global_variables): add matched back references
only, as well as defiend? operator.
git-svn-id: ... -
07:12 AM Revision 1301d1f5 (git): sprintf.c: exact number
- * sprintf.c (rb_str_format): format exact number more exactly.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@535... -
07:10 AM Revision ed11f4b4 (git): test_sprintf.rb: simplify
- * test/ruby/test_sprintf.rb (test_rational): enumerate formatted
flags and simplify.
git-svn-id: svn+ssh://ci.ruby... -
06:09 AM Revision 55cb1b5e (git): * Remove 512-bit DH group. It's affected by LogJam Attack.
- https://weakdh.org/
[fix GH-1196][Bug #11968][ruby-core:72766]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5... -
06:08 AM Bug #11968 (Closed): OpenSSL extension only supports weak (512-bit, 1024-bit) Diffie-Hellman groups
- Applied in changeset r53531.
----------
* Remove 512-bit DH group. It's affected by LogJam Attack.
https://weakdh.... -
03:03 AM Bug #11979: gcc-6 fails to optimize regcomp.c:compile_length_quantifier_node()
- gcc-6 fails to optimize ruby-2.3.0/regcomp.c:compile_length_quantifier_node()
and cannot build the ruby. Even the -O... -
02:45 AM Revision 7e825eee (git): variable.c: $1..$9 in global_variables
- * variable.c (rb_f_global_variables): add $1..$9 only if $~ is
set. fix the condition removed at r14014.
git-svn-... - 02:15 AM Revision d5c5d5c7 (git): * 2016-01-14
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53529 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:15 AM Revision 39cf3780 (git): hash.c: trivial optimization
- * hash.c (rb_hash_initialize_copy): trivial optimization, copy
HASH_PROC_DEFAULT bit directly.
git-svn-id: svn+ssh...
01/13/2016
-
07:38 PM Bug #11988 (Closed): YAML.dump doesn't quote string starting with 0 which will be recognized as float in YAML 1.2
- YAML.dump doesn't quote string "019" but it is recognized as float using Core Schema tag resolution option of YAML 1....
-
07:16 PM Bug #11973: IO#advise should raise NotImplementedError on platforms that do not support that call
- Ruby APIs try to unify across platforms, and IO is not just POSIX.
So I think "noop returning nil" is an appropria... -
06:35 PM Bug #11973: IO#advise should raise NotImplementedError on platforms that do not support that call
- I do not have any use-cases, unfortunately. I am just arguing from a standpoint of what I believe to be correct. If a...
-
08:28 AM Bug #11973: IO#advise should raise NotImplementedError on platforms that do not support that call
- On Tue, Jan 12, 2016 at 7:06 PM, Eric Wong <[email protected]> wrote:
> [email protected] wrote:
>> 3. If the... -
12:17 AM Bug #11973: IO#advise should raise NotImplementedError on platforms that do not support that call
- [email protected] wrote:
> 3. If the platform DOES NOT SUPPORT posix_fadvise, then it should
> raise NotImplement... -
01:32 PM Bug #11979: gcc-6 fails to optimize regcomp.c:compile_length_quantifier_node()
- gcc-6 fails to optimize regcomp.c.
~~~
$ ../configure CC=/usr/local/bin/gcc
$ make -j4 encdb.h # => ArgumentEr... -
11:11 AM Bug #11985: SignalException: SIGABRT when rake test
- Nobuyoshi Nakada wrote:
> How can I reproduce it?
Sorry, I'm trying to minify my code to reproduce it, but still ... -
10:54 AM Bug #11985 (Feedback): SignalException: SIGABRT when rake test
-
10:53 AM Bug #11985: SignalException: SIGABRT when rake test
- How can I reproduce it?
-
09:08 AM Bug #11985 (Closed): SignalException: SIGABRT when rake test
-
10:58 AM Feature #11987: daemons can't show the backtrace of rb_bug
- I always recommend pointing stderr to a regular file using
`IO#reopen` after daemonization. Perhaps kwargs may be a... -
10:38 AM Feature #11987 (Open): daemons can't show the backtrace of rb_bug
- Ruby shows backtrace and other information into stderr on rb_bug.
But daemon process redirects stderr into /dev/null... -
10:19 AM Bug #11986 (Third Party's Issue): Segmentation fault
- I've got the attached segmentation fault every time I shut down a web app. The web app is made with Sinatra and suppo...
-
08:22 AM Revision 7cb5b7dd (git): * .travis.yml: removed commented-out code.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53527 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:15 AM Revision 6cea22b5 (git): * .travis.yml: removed osx code. follow up with r53517
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53526 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:05 AM Revision be61b2b1 (git): vm_eval.c: fstring format
- * vm_eval.c (make_no_method_exception): make format string
fstring.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tr... -
07:56 AM Revision 22121544 (git): iseq.c: mark parent iseq
- * iseq.c (rb_iseq_mark): mark parent iseq to prevent dynamically
generated iseq by eval from GC. [ruby-core:72620]... -
05:42 AM Bug #11984 (Rejected): DateTime.parse can parse invalid datetime string
- It seems if you pass a string which begins with 2 alphabets and following is 7 numerics, it can be parsed as DateTime...
-
04:44 AM Bug #11928: Segmentation fault in did_you_mean extension
- This script still causes SEGV.
Confirmed with `ruby 2.4.0dev (2016-01-13 trunk 53518) [x86_64-darwin15]` and `ruby 2... -
04:02 AM Revision be4501bf (git): fix previous commit
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53523 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:22 AM Revision 7c276364 (git): make CI output simpler
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53522 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:03 AM Revision cf8bbd0c (git): don't replace job status, it consume log length count
- "The log length has exceeded the limit of 4 Megabytes (this usually
means that test suite is raising the same excepti... -
02:24 AM Revision 4a3462bd (git): test_thread.rb: wait for the thread to sleep
- * test/ruby/test_thread.rb (test_thread_name): wait for the status
of the subject thread to fix, so that the status... -
02:04 AM Revision 0a641b4c (git): try sudo:false on travis
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53519 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Also available in: Atom