You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The current release infinite loops on this snippet
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.
The text was updated successfully, but these errors were encountered: