graphicsfuzz icon indicating copy to clipboard operation
graphicsfuzz copied to clipboard

Replace integer built-ins with calls to functions that implement those built-ins

Open afd opened this issue 4 years ago • 17 comments

Rewrite e.g. abs as a call to a function, _GLF_abs, that does the absolute value computation. Similar for mod, min, max, clamp and possibly other functions.

afd avatar Jun 25 '20 15:06 afd

Hello, can I work on this issue?

sneh19337 avatar Mar 13 '21 20:03 sneh19337

Hi there I want to work on this issue Please guide me further

shubhav99 avatar Mar 17 '21 09:03 shubhav99

I am already working on this.

sneh19337 avatar Mar 17 '21 09:03 sneh19337

ok sir np

shubhav99 avatar Mar 17 '21 10:03 shubhav99

Thanks both for your interest. @sneh19337 do let us know if you've got questions about how to proceed with this issue. You might like to look at the advice I posted on #958.

afd avatar Mar 17 '21 10:03 afd

Ok sir

sneh19337 avatar Mar 17 '21 10:03 sneh19337

Hello sir, I was trying to do a PR and the following error is shown- Error: Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:3.1.0:check (1-check-style) on project fuzzerserver: You have 3 Checkstyle violations. -> [Help 1] Error:
Error: To see the full stack trace of the errors, re-run Maven with the -e switch. Error: Re-run Maven using the -X switch to enable full debug logging. Error:
Error: For more information about the errors and possible solutions, please read the following articles: Error: [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException Error:
Error: After correcting the problems, you can resume the build with the command Error: mvn -rf :fuzzerserver Error: Process completed with exit code 1.

Please suggest me some way to solve this issue

sneh19337 avatar Mar 22 '21 22:03 sneh19337

Sir, import com.graphicsfuzz.server.thrift.FuzzerService; import com.graphicsfuzz.server.thrift.FuzzerServiceManager; import com.graphicsfuzz.server.thrift.GetWorkerNameResult; import com.graphicsfuzz.server.thrift.ImageJob; import com.graphicsfuzz.server.thrift.ImageJobResult; import com.graphicsfuzz.server.thrift.Job; import com.graphicsfuzz.server.thrift.JobStatus; import com.graphicsfuzz.server.thrift.WorkerNameError; These imports are showing errors. There are no maven dependencies for these also. Please tell some way to solve this problem.

sneh19337 avatar Mar 23 '21 11:03 sneh19337

i am a beginner can i work on this ??

KishkinJ10 avatar Mar 23 '21 14:03 KishkinJ10

Hello @KishkinJ10 . Actually I have made a PR on this issue. And some error is happening every time. Can you please some other issue to solve

sneh19337 avatar Mar 23 '21 15:03 sneh19337

Ok sir I will try to solve and contribute in some file

On Tue, 23 Mar 2021, 7:43 pm sneh, @.***> wrote:

Hello @KishkinJ10 https://github.com/KishkinJ10 . Actually I have made a PR on this issue. And some error is happening every time. Can you please some other issue to solve

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/google/graphicsfuzz/issues/1016#issuecomment-805009516, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATKEH57D4QXO7FF6HZQRTV3TFCZJVANCNFSM4OIO3CDQ .

KishkinJ10 avatar Mar 23 '21 15:03 KishkinJ10

Hello to all who have commented on this issue.

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.

paulthomson avatar Mar 23 '21 17:03 paulthomson

sir i would like to work on one of your project for the upcoming GSoC 2021 , can you suggest me something as i am a beginner.

KishkinJ10 avatar Mar 24 '21 06:03 KishkinJ10

where can i find this issue in the source code?

KishkinJ10 avatar Mar 24 '21 06:03 KishkinJ10

Hello is this still open i would like to work (not for GSoc)?

MUzairS15 avatar Apr 04 '21 16:04 MUzairS15

Sir, I'm a new to the open source. So can you please guide me what all I need to do to solve this?

Anirudh99N avatar May 09 '21 14:05 Anirudh99N

hello i am a beginner in this issue,could you please tell me how to get started

nived1967 avatar May 13 '21 20:05 nived1967