Summary
Creation of .types file is not deterministic
Metadata
- Id: d74a24f551b0d71f48eed127c8879d3985d8db33
- Trac id: 1783
- Type: defect
- Reporter: felix
- Owner:
- Cc:
- Status: closed
- Component: compiler
- Estimated difficulty: easy
- Resolution: fixed
- Priority: minor
- Milestone: someday
- Version: 5.2.0
- Changetime: 2022-10-28 06:35:13 UTC
- Created: 2021-09-05 00:33:11 UTC
- Keywords:
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.