-
Notifications
You must be signed in to change notification settings - Fork 706
feat(frontend): bind functions #734
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
|
This work is not that simple, you also need to check the validity of the arguments. It doesn't work unless the argument is a single-quoted string. So, add those function signatures in rust/frontend/src/expr/type_inference.rs, and include some tests. |
Codecov Report
@@ Coverage Diff @@
## main #734 +/- ##
============================================
+ Coverage 71.71% 71.76% +0.05%
Complexity 2766 2766
============================================
Files 996 996
Lines 83869 84016 +147
Branches 1790 1790
============================================
+ Hits 60145 60293 +148
+ Misses 22833 22832 -1
Partials 891 891
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
neverchanje
left a comment
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.
rest lgtm, fix the ci errors.
|
Added |
|
I will add tests in later PR for complex conflicts caused by |
xiangjinwu
left a comment
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.
lgtm
…-dev into mczhuang/bind_func
neverchanje
left a comment
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.
rest lgtm
Co-authored-by: Tao Wu <[email protected]>
…-dev into mczhuang/bind_func
What's changed and what's your intention?
As title
Please explain IN DETAIL what the changes are in this PR and why they are needed:
Checklist
Refer to a related PR or issue link (optional)
#724 #847