Skip to content

DetectIdentifiers infinite loop #336

@israellot

Description

@israellot

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions