GNU bug report logs -
#16182
24.3.50; ruby-mode: Indentation style of multiline literals with hanging open paren inside other parens
Previous Next
Reported by: Dmitry Gutov <dgutov <at> yandex.ru>
Date: Wed, 18 Dec 2013 03:56:02 UTC
Severity: minor
Found in version 24.3.50
Done: Dmitry Gutov <dgutov <at> yandex.ru>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Stefan Monnier <monnier <at> IRO.UMontreal.CA> writes:
>> Status.create!({
>> user: current_user,
>> text: params[:status]
>> })
>
> This looks fine.
This is not hard to support (add some `skip-syntax-forward' before the
relevant `smie-indent--hanging-p' call), but does it make sense to
indent this call one way, and when the first argument does not start
with a hanging paren (like `self', in the example below), do it
differently?
>> methods.each do |method|
>> route_set.add_route(self, {
>> path_info: route.route_compiled,
>> request_method: method,
>> }, route_info: route)
>> end
> But this looks confusing to me. If (as a coder) I wanted to keep the
> code "not too deeply indented", I'd use something like:
>
> methods.each do |method|
> route_set.add_route(
> self,
> { path_info: route.route_compiled,
> request_method: method, },
> route_info: route)
> end
I agree it makes sense, but this change could be not entirely obvious to
users not familiar with Emacs indentation engines.
> But that's just me (and I haven't checked to see if the current
> indenter would get this right).
It does now.
This bug report was last modified 11 years and 247 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.