-
Notifications
You must be signed in to change notification settings - Fork 10
More "write tests" task cases with more complex logic #124
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
Conversation
b5683c5 to
c082471
Compare
package com.eval;
class TypeArrayAccess {
static int typeArrayAccess(int[] x) {
if (x[0] == 123) {
return x[0];
}
return 3;
}
} |
|
Problem with that file and |
|
@ruiAzevedo19 please take over this PR and extract all the things that can already be merged (i.e. everything except the newly added examples) into an early merger. Nice, pretty commits 🤩 so we can early merge a bunch of stuff. While you are at it please also cherry-pick the refactor+"add service type check" commits from https://github.com/symflower/eval-dev-quality/pull/121/commits. |
db93bbd to
61319ef
Compare
75f2fc0 to
3861f97
Compare
2db8b7d to
34f99fd
Compare
7937f98 to
52d3bd5
Compare
|
rebased onto #148 |
10ab6f6 to
3346f2c
Compare
…o make complex scenarios measurable
…akes during a single run
3346f2c to
a17ff68
Compare
a17ff68 to
6aabc7b
Compare
ahumenberger
left a comment
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.
Please also go through the examples and align variables names, and other things such that the Go and Java code looks as similar as possible.
6aabc7b to
9668e14
Compare
ea8132b to
48bd829
Compare
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.
I went through the examples once more. Did not review the two other commits yet. Not sure if I have enough context to review them.
48bd829 to
1246a60
Compare
1246a60 to
6e2229c
Compare
No description provided.