Opened 4 years ago
Closed 3 years ago
#1783 closed defect (fixed)
Creation of .types file is not deterministic
| Reported by: | felix winkelmann | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | someday |
| Component: | compiler | Version: | 5.2.0 |
| Keywords: | Cc: | ||
| Estimated difficulty: | easy |
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")
Note: See
TracTickets for help on using
tickets.

Fixed by 1d531d1c.