summaryrefslogtreecommitdiff
path: root/rts/Profiling.h
diff options
context:
space:
mode:
authorEdward Z. Yang <ezyang@cs.stanford.edu>2017-02-11 19:20:36 -0500
committerBen Gamari <ben@smart-cactus.org>2017-02-11 19:20:43 -0500
commit26eaa7ecde288b9dc123f3c120e70b2cf18b4e4a (patch)
treed6e065354ec986675b637cfcf6b558b518f675cb /rts/Profiling.h
parenta1980ecb5626ec85fc14fbd217e2d16c7d50a120 (diff)
downloadhaskell-26eaa7ecde288b9dc123f3c120e70b2cf18b4e4a.tar.gz
Fix #13214 by correctly setting up dep_orphs for signatures.
Prior to this, I hadn't thought about orphan handling at all. This commit implements the semantics that if a signature (transitively) imports an orphan instance, that instance is considered in scope no matter what the implementing module is. (As it turns out, this is the semantics that falls out when orphans are recorded transitively.) This patch fixes a few bugs: 1. Put semantic modules in dep_orphs rather than identity modules. 2. Don't put the implementing module in dep_orphs when merging signatures (this is a silly bug that happened because we were reusing calculateAvails, which is designed for imports. It mostly works for signature merging, except this case.) 3. When renaming a signature, blast in the orphans of the implementing module inside Dependencies. Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu> Test Plan: validate Reviewers: bgamari, austin Reviewed By: bgamari Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D3095
Diffstat (limited to 'rts/Profiling.h')
0 files changed, 0 insertions, 0 deletions