Skip to content

Remove extra newlines in generated assembly files #19879

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

Merged
merged 1 commit into from
Aug 15, 2024

Conversation

Deigue
Copy link
Contributor

@Deigue Deigue commented Jul 19, 2024

Similar to previously fixed Open XL errors, there were some more m4 files that generated extra newlines at the end of the generated assembly files. These changes make the tweaks to address this so as to only leave a single newline at the end of these generated assembly files.

Copy link
Contributor

@r30shah r30shah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, Can you confirm the change in this PR was verified internally with Java 8 build on z/OS or not ?

@Deigue
Copy link
Contributor Author

Deigue commented Jul 23, 2024

It was not verified yet. Still working on fully upstreaming all changes across my different branches, I seem to have missed a few files that I am finding out and cleaning up.

@r30shah
Copy link
Contributor

r30shah commented Jul 23, 2024

I have launched a Java8 build internally for sanity : http://vmfarm.rtp.raleigh.ibm.com/build_info.php?build_id=75022

Launching sanity build here as well

@r30shah
Copy link
Contributor

r30shah commented Jul 23, 2024

jenkins test sanity zlinux jdk21

@keithc-ca keithc-ca changed the title Removes extra newline in generated .s assembly files. Remove extra newlines in generated .s assembly files. Jul 29, 2024
@Deigue Deigue force-pushed the openxl-m4gen branch 2 times, most recently from 0972fd4 to 62b0a56 Compare August 1, 2024 15:48
@Deigue
Copy link
Contributor Author

Deigue commented Aug 1, 2024

Thanks for the suggestions, I've modified according to feedback and seems to be good with compiling.

@Deigue Deigue force-pushed the openxl-m4gen branch 2 times, most recently from dfc71e8 to b7db14a Compare August 8, 2024 15:03
@keithc-ca
Copy link
Contributor

Please update the commit message: the summary line should not end with a period.

@keithc-ca keithc-ca changed the title Remove extra newlines in generated .s assembly files. Remove extra newlines in generated assembly files Aug 9, 2024
Similar to previously fixed Open XL errors, there were
some more m4 files that generated extra newlines at the
end of the generated assembly files. These changes make
the tweaks to address this so as to only leave a single
newline at the end of these generated assembly files.

Signed-off-by: Gaurav Chaudhari <[email protected]>
@keithc-ca
Copy link
Contributor

Jenkins compile zlinux jdk21

@keithc-ca keithc-ca merged commit 34aa861 into eclipse-openj9:master Aug 15, 2024
4 checks passed
@Deigue Deigue deleted the openxl-m4gen branch August 28, 2024 17:24
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

Successfully merging this pull request may close these issues.

3 participants