Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TscSharp在解析文件时会进入死循环状态 #48

Open
iNeverSleeeeep opened this issue Sep 1, 2020 · 1 comment
Open

TscSharp在解析文件时会进入死循环状态 #48

iNeverSleeeeep opened this issue Sep 1, 2020 · 1 comment

Comments

@iNeverSleeeeep
Copy link

当c#文件中含有类似如下语法,在Tokenizing阶段会卡住。

class SomeClass
{
    private Dictionary<string, (string a, string b)> dictionary = new Dictionary<string, (string a, string b)>();
}
@lsjsoft
Copy link

lsjsoft commented Oct 31, 2022

在处理元组时会崩溃

|_______________________________________________
|
| ( ︶︿︶)
|
| Oops, I am running into crash.
| Contact Tencent TscanCode Team please!
|_______________________________________________

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants