Summary

Creation of .types file is not deterministic

Metadata

Description

The .types file generated during compilation just iterates over a hash table, which has an order that depends on randomization. The list should be sorted first ti ensure builds are deterministic.

(reported by "ss2")

Changes and comments

[2022-10-28 06:35:13 UTC] evhan changed status from new to closed

[2022-10-28 06:35:13 UTC] evhan set resolution to fixed

[2022-10-28 06:35:13 UTC] evhan wrote:

Fixed by 1d531d1c.