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

Use a project/module-agnostic name for dump files #233

Open
fzhinkin opened this issue Jun 4, 2024 · 0 comments
Open

Use a project/module-agnostic name for dump files #233

fzhinkin opened this issue Jun 4, 2024 · 0 comments
Labels
enhancement New feature or request gradle

Comments

@fzhinkin
Copy link
Collaborator

fzhinkin commented Jun 4, 2024

Currently, dump files are named after a corresponding project. For example, given a project named sample-project, dump files will be:

  • sample-project.api for JVM dump;
  • sample-project.klib.api for KLib dump.

The project name itself has nothing to do with binary compatibility. And as it was shown in #76 and #231, renaming a project leads to unnecessary troubles.

Switching to a scheme where dumps have fixed (and optionally configurable) names, like jvm.api / klib.api should be considered.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request gradle
Projects
None yet
Development

No branches or pull requests

1 participant