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

(suspended) Infix test syntax #14

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

DLochmelis33
Copy link
Collaborator

No description provided.

@DLochmelis33 DLochmelis33 force-pushed the development branch 2 times, most recently from 1797f58 to 8f215a2 Compare June 5, 2024 12:33
@eupp
Copy link
Member

eupp commented Jun 26, 2024

I am a bit unsure about this one. It looks like we are trying to solve with some hacks a language problem, not our library problem. There are two proposed Kotlin language features, which if implemented, would automatically solve this issue much more elegantly.

  1. Improvement in the builder type-inference procedure. See the example in the ticker:
    https://youtrack.jetbrains.com/issue/KT-60447/Builder-inference-fails-to-infer-generic-type-argument-from-local-class

  2. Multiple trailing lambdas (I have not found a ticket on YT for this one, but I am sure it was discussed at some point somewhere in the Kotlin community).

@DLochmelis33 DLochmelis33 changed the title Infix test syntax (suspended) Infix test syntax Aug 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants