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 stable name for ABI dumps? #274

Open
martinbonnin opened this issue Oct 31, 2024 · 0 comments
Open

Use a stable name for ABI dumps? #274

martinbonnin opened this issue Oct 31, 2024 · 0 comments

Comments

@martinbonnin
Copy link
Contributor

Hi 👋

Currently, the dumps are generated in:

module/api/module.api
module/api/module.klib.api

Renaming the module to newModule creates new files:

newModule/api/newModule.api
newModule/api/newModule.klib.api

So after a rename I have to remember to also delete the old ones.

It's not the end of the world but if you were to ever rename those files (maybe use the .abi extension?), can you consider using a stable name to make the process of renaming even easier? Maybe just abi.jvm.dump and abi.klib.dump, etc...?

@martinbonnin martinbonnin changed the title Use a stable name for API dumps? Use a stable name for ~API~ ABI dumps? Oct 31, 2024
@martinbonnin martinbonnin changed the title Use a stable name for ~API~ ABI dumps? Use a stable name for ~~API~~ ABI dumps? Oct 31, 2024
@martinbonnin martinbonnin changed the title Use a stable name for ~~API~~ ABI dumps? Use a stable name for ABI dumps? Oct 31, 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

No branches or pull requests

1 participant