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

Apply project settings to o.e.equinox.security.tests #342

Conversation

Torbjorn-Svensson
Copy link
Contributor

  1. Convert to LF and ensure LF at EOF:
find . -type f -print0 | \
  xargs -r0 perl -le 'for (@argv) { print if -f && -T }' | \
  xargs -rd'\n' dos2unix -e
  1. Format java files:
eclipse -consolelog -nosplash -application org.eclipse.jdt.core.JavaCodeFormatter \
  -config .settings/org.eclipse.jdt.core.prefs . -data `mktemp -d`

@vogella
Copy link
Contributor

vogella commented Oct 12, 2023

I think a few things need changing here....

@vogella
Copy link
Contributor

vogella commented Oct 18, 2023

@Torbjorn-Svensson can you update this one?

@Torbjorn-Svensson
Copy link
Contributor Author

@Torbjorn-Svensson can you update this one?

Yes, but I would like your comment on my two questions :)

@vogella
Copy link
Contributor

vogella commented Oct 18, 2023 via email

@vogella
Copy link
Contributor

vogella commented Nov 1, 2023

@Torbjorn-Svensson I do not see an update from you. Do you plan to finish this one?

@Torbjorn-Svensson
Copy link
Contributor Author

@Torbjorn-Svensson I do not see an update from you. Do you plan to finish this one?

I got slammed with other tasks the past 2 weeks. Last weekend, I started looking at why the TCKs failed in the other PRs, but never got to a point where I could actually see what test that was failing that previously was okay.
I hope I will have some more time to work on this in the next few days.

This was achieved by running:
find . -type f -print0 | \
  xargs -r0 perl -le 'for (@argv) { print if -f && -T }' | \
  xargs -rd'\n' dos2unix -e

Signed-off-by: Torbjörn SVENSSON <[email protected]>
This was achieved by running:
eclipse -consolelog -nosplash -application org.eclipse.jdt.core.JavaCodeFormatter \
  -config .settings/org.eclipse.jdt.core.prefs . -data `mktemp -d`

Signed-off-by: Torbjörn SVENSSON <[email protected]>
@Torbjorn-Svensson Torbjorn-Svensson force-pushed the pr/cleanup-o.e.equinox.security.tests branch from 5174d67 to 153af44 Compare November 3, 2023 18:01
Copy link

github-actions bot commented Nov 3, 2023

Test Results

     24 files  ±0       24 suites  ±0   11m 21s ⏱️ - 1m 19s
2 150 tests ±0  2 105 ✔️ +1  45 💤 ±0  0  - 1 
2 194 runs  ±0  2 149 ✔️ +1  45 💤 ±0  0  - 1 

Results for commit 153af44. ± Comparison against base commit 1abded4.

@akurtakov akurtakov merged commit 33a6740 into eclipse-equinox:master Nov 4, 2023
20 of 23 checks passed
@Torbjorn-Svensson Torbjorn-Svensson deleted the pr/cleanup-o.e.equinox.security.tests branch November 5, 2023 10:12
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