Skip to content

Commit 3f0b9b0

Browse files
authored
Op name and specific input names shouldn't contribute to cache key. (#332)
1 parent 1419af1 commit 3f0b9b0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/builder/analyzer.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -726,8 +726,7 @@ impl AnalyzerContext<'_> {
726726
enable_cache,
727727
behavior_version,
728728
fingerprinter: Fingerprinter::default()
729-
.with(&reactive_op.name)?
730-
.with(&reactive_op.spec)?
729+
.with(&op.op)?
731730
.with(&behavior_version)?
732731
.with(&output_type.without_attrs())?,
733732
output_type: output_type.typ.clone(),

0 commit comments

Comments
 (0)