[#84867] [Ruby trunk Bug#14357] thread_safe tests suite segfaults — v.ondruch@...

Issue #14357 has been reported by vo.x (Vit Ondruch).

11 messages 2018/01/15

[#84980] [Ruby trunk Feature#13618][Assigned] [PATCH] auto fiber schedule for rb_wait_for_single_fd and rb_waitpid — hsbt@...

Issue #13618 has been updated by hsbt (Hiroshi SHIBATA).

10 messages 2018/01/23
[#85012] Re: [Ruby trunk Feature#13618][Assigned] [PATCH] auto fiber schedule for rb_wait_for_single_fd and rb_waitpid — Eric Wong <normalperson@...> 2018/01/23

hsbt@ruby-lang.org wrote:

[ruby-core:84691] [Ruby trunk Misc#14331] change call CGI methods from :: to .

From: shevegen@...
Date: 2018-01-07 18:04:34 UTC
List: ruby-core #84691
Issue #14331 has been updated by shevegen (Robert A. Heiler).


I agree.

I assume that the most likely reason for the ancient style in CGI is that not many use CGI and probably not many maintain it.

The changes mentioned are very simple though. I had a look at:

  https://github.com/ruby/ruby/pull/1749/commits/9f684decc2f48c5010095309d7d2b1e2332ea553

and could not see any mistakes so perhaps it could be merged.

----------------------------------------
Misc #14331: change call CGI methods from :: to . 
https://bugs.ruby-lang.org/issues/14331#change-69404

* Author: artofhuman (Semyon Pupkov)
* Status: Open
* Priority: Normal
* Assignee: 
----------------------------------------
Hi.
I think using :: for call methods for CGI class methods in documentation and core may cause confusion. 
I think is better to change this to standard way.
For example CGI::escapeHTML -> CGI.escapeHTML

plz see opened PR on Github https://github.com/ruby/ruby/pull/1749



-- 
https://bugs.ruby-lang.org/

Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>

In This Thread

Prev Next