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

replace libparse in opequals without tohash visitor #53

Merged
merged 1 commit into from Dec 2, 2022

Conversation

lucica28
Copy link
Collaborator

@lucica28 lucica28 commented Dec 1, 2022

Same as: #19

Problematic code:

class Rabbit // [warn]: 'Rabbit' has method 'opEquals', but not 'toHash'.
{
	const bool opEquals(Object a, Object b)
	{
		return true;
	}
}

@RazvanN7 RazvanN7 merged commit 829eb94 into replace_libdparse Dec 2, 2022
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