diff options
author | Alan Zimmerman <alan.zimm@gmail.com> | 2020-09-07 21:50:39 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-09-09 11:20:03 -0400 |
commit | 7911d0d983a68eb0d54d7c1ba51326d6be737aae (patch) | |
tree | a099770f0b3e38ff6883b8a6d8c93035512af7b4 /utils | |
parent | ffae57921168365272bf7ce8aaa645917bfdf218 (diff) | |
download | haskell-7911d0d983a68eb0d54d7c1ba51326d6be737aae.tar.gz |
Remove GENERATED pragma, as it is not being used
@alanz pointed out on ghc-devs that the payload of this pragma does
not appear to be used anywhere.
I (@bgamari) did some digging and traced the pragma's addition back to
d386e0d2 (way back in 2006!).
It appears that it was intended to be used by code generators for use
in informing the code coveraging checker about generated code
provenance. When it was added it used the pragma's "payload" fields as
source location information to build an "ExternalBox". However, it
looks like this was dropped a year later in 55a5d8d9. At this point
it seems like the pragma serves no useful purpose.
Given that it also is not documented, I think we should remove it.
Updates haddock submodule
Closes #18639
Diffstat (limited to 'utils')
m--------- | utils/haddock | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/utils/haddock b/utils/haddock -Subproject 54468d1e60cb10093120137766cfc9dd91671c9 +Subproject e514a52a496d1ec216568deec374872b4b5251a |