microsoft / microsoft/Power-Fx
Not all tabular functions have been added to the interpreter
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 3.4k
- Forks
- 358
- Avg merge
- 10h 34m
- Merged PRs (30d)
- 3
Description
Mid, Left, Right, Substitute, to name a few. The compiler classes are there for tabular versions of these, but the one line required in the interpreters Library.cs has not been added. Perhaps an oversight, perhaps nobody had the time to add the tests. This issue is tracking adding all those functions in.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in the interpreter Library.cs files and compare their registered functions with the existing compiler classes for tabular versions of Mid, Left, Right, Substitute, and the other missing functions. Identify the relevant interpreter tests or add coverage alongside the registrations; done means all available tabular functions are exposed by the interpreters and their tests pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- compilers
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100