[#94657] [Ruby master Feature#16131] Remove $SAFE, taint and trust — naruse@...
Issue #16131 has been reported by naruse (Yui NARUSE).
3 messages
2019/08/29
[ruby-core:94088] [Ruby master Bug#5357] Indentation of nested operators should nest
From:
merch-redmine@...
Date:
2019-08-01 01:24:00 UTC
List:
ruby-core #94088
Issue #5357 has been updated by jeremyevans0 (Jeremy Evans).
Status changed from Assigned to Closed
`ruby-mode.el` was dropped in commit:f03e68edb80dca962290d1fb3a6d49dabdbb911e.
----------------------------------------
Bug #5357: Indentation of nested operators should nest
https://bugs.ruby-lang.org/issues/5357#change-80319
* Author: now (Nikolai Weibull)
* Status: Closed
* Priority: Normal
* Assignee: nobu (Nobuyoshi Nakada)
* Target version:
* ruby -v: trunk
* Backport: 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: UNKNOWN
----------------------------------------
Hi!
Currently,
return if
hash.
values_at(:a, :b, :c).
reject{ |e| e.nil? or e.empty? }.
empty?
is indented
as
return if
hash.
values_at(:a, :b, :c).
reject{ |e| e.nil? or e.empty? }.
empty?
I would prefer it to be indented as in the first example.
--
https://bugs.ruby-lang.org/
Unsubscribe: <mailto:[email protected]?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>