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

Fixing the broken build by updating the Java Version. #114

Closed

Conversation

BrenoFariasdaSilva
Copy link
Contributor

No description provided.

@@ -1,6 +1,6 @@
# CK

[![Build Status](https://travis-ci.org/mauricioaniche/ck.svg?branch=master)](https://travis-ci.org/mauricioaniche/ck)
![Build Status](https://img.shields.io/github/actions/workflow/status/BrenoFariasdaSilva/ck/test.yml)
Copy link
Owner

Choose a reason for hiding this comment

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

We can't change that to your repository. Mine should be the official one.

@@ -7,7 +7,9 @@
import java.util.Map;

public class Runner {

public static Map<String,Integer> methodOccurrences = new HashMap<>();
Copy link
Owner

Choose a reason for hiding this comment

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

The Runner should ideally have no business logic at all. You should move this somewhere else.

@mauricioaniche
Copy link
Owner

Thanks, @BrenoFariasdaSilva, for the PR! I have some comments there.

But most importantly, it'd be best if you split your PRs. For example, the introduction of a make file has nothing to do with the rest. The smaller the PR the easier it is for me to review and to rollback if needed.

@BrenoFariasdaSilva
Copy link
Contributor Author

BrenoFariasdaSilva commented Apr 2, 2024

Thanks for the feedback @mauricioaniche! 'll make the necessary changes ASAP.

A new PR was made. You can find it here PR 115.

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.

2 participants