-
Notifications
You must be signed in to change notification settings - Fork 39
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
Conversation
@yegor256 could you check |
@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 | |||
|
|||
|
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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) | ||
|
There was a problem hiding this comment.
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
@yegor256 i think i fixed tests, |
@dzhovi thanks! |
#405