-
Notifications
You must be signed in to change notification settings - Fork 117
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
Transformation enhancement: use single-iteration loop "i" variable #959
Comments
Hello, can I do this? |
Sir, I have gone through a lot of java code but everywhere the for loop has i variable used already. Can you please provide an example of what needs to be done to solve this issue ? |
How about you focus on #1016 first? (This one is tougher.) |
ok, sir. |
Hello, I am pretty new to coding, can I get a little help with this issue. Am I supposed to change the for loop in the TranslationUnit.java file from using "index" to using the "i" variable or do I need to do something different. |
Thank you for your interest in contributing! Are you a Google Summer of Code 2021 applicant? If so, please note the following. We have a list of projects for 2021 and this issue is not particularly relevant for the projects this year. We have a process for applicants to contact us to get advice and support if they want to apply for one of our projects (or suggest their own ideas). The process is explained on our Google Summer of Code 2021 organization page. In short, you email us to suggest which project you are interested in applying for; we then connect you with the mentor for that project who can tell you the best way to proceed. They will typically give you some "starter issues" to solve, and will mentor you through the process. This will help you to become familiar with the project, even if you have never contributed previously. If you are not a Google Summer of Code 2021 applicant: Unfortunately, we don't usually have the resources to do a huge amount of mentoring on this project for those who wish to learn about git, Java, metamorphic testing, compiler frameworks, etc. We can provide advice on how to tackle certain issues and do thorough code review, but we cannot provide many hours of one-on-one support like we do for Google Summer of Code applicants. |
…like .x to [o] & also made some updates in the read me file
Use "i" in fuzzed expressions.
The text was updated successfully, but these errors were encountered: