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

DetectIdentifiers infinite loop #336

Closed
israellot opened this issue Nov 19, 2024 · 1 comment
Closed

DetectIdentifiers infinite loop #336

israellot opened this issue Nov 19, 2024 · 1 comment
Labels

Comments

@israellot
Copy link
Contributor

The current release infinite loops on this snippet

[Test]
public void Detect_identifiers_bug_test()
{
	var target = new Interpreter(InterpreterOptions.DefaultCaseInsensitive | InterpreterOptions.LateBindObject);
	var detectedIdentifiers = target.DetectIdentifiers("ago(w(counter_lastts_chest_game_over_bonus)).minutes<1");
}

The master branch as it is right now has it fixed, so i'm assuming that's either a9bdac0 or 85270ac

A new release would be adivisable as users updating the nuget package might face this issue live.

@davideicardi
Copy link
Member

Thank you for the feedback, I'm Just releasing a new version, v2.17.2.

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

No branches or pull requests

2 participants