-
-
Notifications
You must be signed in to change notification settings - Fork 8
Creates special case for '=' processing #253
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
Conversation
Unit Tests Summary 1 files 12 suites 3s ⏱️ Results for commit c11303d. ♻️ This comment has been updated with latest results. |
Unit Test Performance DifferenceAdditional test case details
Results for commit 20ca092 ♻️ This comment has been updated with latest results. |
Code Coverage Summary
Diff against main
Results for commit: c11303d Minimum allowed coverage is ♻️ This comment has been updated with latest results |
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.
@averissimo I left you 3 comments/suggestions. Other than that this is good to be merged
Pull Request
=
assigment fails withwithin
curly-expression #252Changes description
=
as it is not recognizes aslanguage
in S4 dispatchNote to reviewers
the code with
=
call has a language type, but it tales priority somewhere on the dispatcher and tries to dispatch with this class (->
doesn't have a problem)