Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Patch stretch lines #60

Open
wants to merge 11 commits into
base: develop
Choose a base branch
from

Conversation

nbauma109
Copy link
Contributor

For the StretchLines option to work properly, the code needs to be prepared first :

  • members re-ordered by original source line numbers (ReOrderMembersForLineStretchTransform)
  • field initializers from constructors need to be relocated to declarations when possible (RewriteInitForLineStretchTransform)
  • static initializers need to be split into several ones, each one at the right location (RewriteInitForLineStretchTransform)

@75ACOL
Copy link

75ACOL commented Dec 12, 2022

I really need this feature and it would be great if the author could incorporate it

@nbauma109
Copy link
Contributor Author

Hi @mstrobel
Please help moving forward with this PR
Thanks !

@mstrobel
Copy link
Owner

Hi @mstrobel
Please help moving forward with this PR
Thanks !

I'm a bit busy this month, as I'm handing off all my projects at work. But I'll be starting a year-long sabbatical at the end of the month, and one of the things I'll be doing during my sabbatical is catching up on Procyon. So hopefully I'll get to this soonish!

@nbauma109
Copy link
Contributor Author

nbauma109 commented May 26, 2024

Hi @mstrobel
Please help to move forward with this PR (and the others too, please)
Thanks !

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants