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

Let the user know if they modify the builder after it was loaded #430

Open
ileasile opened this issue Sep 19, 2023 · 0 comments
Open

Let the user know if they modify the builder after it was loaded #430

ileasile opened this issue Sep 19, 2023 · 0 comments
Labels
problem Some user problem that is not really a bug

Comments

@ileasile
Copy link
Member

Now, imports added with such construction are not added to the library, and the user doesn't get any messages that they do something wrong:

override fun Builder.onLoaded() {
    onLoaded {
        import("...")
    }
}

We should warn the user if they do something like this

@ileasile ileasile added the problem Some user problem that is not really a bug label Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
problem Some user problem that is not really a bug
Projects
None yet
Development

No branches or pull requests

1 participant