microsoft / powerquery-language-services

Library to provide intellisense and other language services for the Power Query / M language.
MIT License
42 stars 13 forks source link

Fix infinite recursion for "each _" #244

Closed amv146 closed 1 week ago

amv146 commented 1 month ago

Until we come up with a better solution for evaluating the type of "_" in each expressions, we will need to report the type as "Unknown". Right now, there is an infinite recursion when trying to determine its type

JordanBoltonMN commented 2 weeks ago

Can you add one more test for each [foo] (which should be a defined function that returns unknown).

amv146 commented 1 week ago

@microsoft-github-policy-service agree company="Microsoft"