microsoft / Power-Fx

Power Fx low-code programming language
MIT License
3.15k stars 309 forks source link

deterministic string sorting for intellisense #2463

Open MikeStall opened 3 weeks ago

MikeStall commented 3 weeks ago

Goals:

  1. stable for both .Net 4.6.2 and .Net 7.0
  2. ignore if an identifier is wrapper in single quotes. (the escaping characters for Power Fx)

This was changed in #2442. Before, we did sort (and ignore the single quotes); and 2442 changed to just a straightup ordinal sort to deal with 1, but that broke 2.