-
Notifications
You must be signed in to change notification settings - Fork 89
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
Add Record rule #300
Add Record rule #300
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks good to me, btw i haven't contributed to this project for more than a year, I don't have a good mind on codes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, please add passed tests as well, not just negative tests.
Could you make it? |
Yes, of course. I just have a lot of work and can only make small changes. When I add tests I'll let you know ;) Today or tomorrow, I think |
Ok, take your time. Just I plan to make a new release in the next days and I would like to add it to the next version. But I will wait it :) |
@icebob done;) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, thanks!
I added a new
record
rule. I decided to userecord
instead ofmap
because it can be confused with an nativeMap
object.If everything is ok, I'll improve tests and add docs.
Related issue #276