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

hooks: Add equals-hook for Clojure (clojure.lang.Util.equiv) #765

Merged
merged 1 commit into from
Jun 12, 2023

Conversation

zgtm
Copy link
Contributor

@zgtm zgtm commented Jun 12, 2023

I could have reused assertEquals [L]. But since this is not an assertion-hook, I decided to write a new function in proximity to genericEquals [L].

Also I'm not totally sure, what the meaning of the Boolean areEqual parameter is? (In assertEquals it is called Object alwaysNull and in the ExampleHook it's not defined at all … Ah, I found the documentation in the MethodHook documentation

@zgtm zgtm requested a review from a team June 12, 2023 13:55
@fmeum
Copy link
Contributor

fmeum commented Jun 12, 2023

Just run ./format.sh to fix the formatting.

@zgtm zgtm force-pushed the FUZZ-712-clojure-equals-hook branch from 7b76467 to e27cbd5 Compare June 12, 2023 14:09
@zgtm zgtm enabled auto-merge (rebase) June 12, 2023 14:10
@zgtm zgtm merged commit d8611b6 into main Jun 12, 2023
9 checks passed
@zgtm zgtm deleted the FUZZ-712-clojure-equals-hook branch June 12, 2023 14:31
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.

None yet

2 participants