Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

feat: normalize all types before equality check #22

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

markexpre55
Copy link

Features and Changes

This is my attempt to convert all non-basic types, pointers and interfaces to basic ones. I change normalizeNumber function to normalizeType that firstly gets value under pointer or interface and then tries to convert value to basic type.

Testing

Add Attributes with custom types, pointers or interface values. Check if condition passes.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] Normalize all types before equality check
1 participant