We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c92a85 + 45db753 commit 521ac55Copy full SHA for 521ac55
1 file changed
src/main/scala/rules/PredicateSupporter.scala
@@ -93,6 +93,7 @@ object predicateSupporter extends PredicateSupportRules {
93
val s3 = s2.copy(g = s.g,
94
h = h3,
95
smCache = smCache,
96
+ permissionScalingFactor = s.permissionScalingFactor,
97
functionRecorder = s2.functionRecorder.recordFvfAndDomain(smDef))
98
Q(s3, v1)
99
} else {
0 commit comments