Opened 3 years ago

Closed 18 months 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")

Change History (1)

comment:1 Changed 18 months ago by evhan

Resolution: fixed
Status: newclosed

Fixed by 1d531d1c.

Note: See TracTickets for help on using tickets.