GNU bug report logs -
#60186
29.0.60; ruby-mode indentation of multi-line expressions
Previous Next
Reported by: Aaron Jensen <aaronjensen <at> gmail.com>
Date: Mon, 19 Dec 2022 02:55:02 UTC
Severity: normal
Found in version 29.0.60
Fixed in version 29.1
Done: Dmitry Gutov <dgutov <at> yandex.ru>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Hi Aaron,
On 30/12/2022 00:59, Aaron Jensen wrote:
> On Wed, Dec 28, 2022 at 4:24 PM Dmitry Gutov<dgutov <at> yandex.ru> wrote:
>> On 28/12/2022 14:47, Dmitry Gutov wrote:
>>> I guess that particular trend started with ruby-method-params-indent,
>>> where I haven't managed to choose better names for the var, or the values.
>> Semantics aside (I suppose we could go back and revise the naming a
>> little later), could you test this new revision of the patch?
>>
>> I think I got the implementation simple enough now.
>>
>> The number of options has grown, though:
>>
>> (setq ruby-after-operator-indent nil
>> ruby-block-indent nil
>> ruby-method-call-indent nil
>> ruby-parenless-call-arguments-indent nil)
> I'll give it a shot some more, but these appear problematic:
>
> fixture(
> EntityProjection::Fixtures::Projection,
> projection,
> deleted
> ) do|projection|
> projection.assert_attributes_copied([
> { :document_id => :id }
> ])
> end
>
> Should be:
>
> fixture(
> EntityProjection::Fixtures::Projection,
> projection,
> deleted
> ) do|projection|
> projection.assert_attributes_copied([
> { :document_id => :id }
> ])
> end
This example is for https://debbugs.gnu.org/60321, I think. Which we
split off and postponed a little.
The last patch was the latest revision of the changes for
https://debbugs.gnu.org/60186.
As long as this example is unchanged (indented the same as the current
version of ruby-mode), it's good enough. It looks like this on my
machine, though:
fixture(
EntityProjection::Fixtures::Projection,
projection,
deleted
) do |projection|
projection.assert_attributes_copied([
{ :document_id => :id }
])
end
Could you please give the v6 patch a good run soon-ish: we have a good
chance of getting it into Emacs 29 (together with ruby-ts-mode, which
should reuse some or most of the options), as I've just found out.
The deadline for checking all this in is pretty near, alas: 1-2 days.
This bug report was last modified 2 years and 176 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.