-
Notifications
You must be signed in to change notification settings - Fork 101
Implement calling built-in Functions #19
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
Comments
There are none. I have the As for number/date formatting, I don't believe there's anything yet in Rust, but I expect things to start popping up soon. For now, we could just add a custom NUMBER function that transliterates to eastern arabic numerals if the language is |
@stasm - I think this is already fixed - you can add custom functions and they can be called. We still await a decent implementation of either Do you want to keep this issue open until we find and implement those two? |
closing as per lack of activity. reopen if needed. |
I think this should be reopened, the built-in functions are still not implemented, which is either a bug in |
@Xiretza This issue has a lot of unrelated discussion about the implementation needed to have functions in the first place. I suggest opening a new issue (or issues) for the specific function(s) that need to be implemented to be a full spec implementation. That will make it easier to track. Thanks. |
CallExpressions
currently don't implement theResolveValue
trait. In the first iteration let's add a simpleNUMBER()
built-in which doesn't even take any additional arguments.@zbraniecki What are our options for locale-aware number- and date-formatting?
The text was updated successfully, but these errors were encountered: