microsoft / microsoft/Power-Fx
Remove EvalRunner from FunctionInvokeInfo
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 3.4k
- Forks
- 358
- Avg merge
- 10h 34m
- Merged PRs (30d)
- 3
Description
These are needed to assist in invoking lamba parameters.
But the LambdaFormulaValue present in the arguments already closes over these - so can we remove these from the info and just use via the lambda?
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 by locating FunctionInvokeInfo, EvalRunner, and LambdaFormulaValue, then trace how lambda parameters are invoked and where the captured values are used. Confirm that removing EvalRunner from FunctionInvokeInfo preserves invocation behavior and run the relevant existing tests, though the issue does not name specific files or tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- compilers
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100