Kotlin / Kotlin/dataframe

Add compiler plugin support for `move { }.into { }` / `intoIndexed { }`

Open
#1,744 0 comments 0 reactions 1 assignee Claimed by @koperagen View on GitHub
Compiler plugin enhancement
Dominant language
Kotlin
Stars
1.1k
Forks
83
Avg merge
4d 12h
Merged PRs (30d)
30

Description

We have no compiler plugin support yet for `move {}.into {} / intoIndexed {}`.

While we cannot 100% cover all cases, like `move {}.into { it.path + "something" }`, we could at least cover `move {}.into { pathOf("new", "path") }`, similarly to how we support `move {}.under {}`.

(As discovered by looking into https://github.com/Kotlin/dataframe/issues/1411)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.