Greg Lindhorst
Greg Lindhorst
Void will result in an error as soon as one tries to use it. There are lots of cases, especially imperative logic, where the return value is not needed and...
Also need to publish the NuGet. https://github.com/microsoft/Power-Fx/issues/1909
We may want this to be plural ".Variables" vs singular ".Variable". I need to check with the content team before we finalize.
Is the parser assuming that the open curly braces is a function body? The "a:" isn't valid as the start of a formula, and the ".a" on the end is...
As discussed in chat, this is very odd, as a Text string should not be returnable from this function. As we discussed, we may want to just block Void for...
We should discuss. There are lots of good reasons for restricting this to a constant: a) we can ensure consistency across backends by parsing the RE in the compiler and...
Totally hear you. But, we're kind of headed in the opposite direction. In order to make regular expressions in Power Fx behave the same across C#, JavaScript, and PCRE2 (as...
Thanks! Yes, JavaScript and C#, and most other languages, can handle dynamic regular expressions. Power Fx has an additional problem: we'd like to have the same semantics no matter which...
**Thank you for the examples! That is super helpful.** I've got some ideas about how we might address your scenarios that I'll run down with the team in the weeks...