
#13269: Changes in includes of addCStub do not cause recompilation of downstream
modules.
-------------------------------------+-------------------------------------
Reporter: | Owner:
facundo.dominguez |
Type: bug | Status: new
Priority: normal | Milestone:
Component: Template Haskell | Version: 8.0.1
Resolution: | Keywords: inline-c
| addCStub addDependentFile
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: #13237 | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Changes (by facundo.dominguez):
* keywords: inline-c addCStub => inline-c addCStub addDependentFile
@@ -3,1 +3,1 @@
- // header.h
+ // f.c
@@ -23,2 +23,2 @@
- do addCStub "#include \"header.h\""
- addDependentFile "header.h"
+ do addCStub "#include \"f.c\""
+ addDependentFile "f.c"
@@ -52,1 +52,1 @@
- Edit `header.h`:
+ Edit `f.c`:
@@ -54,1 +54,1 @@
- // header.h
+ // f.c
@@ -67,1 +67,1 @@
- [1 of 2] Compiling A ( A.hs, A.o ) [header.h changed]
+ [1 of 2] Compiling A ( A.hs, A.o ) [f.c changed]
New description:
Failing example:
{{{
// f.c
#include