Power-Fx icon indicating copy to clipboard operation
Power-Fx copied to clipboard

Improves error message when putting value inside record and table.

Open jas-valgotar opened this issue 1 year ago • 11 comments

Fixes https://github.com/microsoft/Power-Fx/issues/2196

jas-valgotar avatar Mar 14 '24 15:03 jas-valgotar

✅ No public API change.

LucGenetier avatar Mar 14 '24 15:03 LucGenetier

✅ No public API change.

LucGenetier avatar Mar 14 '24 16:03 LucGenetier

✅ No public API change.

LucGenetier avatar Mar 14 '24 19:03 LucGenetier

✅ No public API change.

LucGenetier avatar Mar 18 '24 15:03 LucGenetier

✅ No public API change.

LucGenetier avatar Mar 18 '24 16:03 LucGenetier

        TestBindingError(script, Features.None, errorMessage, symbolTable);

Not really related to your changes, but we should be using Features.PowerFxV1, as no host uses Features.None. Same in line 90 #Resolved


Refers to: src/tests/Microsoft.PowerFx.Interpreter.Tests/DeferredTypeTests.cs:116 in aba9876. [](commit_id = aba9876cdb3ff02478274a5e6222f1d0b8cfd170, deletion_comment = False)

CarlosFigueiraMSFT avatar Mar 20 '24 22:03 CarlosFigueiraMSFT

✅ No public API change.

LucGenetier avatar Mar 21 '24 00:03 LucGenetier

        TestBindingError(script, Features.None, errorMessage, symbolTable);

Updated to V1


In reply to: 2010778690


Refers to: src/tests/Microsoft.PowerFx.Interpreter.Tests/DeferredTypeTests.cs:116 in aba9876. [](commit_id = aba9876cdb3ff02478274a5e6222f1d0b8cfd170, deletion_comment = False)

jas-valgotar avatar Mar 21 '24 18:03 jas-valgotar

✅ No public API change.

LucGenetier avatar Mar 21 '24 18:03 LucGenetier

✅ No public API change.

LucGenetier avatar Mar 25 '24 17:03 LucGenetier

✅ No public API change.

LucGenetier avatar Apr 05 '24 18:04 LucGenetier