Commit 584b50b
transpile: disable caching zero initializers
computing these is impure because it can call `import_type`. ideally we would
not disable this caching but instead cache both the initializer and its set of
required imports.1 parent 8629391 commit 584b50b
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4996 | 4996 | | |
4997 | 4997 | | |
4998 | 4998 | | |
| 4999 | + | |
4999 | 5000 | | |
5000 | | - | |
| 5001 | + | |
5001 | 5002 | | |
5002 | | - | |
| 5003 | + | |
5003 | 5004 | | |
5004 | 5005 | | |
5005 | 5006 | | |
| |||
0 commit comments