Code Monkey home page Code Monkey logo

Comments (11)

blipinsk avatar blipinsk commented on June 17, 2024 2

@gino-m did you also update the ktfmt-gradle to the newer version (0.18.0)? I suspect the intellij plugin is working correctly but your codebase was formatted incorrectly with the older Gradle plugin

from ktfmt.

greyhairredbear avatar greyhairredbear commented on June 17, 2024 1

@greyhairredbear do you know if this is related to #420?

Unfortunately, not really. My original thought was that this might be because of different ktfmt versions, but according to the original post in the gradle plugin, this doesn't seem to be the case.

I can try if #420 produces the expected results.

UPDATE: @hick209 of course, you are correct, the @interface is not valid Kotlin... @gino-m are you sure this is a .kt file you are referencing here?

PS: @gino-m I suppose it would be helpful to also include the versions used in this post.

from ktfmt.

greyhairredbear avatar greyhairredbear commented on June 17, 2024 1

Just FYI: When using #420, the code stays unchanged (regardless of the formatting) due to it not being valid Kotlin. After removing the @interface-portion, the output is the following:

/**
 * Annotates view models to indicate that a single instance should be shared by all fragments in an
 * activity. Only one instance of such view models will be created per activity by {@link
 * ViewModelFactory#get(Fragment, Class)}.
 */
@Retention(RetentionPolicy.RUNTIME) public SharedViewModel {}

from ktfmt.

gino-m avatar gino-m commented on June 17, 2024 1

@hick209 So sorry, was moving too fast. That was Java - added a Kotlin example .

@greyhairredbear The formatting in the above snippet was produced by Android Studio ktfmt plugin 1.1.0.47, the Gradle plugin com.ncorti.ktfmt.gradle version 0.17.0. Added these to the updated issue description and shared additional deltas in https://github.com/google/ground-android/pull/2412/files.

from ktfmt.

greyhairredbear avatar greyhairredbear commented on June 17, 2024 1

FYI: Just tried the new version of the plugin released last week and the code you mentioned

@Retention(AnnotationRetention.RUNTIME)
annotation class SharedViewModel

gets reformatted to the code produced by the gradle plugin

@Retention(AnnotationRetention.RUNTIME) annotation class SharedViewModel

Seems to me this is not an issue anymore - probably has been fixed with #420. @gino-m could you verify that also is the case with the code you've mentioned, so we can close this?

from ktfmt.

hick209 avatar hick209 commented on June 17, 2024

@greyhairredbear do you know if this is related to #420?

from ktfmt.

hick209 avatar hick209 commented on June 17, 2024

I tried to format you code here and it fails due to the @interface there, as that's not valid Kotlin.

Could you revisit and share a piece of code where we could repro the issue?

from ktfmt.

blipinsk avatar blipinsk commented on June 17, 2024

@gino-m this might be related: cortinico/ktfmt-gradle#277

from ktfmt.

gino-m avatar gino-m commented on June 17, 2024

Confirmed, I upgraded to 1.1.0.49 and the outputs for this particular use case now match.

There are still some differences, which I've tried to capture here: https://github.com/google/ground-android/pull/2456/commits

The first run of the latest AS plugin across our codebase introduced many changes, most of which are not modified by running ktfmt via Gradle again. Subsequent commits demonstrate formatting which is changes by both entry points on each run, namely: google/ground-android@b9736a1

from ktfmt.

gino-m avatar gino-m commented on June 17, 2024

Good catch. I upgraded ktfmt-gradle to 0.18.0 and reformatted (google/ground-android@9dc9da5).

Reformatting with AS ktfmt 1.1.0.49 still yields several diffs (google/ground-android@e6a4974), but subsequent runs of ktfmt-gradle only modify three files (google/ground-android@ea60727). Two of these changes get undone when running the AS plugin again (google/ground-android@ebe230e).

At this point I would expect the diffs, if any, to be symmetrical, but running ktfmt-gradle again only modifies one file (google/ground-android@81371be). After that, subsequent runs fight over a single delta (google/ground-android@e26f8d9).

Edit: Pasting screenshot here for convenience. Before = ktfmt-gradle 0.180, After = AS ktfmt 1.1.0.49:

image

If that delta is resolved the formatting should be stable across both plugins after each is run several times.

from ktfmt.

greyhairredbear avatar greyhairredbear commented on June 17, 2024

What is the output of the CLI? I ran ktfmt --google-style Config.kt locally and got the second output - so it seems the plugin is behaving as expected.

from ktfmt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.