[GHC] #12891: Automate symbols inclusion in RtsSymbols.c from Rts.h
GHC
ghc-devs at haskell.org
Thu Dec 21 18:38:52 UTC 2017
#12891: Automate symbols inclusion in RtsSymbols.c from Rts.h
-------------------------------------+-------------------------------------
Reporter: Phyx- | Owner: bgamari
Type: task | Status: new
Priority: normal | Milestone: 8.4.1
Component: Build System | Version: 8.0.1
Resolution: | Keywords: newcomer
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: #12846 | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by chris_r_timmons):
I'd like to move forward on this with a submission to Phabricator, but I'd
appreciate some guidance as to whether my approach is correct.
My plan is:
1. Create a new folder $TOP/utils/checkRTS
2. Place the python script (renamed to checkRTS.py) and a README file in
that folder
3. As suggested, modify $TOP/validate to call
$TOP/utils/checkRTS/checkRTS.py
4. checkRTS.py will print its findings to stdout
Does this sound feasible?
Thanks.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12891#comment:6>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list