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
And it seems interpreter 6.0 is not called inside ChangedFeature functions despite following settings in VersionTesting:
/** Tests run for both version 2 & version 3 */
protected val activatedVersions: Seq[Byte] =
(0 to VersionContext.MaxSupportedScriptVersion).map(_.toByte).toArray[Byte]
private[sigma] val _currActivatedVersion = new DynamicVariable[Byte](3) // v6.x by default
The text was updated successfully, but these errors were encountered:
Surprisingly, the following test is passing in LanguageSpecificationV6 , while it shouldn't .
And it seems interpreter 6.0 is not called inside ChangedFeature functions despite following settings in VersionTesting:
The text was updated successfully, but these errors were encountered: