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

Fix of sporadic make error 141. #408

Merged
merged 15 commits into from
Jan 22, 2025
Merged

Fix of sporadic make error 141. #408

merged 15 commits into from
Jan 22, 2025

Conversation

dzhovi
Copy link
Contributor

@dzhovi dzhovi commented Jan 18, 2025

@dzhovi
Copy link
Contributor Author

dzhovi commented Jan 18, 2025

@yegor256 could you check

@dzhovi
Copy link
Contributor Author

dzhovi commented Jan 21, 2025

@yegor256 I can't reproduce the error on my machine, failling test passes fine.

steps/env.sh Outdated
@@ -42,6 +42,7 @@ fi
ruby -v
rubocop -v


Copy link
Owner

Choose a reason for hiding this comment

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

@dzhovi what this is for?

Copy link
Contributor Author

@dzhovi dzhovi Jan 22, 2025

Choose a reason for hiding this comment

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

@yegor256 I just wanted to rerun github actions to discover wheter the problem is sporadic or not

metrics/aocih.sh Outdated
if [[ -n "$file_first_commit" ]]; then
repo_first_commit=$(git log --reverse --format=%at | head -n 1 || true)
file_first_commit=$(git log --diff-filter=A --format=%at -- "$java_file" | tail -n 1 || true)

Copy link
Owner

Choose a reason for hiding this comment

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

@dzhovi try to refrain from empty lines inside code blocks: https://www.yegor256.com/2014/11/03/empty-line-code-smell.html

The length of the URL in 'howpublished' is too big (67 > 64), use URL shoftener: 'https://github.blog/2023-01-25-100-million-developers-and-counting/', in the 'dohmke2023' entry
@dzhovi
Copy link
Contributor Author

dzhovi commented Jan 22, 2025

@yegor256 i think i fixed tests, make env lint test works fine on my machine.
I decided to fix #406 here, as it is just one additional line in Makefile
Also, in very last commit I shortened url, make job failed with error that the url was too long, I used online service to shorten url, now it must work fine

@yegor256 yegor256 merged commit 0f9f5ae into yegor256:master Jan 22, 2025
10 of 12 checks passed
@yegor256
Copy link
Owner

@dzhovi thanks!

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