Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for context-receivers #1233

Merged
merged 22 commits into from Apr 18, 2022

Commits on Apr 12, 2022

  1. Copy the full SHA
    ebd4464 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f0d23a2 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    fe97e3f View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    37aef5e View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    a505feb View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    f5f0784 View commit details
    Browse the repository at this point in the history
  7. Apply requested changes

    - Use proper experimental annotation
    - Remove not needed overloads
    - Move contextReceivers parameter to the end
    DRSchlaubi committed Apr 12, 2022
    Copy the full SHA
    6350d54 View commit details
    Browse the repository at this point in the history
  8. Update kotlinpoet/src/main/java/com/squareup/kotlinpoet/FunSpec.kt

    Co-authored-by: Zac Sweers <pandanomic@gmail.com>
    DRSchlaubi and ZacSweers committed Apr 12, 2022
    Copy the full SHA
    1e0f847 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. Apply requested changes

    - Add more tests
    - Add new-line after context()
    DRSchlaubi committed Apr 13, 2022
    Copy the full SHA
    7f61d7a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/context-receivers' of github.com:DRSchlaubi/kot…

    …linpoet into feature/context-receivers
    DRSchlaubi committed Apr 13, 2022
    Copy the full SHA
    95eba91 View commit details
    Browse the repository at this point in the history
  3. Update test for suggestion

    DRSchlaubi committed Apr 13, 2022
    Copy the full SHA
    4d5792e View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2022

  1. Apply suggestions from code review

    Co-authored-by: Egor Andreevich <github@egorand.dev>
    DRSchlaubi and Egorand committed Apr 15, 2022
    Copy the full SHA
    f2ace6f View commit details
    Browse the repository at this point in the history
  2. Apply requested changes

    DRSchlaubi committed Apr 15, 2022
    Copy the full SHA
    e6316a0 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    1b1a5d9 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2022

  1. Fix compiler error

    DRSchlaubi committed Apr 16, 2022
    Copy the full SHA
    ec31e4e View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

  1. Update kotlinpoet/src/main/java/com/squareup/kotlinpoet/FunSpec.kt

    Co-authored-by: Egor Andreevich <github@egorand.dev>
    DRSchlaubi and Egorand committed Apr 18, 2022
    Copy the full SHA
    53d0af2 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    57f9941 View commit details
    Browse the repository at this point in the history
  3. Run spotless

    DRSchlaubi committed Apr 18, 2022
    Copy the full SHA
    cabea6b View commit details
    Browse the repository at this point in the history
  4. Update kotlinpoet/src/main/java/com/squareup/kotlinpoet/LambdaTypeNam…

    …e.kt
    
    Co-authored-by: Zac Sweers <pandanomic@gmail.com>
    DRSchlaubi and ZacSweers committed Apr 18, 2022
    Copy the full SHA
    ad2ec58 View commit details
    Browse the repository at this point in the history
  5. Apply requested changes

    DRSchlaubi committed Apr 18, 2022
    Copy the full SHA
    92d9956 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    ef4909d View commit details
    Browse the repository at this point in the history
  7. Apply suggestions from code review

    Co-authored-by: Egor Andreevich <github@egorand.dev>
    DRSchlaubi and Egorand committed Apr 18, 2022
    Copy the full SHA
    c97af64 View commit details
    Browse the repository at this point in the history