Use reproducible hashlib for representing TextureCachedField
Status | Pipeline | Created by | Stages | Actions |
---|---|---|---|---|
Passed 00:03:23
| Stage: test |
Download artifacts
No artifacts found |
TextureCachedField was using hash(...)
to disambiguate its instances.
However, hash
is randomized and will hinder reproducible code
generation
Status | Pipeline | Created by | Stages | Actions |
---|---|---|---|---|
Passed 00:03:23
| Stage: test |
Download artifacts
No artifacts found |