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

When generate clasees/traits sort elements in "uses", "instanceVariableNames" etc #26

Open
lsafina opened this issue Sep 15, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@lsafina
Copy link
Contributor

lsafina commented Sep 15, 2023

When regenerate instances I constanctly receive commit changes like

FASTFortranEntity subclass: #FASTFortranCallStatement
	uses: FASTFortranTWithArguments + FASTFortranTLabelledStatement

now is

FASTFortranEntity subclass: #FASTFortranCallStatement
	uses: FASTFortranTLabelledStatement + FASTFortranTWithArguments

So nothing has been changed just the generation order has been changed.

It is just a cosmetic change to avoid annoying reviewing of n changed classes and to facilitate clean commits.

@lsafina lsafina added the enhancement New feature or request label Sep 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant