Skip to content

Compiler plugin breaks for data schemas with duplicate name #1181

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

Open
Jolanrensen opened this issue May 8, 2025 · 0 comments
Open

Compiler plugin breaks for data schemas with duplicate name #1181

Jolanrensen opened this issue May 8, 2025 · 0 comments
Assignees
Labels
bug Something isn't working Compiler plugin Anything related to the DataFrame Compiler Plugin
Milestone

Comments

@Jolanrensen
Copy link
Collaborator

Jolanrensen commented May 8, 2025

file1.kt:

@DataSchema
private interface A {
    // TODO
}

private fun DataFrame<A>.something() = TODO()

file2.kt:

@DataSchema
private interface A {
    val a: Int
}

private fun DataFrame<A>.something() {
    // some implementation
}

Especially common in a teaching scenario where one file is the exercise and the second once contains the solution.

@Jolanrensen Jolanrensen added this to the 1.0.0-Beta2 milestone May 8, 2025
@Jolanrensen Jolanrensen added bug Something isn't working Compiler plugin Anything related to the DataFrame Compiler Plugin labels May 8, 2025
@koperagen koperagen self-assigned this May 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Compiler plugin Anything related to the DataFrame Compiler Plugin
Projects
None yet
Development

No branches or pull requests

2 participants
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy