Activity
From 12/11/2016 to 12/17/2016
12/17/2016
-
11:29 PM Feature #9846: Regexp#to_regexp
- I know this is an old issues, but this also surprised me.
-
11:28 PM Feature #13048 (Open): Better way to do Regexp.new(Regexp.escape("some string"))
- It is relatively common to call `Regexp.new(Regexp.escape("some string"))` or `Regexp.new(Regexp.quote("some string")...
-
06:04 PM Revision 0854193a (git): sprintf.c: fix width underflow
- * sprintf.c (rb_str_format): fix memory corruption by width
underflow. https://github.com/mruby/mruby/issues/3347
... -
05:26 PM Bug #10613: SNI is not optional when using TLS
- Ben Schmeckpeper wrote:
> I am connecting over an SSH tunnel, so the hostname being used for SNI is 127.0.0.1. The s... -
04:21 PM Bug #12324: Support OpenSSL 1.1.0 (and drop support for 0.9.6/0.9.7)
- On Sat, Dec 17, 2016 at 09:09:49AM +0000, Eric Wong wrote:
> Kazuki Yamaguchi <[email protected]> wrote:
> > On Sat, Dec 17... -
09:11 AM Bug #12324: Support OpenSSL 1.1.0 (and drop support for 0.9.6/0.9.7)
- Kazuki Yamaguchi <[email protected]> wrote:
> On Sat, Dec 17, 2016 at 01:31:12AM +0000, Eric Wong wrote:
> > [email protected] wrote... -
07:42 AM Bug #12324: Support OpenSSL 1.1.0 (and drop support for 0.9.6/0.9.7)
- On Sat, Dec 17, 2016 at 01:31:12AM +0000, Eric Wong wrote:
> [email protected] wrote:
> > Feature #12324: Support OpenSSL 1... -
01:32 AM Bug #12324: Support OpenSSL 1.1.0 (and drop support for 0.9.6/0.9.7)
- [email protected] wrote:
> Feature #12324: Support OpenSSL 1.1.0 (and drop support for 0.9.6/0.9.7)
> https://bugs.ruby-lan... - 04:10 PM Revision e03c771d (git): * 2016-12-18
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57107 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:10 PM Revision f5b1f760 (git): Increase timeout
- http://rubyci.org/logs/13.78.52.201/vc12-x64/ruby-trunk/log/20161217T103523Z.log.html.gz
git-svn-id: svn+ssh://ci.ru... -
03:45 PM Feature #13045: Passing a Hash with String keys as keyword arguments
- I would agree with a **way/method to convert string-keys into symbol-keys**.
I have no idea if this should be Hash... -
12:20 PM Feature #13045: Passing a Hash with String keys as keyword arguments
- Nobuyoshi Nakada wrote:
> I'm not a fun for this idea, since `Symbol` and `String` are different.
They are differ... -
02:19 AM Feature #13045: Passing a Hash with String keys as keyword arguments
- I'm not a fun for this idea, since `Symbol` and `String` are different.
-
02:11 AM Feature #13045 (Rejected): Passing a Hash with String keys as keyword arguments
- To the following method
~~~ ruby
def new request:, response:
end
~~~
I'd like to be able to pass both
~~~ r... -
03:18 PM Bug #13046: make -j fails when --enable-install-capi is specified to configure
- Sorry, false alarm. This used to happen, but seems not to any more.
-
01:40 PM Bug #13046 (Closed): make -j fails when --enable-install-capi is specified to configure
- When ruby is configured with the --enable-install-capi flag, the build will fail if make -j is used because the build...
-
02:21 PM Feature #13047 (Assigned): Use String literal instead of `String#+` for multiline pretty-printing of multiline strings
- Multiline pretty-printing of multiline strings is introduced. (https://bugs.ruby-lang.org/issues/12664)
~~~ ruby
... -
01:32 PM Bug #13041: ruby 2.4 rc1 dtrace build fixes
- Looks like r57101 r57102 r57103 and r57104 fixed this. Thanks!
-
02:50 AM Bug #13041: ruby 2.4 rc1 dtrace build fixes
- Tried everything I could, but still can't get things to link, on 11.0 or 12-CURRENT. If I'm doing something wrong, pl...
-
09:14 AM Feature #12979: Avoid exception for #dup on Integer (and similar cases)
- > Status changed from Open to Closed
So I apologize if this is a stupid question, but does this mean this change h... -
02:23 AM Feature #12979 (Closed): Avoid exception for #dup on Integer (and similar cases)
-
08:25 AM Revision 451e0a6e (git): compile.c: do not emit numeric literal range in void context
- A fix-up for r56316. Fix stack consistency error on '1..3; nil'.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5... -
07:48 AM Revision c49060b1 (git): Reapply r57093,r57094,r57097 "dtrace build fixes on FreeBSD"
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57104 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:48 AM Revision 6f406893 (git): Reapply r57092 "configure.in: repeated checks"
- Needs DTRACE_OBJ when "$rb_cv_prog_dtrace_g" = rebuild, too.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57103... -
05:27 AM Revision 860b42cf (git): Revert r57092 "configure.in: repeated checks"
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57102 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:14 AM Revision ccdaec2f (git): Revert r57093,r57094,r57097 "dtrace build fixes on FreeBSD"
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57101 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:04 AM Bug #13039: build warning on 2.4-rc1
- Looks like the docs say to use configure.ac:
https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2... -
01:52 AM Bug #13044 (Rejected): ruby unless bug with plural conditions
- `unless a && b` equals to `if !(a && b)`.
See https://en.wikipedia.org/wiki/De_Morgan%27s_laws for more info.
-
12:58 AM Revision ba71a687 (git): test_mailto.rb: overwritten methods
- * test/uri/test_mailto.rb (URI::TestMailTo#test_to_mailtext):
merge overwritten methods. [Bug #10774]
git-svn-id:... -
12:58 AM Revision a37cc2d4 (git): test_mailto.rb: adjust scope
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57099 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:52 AM Bug #13042 (Closed): gsub segfaults when the pattern is a matching string and the replacement has an unmatched named capture
- Applied in changeset r57098.
----------
re.c: non-regexp name reference
* re.c (rb_reg_regsub): other than regexp h... -
12:52 AM Revision 7f4dc817 (git): re.c: non-regexp name reference
- * re.c (rb_reg_regsub): other than regexp has no name references.
[ruby-core:78686] [Bug #13042]
git-svn-id: svn+s... -
12:01 AM Revision d4ff516f (git): configure.in: fix r57093
- * configure.in (RUBY_DTRACE_AVAILABLE): try -xnolibs first.
[ruby-core:78676] [Bug #13041]
git-svn-id: svn+ssh://c...
12/16/2016
-
11:59 PM Bug #13041: ruby 2.4 rc1 dtrace build fixes
- Naohisa Goto wrote:
> On Solaris 10, the origin of dtrace, it seems "-xnolibs" is not supported.
> List of availabl... -
09:50 PM Bug #13041: ruby 2.4 rc1 dtrace build fixes
- According to my testing, the patch committed r57093 works just fine even when the "-xnolibs" is not supported. So tha...
-
09:25 PM Bug #13041: ruby 2.4 rc1 dtrace build fixes
- On Solaris 10, the origin of dtrace, it seems "-xnolibs" is not supported.
List of available options that can be spe... -
04:27 PM Bug #13041: ruby 2.4 rc1 dtrace build fixes
- Vit Ondruch wrote:
> Steve Wills wrote:
> > Vit Ondruch wrote:
> > > The "-xnolibs" is not supported by SystemTap ... -
04:26 PM Bug #13041: ruby 2.4 rc1 dtrace build fixes
- I suspect the build failure is due to the fact that dtrace -G modifies the .o files to remove the dtrace symbols.
-
04:25 PM Bug #13041: ruby 2.4 rc1 dtrace build fixes
- Steve Wills wrote:
> Vit Ondruch wrote:
> > The "-xnolibs" is not supported by SystemTap :/
>
> SystemTap is not... -
04:20 PM Bug #13041: ruby 2.4 rc1 dtrace build fixes
- This fails to build now:
~~~
array.o: In function `ary_new':
/usr/local/poudriere/ports/default/lang/ruby24/work... -
04:01 PM Bug #13041: ruby 2.4 rc1 dtrace build fixes
- Vit Ondruch wrote:
> The "-xnolibs" is not supported by SystemTap :/
SystemTap is not DTrace. -
12:16 PM Bug #13041 (Closed): ruby 2.4 rc1 dtrace build fixes
- Applied in changeset r57093.
----------
dtrace build fixes on FreeBSD
* configure.in (RUBY_DTRACE_AVAILABLE, RUBY_D... -
09:06 AM Bug #13041: ruby 2.4 rc1 dtrace build fixes
- The "-xnolibs" is not supported by SystemTap :/
```
$ dtrace -xnolibs
/usr/bin/dtrace invalid option -xnolibs
U... -
05:09 AM Bug #13041 (Feedback): ruby 2.4 rc1 dtrace build fixes
- Does this patch work?
```diff
diff --git c/Makefile.in i/Makefile.in
index 9c8748aa4d..52618232b0 100644
--- c/... -
03:25 AM Bug #13041: ruby 2.4 rc1 dtrace build fixes
- Sorry, forgot the configure fix as well:
https://svnweb.freebsd.org/ports/head/lang/ruby20/files/patch-configure.i... -
03:22 AM Bug #13041 (Closed): ruby 2.4 rc1 dtrace build fixes
- In FreeBSD before 11.0, using dtrace -G or -h will not work in a jail or without dtrace kernel modules loaded unless ...
- 10:57 PM Revision c24ed0dd (git): * 2016-12-17
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57096 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:57 PM Revision 9c898126 (git): fix r57089
- * parse.y (parser_heredoc_identifier): fix multiline here document
identifier condition.
git-svn-id: svn+ssh://ci.... -
10:09 PM Bug #13044 (Rejected): ruby unless bug with plural conditions
- I am working on an app where I need to process various data-items based upon different ruby types. While setting up c...
-
09:37 PM Bug #13043 (Closed): Exception#cause can become recursive/infinite
- In a certain situation, Exception#cause can become an infinite list:
```ruby
def raise_errors
begin
raise... -
07:36 PM Bug #13042 (Closed): gsub segfaults when the pattern is a matching string and the replacement has an unmatched named capture
- Ruby segfaults for all code of the form
~~~ ruby
string.gsub(pattern, replacement)
~~~
where `pattern` is a s... -
12:28 PM Revision 681c22eb (git): garbage space [ci skip]
- * configure.in (RUBY_DTRACE_AVAILABLE): remove a garbage space.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57... -
12:16 PM Revision 756895dd (git): dtrace build fixes on FreeBSD
- * configure.in (RUBY_DTRACE_AVAILABLE, RUBY_DTRACE_POSTPROCESS):
incorporate dtrace build fix on FreeBSD, dtrace ne... -
11:59 AM Revision e341a672 (git): configure.in: repeated checks
- * configure.in (enable_dtrace): reduce repeated
RUBY_DTRACE_AVAILABLE checks.
git-svn-id: svn+ssh://ci.ruby-lang.o... -
05:05 AM Revision 5d629280 (git): no crypt.h on FreeBSD 12
- * string.c (crypt.h): crypt_r() was added in FreeBSD 12.0 but is
declared in unistd.h. [ruby-core:78664] [Bug #130... -
03:30 AM Bug #13038 (Closed): ruby 2.4 rc1 fails to build on FreeBSD due to failure to find crypt.h
- Applied in changeset r57090.
----------
configure.in: no crypt.h on FreeBSD 12
* configure.in (crypt.h): crypt_r() ... -
03:16 AM Bug #13038: ruby 2.4 rc1 fails to build on FreeBSD due to failure to find crypt.h
- Now that you mention it, I am only seeing the issue on 12.0-CURRENT (r306554, which is about 2 months old at this poi...
-
01:00 AM Bug #13038 (Feedback): ruby 2.4 rc1 fails to build on FreeBSD due to failure to find crypt.h
- What version of FreeBSD?
[FreeBSD 10.1] and [FreeBSD 11.0] seem fine.
[FreeBSD 10.1]: http://rubyci.org/logs/ruby... -
03:30 AM Revision 6b1e24ea (git): configure.in: no crypt.h on FreeBSD 12
- * configure.in (crypt.h): crypt_r() was added in FreeBSD 12.0 but
is declared in unistd.h. [ruby-core:78664] [Bug ... -
01:53 AM Bug #13033: 2.4.0-rc1, build error with VS2015
- I've just confirmed the patch fixed this issue. Many thanks.
-
01:27 AM Revision d25faa4e (git): multiline heredoc identifier
- * parse.y (parser_heredoc_identifier): reject multiline here
document identifier, which never matches single line.
... -
01:15 AM Bug #13040 (Feedback): syslog/logger uses "require 'logger'" which is interpreted as circular dependency
-
01:15 AM Bug #13040: syslog/logger uses "require 'logger'" which is interpreted as circular dependency
- 'syslog/logger.rb' and 'logger.rb' are different files.
What do you mean by "test"? -
01:12 AM Bug #13037 (Closed): Segmentation fault on "\n".lines(chomp: true)
- Applied in changeset r57088.
----------
fix chomping newline only line
* string.c (chomp_newline): fix chomping new... -
01:12 AM Revision 75755ef1 (git): fix chomping newline only line
- * string.c (chomp_newline): fix chomping newline only line.
rb_enc_prev_char return NULL if no previous character a... -
01:10 AM Bug #13039 (Rejected): build warning on 2.4-rc1
- Use `autoconf`, not `autoreconf`.
-
01:00 AM Feature #12745: String#(g)sub(!) should pass a MatchData to the block, not a String
- Benoit Daloze wrote:
> Maybe this functionality should just be an extra keyword argument to these methods?
>
> Li...
12/15/2016
-
10:05 PM Feature #6647: Exceptions raised in threads should be logged
- Shyouhei Urabe wrote:
> We looked at this issue at developer meeting today and John's proposal sounded reasonable. ... -
07:11 PM Bug #13040 (Rejected): syslog/logger uses "require 'logger'" which is interpreted as circular dependency
- while using the 'syslog/logger' require from Ruby it works well, however if one tries to use it via "test" it complai...
-
07:02 PM Bug #13039 (Rejected): build warning on 2.4-rc1
- When calling autoreconf -f -i, the following warning is generated:
aclocal-1.15: warning: autoconf input should be... -
06:46 PM Bug #13037: Segmentation fault on "\n".lines(chomp: true)
- I believe a fix for this is:
~~~
Index: string.c
===============================================================... -
02:35 PM Bug #13037 (Closed): Segmentation fault on "\n".lines(chomp: true)
- $ irb
irb(main):001:0> RUBY_DESCRIPTION
=> "ruby 2.4.0dev (2016-12-15 trunk 57084) [x86_64-darwin15]"
irb(main):00... -
04:28 PM Bug #13038: ruby 2.4 rc1 fails to build on FreeBSD due to failure to find crypt.h
- I think this may have been initially introduced in r55237.
-
03:50 PM Bug #13038 (Closed): ruby 2.4 rc1 fails to build on FreeBSD due to failure to find crypt.h
- When trying to build ruby 2.4 on FreeBSD, it fails with error:
string.c:33:11: fatal error: 'crypt.h' file not fou... - 04:08 PM Revision 17c28285 (git): * 2016-12-16
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57087 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:08 PM Revision 9f5a161d (git): NEWS: Fix the default rounding mode
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57086 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:56 PM Bug #13036: Date.parse mishandling spanish months "Abril y Agosto"
- AFAIK, Date.parse was NEVER intending to parse anything except English/American dates in English/American formats. Pa...
-
02:52 PM Bug #13036: Date.parse mishandling spanish months "Abril y Agosto"
- I don't think this is a bug, Ruby only parses English month names, it can't possibly try to check all languages in th...
-
02:49 PM Bug #13036: Date.parse mishandling spanish months "Abril y Agosto"
- ## UPDATE:
I tracked the problem to dates_international.rb (https://gist.github.com/jackrg/2927162)
The proble... -
02:11 PM Bug #13036 (Rejected): Date.parse mishandling spanish months "Abril y Agosto"
- ### Steps to reproduce
$ irb
2.3.0 :003 > Date.parse("01-Agosto-2016")
=> 01 Dec 2016
2.3.0 :004 > Date.pars... -
12:58 PM Revision 2d6538a7 (git): parse.y: newline in heredoc identifier
- * parse.y (parser_heredoc_identifier): warn newline in here
document identifier.
git-svn-id: svn+ssh://ci.ruby-lan... -
11:00 AM Revision def2a2cb (git): Added entry of psych 2.2.2
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57084 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:00 AM Revision f9ee1409 (git): Update psych-2.2.2
- * It fixed only JRuby dependency issue.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57083 b2dd03c8-39d4-4d8f-9... -
10:41 AM Feature #12719: `Struct#merge` for partial updates
- Scala has "copy" for this purpose: some_case_class_object.copy(field: new_value)
-
10:34 AM Feature #12745: String#(g)sub(!) should pass a MatchData to the block, not a String
- Maybe this functionality should just be an extra keyword argument to these methods?
Like
str.gsub!(/\[(\w+)\]/, m... -
09:41 AM Feature #13017: Switch SipHash from SipHash24 to SipHash13
- @ko1 , I think, a ball is yours.
-
05:48 AM Feature #13017: Switch SipHash from SipHash24 to SipHash13
- Who has a ball?
-
07:00 AM Bug #13035 (Third Party's Issue): Segmentation fault when using Rails 5.0.0.1 console
- Thank you reporting, this is a known 3rd party issue.
-
06:52 AM Bug #13035 (Third Party's Issue): Segmentation fault when using Rails 5.0.0.1 console
- Following along with the new Rails blog intro, I ran into a segfault when I attempted to run a query from the Rails c...
-
06:22 AM Revision b5345673 (git): parse.y: one warning, one line [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57082 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:40 AM Feature #13009: Implement fetch for Thread.current
- 2.4? 2.5?
-
04:25 AM Bug #10613: SNI is not optional when using TLS
- Unfortunately, I don't know any details about the server. It's not a box that we own.
I am connecting over an SSH...
12/14/2016
- 05:53 PM Revision 836794f2 (git): Removed the obstacle to running test-all with VC14.
- * test/fiddle/test_import.rb (LIBC.fprintf): VC14's `fprintf` is very distinct
name, then, just ignore this test.
... -
05:49 PM Bug #13033 (Closed): 2.4.0-rc1, build error with VS2015
- Applied in changeset r57079.
----------
Fixed link error with VC14.
* win32/mkexports.rb (Exports::Mswin#each_expor... -
05:45 PM Bug #13033: 2.4.0-rc1, build error with VS2015
- Yui NARUSE wrote:
> Could you try following patch?
I'd tried same patch and it seemed OK.
I'll commit it later. -
05:15 PM Bug #13033: 2.4.0-rc1, build error with VS2015
- Could you try following patch?
```diff
diff --git a/win32/mkexports.rb b/win32/mkexports.rb
index d26acbb107..8f... -
02:37 AM Bug #13033 (Closed): 2.4.0-rc1, build error with VS2015
- I got following error message when building 2.4.0-rc1 with Visual Studio 2015 update 3. Attached "rc1_output.txt" is ...
- 05:49 PM Revision 7fd3da32 (git): * 2016-12-15
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57080 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:49 PM Revision ca25a970 (git): Fixed link error with VC14.
- * win32/mkexports.rb (Exports::Mswin#each_exports): should ignore `vsprintf_s_l`
and the like just like `vsprintf_l... -
03:42 PM Feature #12944: Change Kernel#warn to call Warning.warn
- In order to handle embedded arrays (similar to how puts handles them), the attached patch flattens the array, process...
-
07:56 AM Feature #12944: Change Kernel#warn to call Warning.warn
- Seems `warn ["foo\n", "bar"]` would print `"foo\n\nbar\n"`.
-
12:32 PM Bug #13034 (Closed): rb_enc_ascget() does not handle 'needmore' error from rb_enc_procise_mbclen()
- Applied in changeset r57078.
----------
encoding.c: handle needmore error from rb_enc_precise_mbclen()
rb_enc_ascge... -
12:20 PM Bug #13034 (Closed): rb_enc_ascget() does not handle 'needmore' error from rb_enc_procise_mbclen()
- rb_enc_ascget() stores the return value from rb_enc_procise_mbclen() that may return a negative value on error to 'un...
-
12:32 PM Revision 201972ac (git): encoding.c: handle needmore error from rb_enc_precise_mbclen()
- rb_enc_ascget() erroneously reports success even if the given byte
sequence is incomplete, for non-ASCII compatible e... -
08:26 AM Bug #13032 (Closed): building capi docs with doxygen seems broken in 2.4-rc1
- Applied in changeset r57077.
----------
vcs.rb: no ext/date in vcs.rb
* tool/vcs.rb (VCS::GIT#export_changelog): do... -
02:54 AM Bug #13032: building capi docs with doxygen seems broken in 2.4-rc1
- This looks to be a recurrence of bug 10161, which was created by r43888 then reverted in r47248 and now triggered aga...
-
02:18 AM Bug #13032 (Closed): building capi docs with doxygen seems broken in 2.4-rc1
- When building 2.4-rc1 with the --enable-install-capi option passed to configure, I get lots of messages of this form:...
-
08:25 AM Revision 72c1b322 (git): vcs.rb: no ext/date in vcs.rb
- * tool/vcs.rb (VCS::GIT#export_changelog): do not require date
extension library so that miniruby can run.
[ruby-... -
08:06 AM Revision 1407e52b (git): constify
- * vm_dump.c (rb_vmdebug_debug_print_pre): constify pc argument for
VMDEBUG.
git-svn-id: svn+ssh://ci.ruby-lang.org... -
07:30 AM Revision 07e7981d (git): parse.y: curtail scanning
- * parse.y (parser_yyerror): curtail scanning range, not to exceed
the max margin.
git-svn-id: svn+ssh://ci.ruby-la... - 04:35 AM Revision 2027ad60 (git): * 2016-12-14
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57074 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:35 AM Revision bc44acb5 (git): parse.y: fix yyerror message
- * parse.y (parser_yyerror): show the error line even if the error
is at the end.
git-svn-id: svn+ssh://ci.ruby-lan... -
01:11 AM Bug #12548 (Open): Rounding modes inconsistency between round versus sprintf
- Reopening.
The fix was reverted due to issue #12958. This issue is now back alive. -
12:33 AM Bug #13031: Error in Ruby on Rails
- Hiroshi SHIBATA wrote:
> >c:0005 p:0115 s:0022 e:000021 METHOD /System/Library/Frameworks/Ruby.framework/Versions/2.... -
12:21 AM Bug #13031 (Rejected): Error in Ruby on Rails
- >c:0005 p:0115 s:0022 e:000021 METHOD /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubyg...
12/13/2016
-
11:31 PM Bug #13031 (Rejected): Error in Ruby on Rails
- Below is the error found in the terminal. I usually would not copy and paste the entire error message but it told me ...
-
08:25 PM Bug #13030 (Closed): Unexpected T_IMEMO object when building with VMDEBUG
- Hello,
I'm trying to build Ruby 2.4.0-rc1 with VMDEBUG=3 for research purposes, but I'm getting this error.
~~~
... -
08:23 PM Bug #13029 (Closed): Update doc/contributors.rdoc
- As the file says "Feel free to add your name if your patch was accepted into Ruby".
Some of my patches:
HTML5 t... -
04:27 PM Feature #12944: Change Kernel#warn to call Warning.warn
- The attached patch uses `rb_ary_join` to create the string to pass to `Warning.warn`, which should do a better job of...
-
05:34 AM Feature #12944: Change Kernel#warn to call Warning.warn
- One thing to be confirmed, this patch lets `warn ["foo", "bar"]` print one line while two lines are printed now.
Is ... -
05:08 AM Feature #12944: Change Kernel#warn to call Warning.warn
- Jeremy Evans wrote:
> This didn't make 2.4.0rc1, but as matz has already accepted it, it should probably be committe... -
02:27 PM Bug #13028 (Closed): Binding#irb upon exiting makes _ retain the value of the last expression and never change it
- Given an open `irb` session. After exiting from `binding.irb` the `_`, which is the last value of the current context...
-
08:21 AM Bug #12997: Out-of-bounds read in regcomp.c
- Sure, created https://github.com/k-takata/Onigmo/issues/81.
-
05:17 AM Bug #12994 (Closed): Embedded ruby vs2015 build crashes
- Applied in changeset r57072.
----------
declare `rb_w32_sysinit` in header.
* include/ruby/win32.h (rb_w32_sysinit)... - 05:17 AM Revision 42d9712e (git): declare `rb_w32_sysinit` in header.
- * include/ruby/win32.h (rb_w32_sysinit): declare.
[ruby-core:78444] [Bug #12994]
* ruby.c (ruby_sysinit): follow a... -
03:55 AM Revision 5dad4ef8 (git): require "irb/output-method" for StdioOutputMethod
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57071 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:55 AM Revision 8270a493 (git): make-snapshot: fix circular dependency
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57070 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:01 AM Revision 910848f2 (git): Update description of XMLRPC section.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57069 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
12/12/2016
-
10:54 PM Bug #12830 (Closed): OpenSSL 1.1.0+ support?
- Yes, I don't expect any further action.
-
06:00 PM Bug #12830: OpenSSL 1.1.0+ support?
- This looks resolved.
-
06:39 PM Bug #12852: URI.parse can't handle non-ascii URIs
- Matthew Kerwin wrote:
> Your thinking here seems confused. If a String contains non-ASCII characters then it's not a... -
06:05 PM Bug #12997: Out-of-bounds read in regcomp.c
- Could you report it to Onigmo?
https://github.com/k-takata/Onigmo -
06:04 PM Bug #12994 (Assigned): Embedded ruby vs2015 build crashes
-
06:02 PM Bug #9974 (Rejected): Regression: URI.parse allows invalid URIs
- Larry Kyrala wrote:
> The URI abstraction speaks to RFC3986 (DNS) more directly than RFC952 (hostnames). The confus... - 04:18 PM Revision e12265da (git): get rid of a test failure with VC10.
- * numeric.c (round_half_up, round_half_down): use `round` always because it's
defined in this file even if doesn't ... -
03:43 PM Feature #12802: Add BLAKE2 support to Digest
- > Nobuyoshi Nakada wrote:
> > I meant that BLAKE2b seems to need `uint64_t`.
> > If a compiler does not support suc... -
03:36 PM Bug #12666: Fatal error: glibc detected an invalid stdio handle
- George Koehler wrote:
> For both BSD and Linux, I want to suggest
>
> ~~~ ruby
> when /bsd|dragonfly|linux/
> ... -
03:33 PM Feature #12882: Add caller/file/line information to internal Kernel#warn calls
- matz, can you update this ticket and let me know which of these four options you prefer:
1) Add :caller keyword ar... -
03:24 PM Bug #10774 (Closed): Regression: URI::MAilTo#to_mailtext - undefined method unescape for URI::RFC3986_Parser
- Applied in changeset r57066.
----------
Use URI.decode_www_form_component [Bug #10774]
`parser` refered RFC2396_Par... - 03:24 PM Revision e29f932c (git): * 2016-12-13
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57067 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:24 PM Revision 6c0aece5 (git): Use URI.decode_www_form_component [Bug #10774]
- `parser` refered RFC2396_Parser, but it is separated.
test is contributed by Dominik Menke
git-svn-id: svn+ssh://ci.... -
03:24 PM Feature #12944: Change Kernel#warn to call Warning.warn
- This didn't make 2.4.0rc1, but as matz has already accepted it, it should probably be committed before 2.4.0 final. ...
-
03:05 PM Bug #13024: Confusing error message matching a non-ASCII string with ASCII-regex
- Hmm, maybe the error message express /.../n is ASCII-8BIT (binary) regexp...
-
02:55 PM Revision 31f17f88 (git): st: Add 'static const'
- patched by Ken Takata [ruby-core:78558]
https://github.com/k-takata/Onigmo/commit/44e3c0a16da1116be641ea807c1202434b7... -
02:43 PM Misc #13027 (Closed): Release Engineering 2.4
- META ticket for Release Engineering 2.4.
see also version#33
* current status: feature freeze
* Q: Can I add a... -
01:37 PM Revision 8f21d921 (git): fix command
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57062 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:20 PM Revision 325c8362 (git): Use 7z if exist
- 7z can compress with higher ratio than gzip/zip.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57060 b2dd03c8-39... -
01:12 PM Revision c45bf662 (git): NEWS: Add String#match? and Symbol#match? [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57059 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:12 PM Revision 908edb0d (git): NEWS: Use spaces instead of tab [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57058 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:12 PM Revision aa91e864 (git): NEWS: Sort entries [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57057 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:30 AM Feature #8158: lightweight structure for loaded features index
- I've tried to simplify patch: remove `struct feature_str` and use just pointer with len.
https://bugs.ruby-lang.or... -
10:44 AM Feature #8158: lightweight structure for loaded features index
- I've uploaded fixed patch:
https://bugs.ruby-lang.org/attachments/download/6293/0001-load.c-reduce-memory-usage-of-l... -
08:05 AM Feature #8158: lightweight structure for loaded features index
- I'll fix patch today.
-
07:20 AM Feature #8158: lightweight structure for loaded features index
- Usaku NAKAMURA wrote:
> In message "[ruby-core:78595] Re: [Ruby trunk Feature#8158] lightweight structure for loade... -
06:41 AM Feature #8158: lightweight structure for loaded features index
- Hi,
In message "[ruby-core:78595] Re: [Ruby trunk Feature#8158] lightweight structure for loaded features index"
... -
06:09 AM Feature #8158: lightweight structure for loaded features index
- [email protected] wrote:
> So patch now is shorter.
> https://bugs.ruby-lang.org/attachments/download/6182/00... -
11:03 AM Feature #13026 (Open): Public singleton methods
- Abstract
---------
I would like to propose the implementation of:
```
Object#public_singleton_methods
```
... -
07:18 AM Feature #13025 (Feedback): String equality operator does not perform implicit conversion
- What documentation do you refer?
The document of 2.3 says:
> If `obj` is not an instance of String but responds t... -
06:03 AM Feature #13025 (Feedback): String equality operator does not perform implicit conversion
- According to the documentation, String#== should perform implicit conversion of non-strings, but this is not happenin...
-
07:12 AM Revision c95388a5 (git): string.c: fix method name in rdoc [ci skip]
- * string.c (rb_str_equal): [DOC] fix fallback method name. the
peer's == method will be used, not ===.
git-svn-id:... -
05:39 AM Misc #12976 (Closed): Update example of Hash#value? and Hash#has_value?
- Thank you.
-
03:19 AM Revision 9f379854 (git): test for Symbol#match? [Feature #12898]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57055 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:07 AM Revision e2583b17 (git): test_m17n.rb: escape
- * test/ruby/test_m17n.rb (test_regexp_ascii_none): escape regexp
meta characters.
git-svn-id: svn+ssh://ci.ruby-la... -
02:56 AM Feature #12898 (Closed): String#match? method in addition to Regexp#match?
- Applied in changeset r57053.
----------
String#match? and Symbol#match?
* string.c (rb_str_match_m_p): inverse of R... -
02:56 AM Revision 6dd5ee75 (git): String#match? and Symbol#match?
- * string.c (rb_str_match_m_p): inverse of Regexp#match?. based on
the patch by Herwin Weststrate <[email protected]... - 02:38 AM Revision 3f3fc018 (git): * 2016-12-12
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57052 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:38 AM Revision 2800e6a0 (git): re.c: char boundary
- * re.c (rb_reg_match_m_p): consider char boundary. rb_str_subpos
does not adjust to the boundary if len == 0.
git...
12/11/2016
-
07:28 PM Bug #13024 (Closed): Confusing error message matching a non-ASCII string with ASCII-regex
- ```ruby
irb(main):001:0> "\u2603".match(/./n)
(irb):1: warning: regexp match /.../n against to UTF-8 string
=> #<M... -
02:40 PM Bug #13022 (Rejected): Nested array syntax error returns nil
-
01:08 PM Feature #12898: String#match? method in addition to Regexp#match?
- Accepted.
Matz. -
09:20 AM Misc #12976: Update example of Hash#value? and Hash#has_value?
- This has been integrated, so this ticket can be closed
-
09:20 AM Revision 7e8b910a (git): parse.y: zero codepoints
- * parse.y (parser_tokadd_utf8): relax restriction to allow zero or
more codepoints.
git-svn-id: svn+ssh://ci.ruby-... -
06:13 AM Revision 1d51f427 (git): fix Zlib.gzip/gunzip document
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57049 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:24 AM Bug #13023 (Rejected): missing library when trying to install 2.3 via rvm - pointing to directory on someone computer
Also available in: Atom