[#75225] [Ruby trunk Feature#12324] Support OpenSSL 1.1.0 (and drop support for 0.9.6/0.9.7) — k@...
Issue #12324 has been reported by Kazuki Yamaguchi.
6 messages
2016/04/27
[#78693] Re: [Ruby trunk Feature#12324] Support OpenSSL 1.1.0 (and drop support for 0.9.6/0.9.7)
— Eric Wong <normalperson@...>
2016/12/17
k@rhe.jp wrote:
[#78701] Re: [Ruby trunk Feature#12324] Support OpenSSL 1.1.0 (and drop support for 0.9.6/0.9.7)
— Kazuki Yamaguchi <k@...>
2016/12/17
On Sat, Dec 17, 2016 at 01:31:12AM +0000, Eric Wong wrote:
[#78702] Re: [Ruby trunk Feature#12324] Support OpenSSL 1.1.0 (and drop support for 0.9.6/0.9.7)
— Eric Wong <normalperson@...>
2016/12/17
Kazuki Yamaguchi <k@rhe.jp> wrote:
[ruby-core:74780] Re: [Ruby trunk Feature#12241] super end
From:
Юрий Соколов <funny.falcon@...>
Date:
2016-04-02 08:18:18 UTC
List:
ruby-core #74780
Guys, you are crazy. If you want python, then use python. Or write custom translator from a language of your dream into ruby. 2 =D0=B0=D0=BF=D1=80. 2016 =D0=B3. 3:19 AM =D0=BF=D0=BE=D0=BB=D1=8C=D0=B7= =D0=BE=D0=B2=D0=B0=D1=82=D0=B5=D0=BB=D1=8C <nobu@ruby-lang.org> =D0=BD=D0= =B0=D0=BF=D0=B8=D1=81=D0=B0=D0=BB: > Issue #12241 has been updated by Nobuyoshi Nakada. > > > Robert A. Heiler wrote: > > Edit: Or perhaps "FINAL_END" > > It isn't always "FINAL". > > ```ruby > module MyModule > class MyClass > def my_method > 10.times do > if rand < 0.5 > p :small > !end > def another_method > while foo do > my_method > !end > !end > ``` > > > ---------------------------------------- > Feature #12241: super end > https://bugs.ruby-lang.org/issues/12241#change-57903 > > * Author: Nobuyoshi Nakada > * Status: Open > * Priority: Normal > * Assignee: > ---------------------------------------- > This is a refinement of [Feature #5054]. > > It required to count the depth of count to end, and tiresome. > > This proposal will introduce "super end", `!end`, which ends the block > began at the same column with `!`. > > ~~~ruby > module MyModule > class MyClass > def my_method > 10.times do > if rand < 0.5 > p :small > !end > ~~~ > > https://github.com/ruby/ruby/compare/trunk...nobu:feature/!end > > > > -- > https://bugs.ruby-lang.org/ > > Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=3Dunsubscrib= e> > <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core> > Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>