Skip to content

compiler: Strictness while updating RULE IdInfo

Ben Gamari requested to merge wip/T19464 into master

Previously updateRuleIdInfos was called by a strictMap yet didn't actually perform its work strictly due to it updating a lazy field. This resulted in TypeEnvs being retained unnecessarily.

See #19464 (closed).

Merge request reports