DetachHead / basedpyright

pyright fork with various type checking improvements, improved vscode support and pylance features built into the language server
https://docs.basedpyright.com
Other
1.1k stars 20 forks source link

1.19.1 regression: Failed to parse pyproject.toml when it contains emoji #819

Open shoucandanghehe opened 5 hours ago

shoucandanghehe commented 5 hours ago

f5d7f3f941fbd17585308afd97086db0 b14b399385381c8b9e1249513cc42214 It can be solved by using the GitHub Markdown style emoji like :bookmark:

KotlinIsland commented 4 hours ago

the toml parser was changed in version 1.19.1, was this working previously?

shoucandanghehe commented 3 hours ago

the toml parser was changed in version 1.19.1, was this working previously?

yes, i tested 1.19.0 and it work fine