summaryrefslogtreecommitdiff
path: root/HACKING.md
Commit message (Collapse)AuthorAgeFilesLines
* hacking guide: mention the core libraries committeeChris Martin2022-04-301-0/+1
|
* Update HACKING.mdMoritz Angermann2021-08-111-1/+1
|
* Update HACKING.mdMatthew Pickering2021-04-091-1/+1
|
* doc(List): Add examples to GHC.ListJulien Debon2020-02-201-9/+7
| | | | | | * Add examples * Cleanup documentation * Clarify merge process and Marge bot
* Add link to mfix.github.io/ghc in HACKING.mdwip/gc/unglobalize-gc-statewip/gc/printer-improvementswip/gc/factor-out-bitmap-walkingSiddharth Bhat2019-06-171-0/+11
|
* Update `$(TOP)/*.md` documentsTakenobu Tani2019-05-311-13/+7
| | | | | | | | | | | | | | | | | | | | | | | | | I updated the top documents to the latest status: - HACKING.md: - Modify Phabricator to GitLab infomation - Remove old Trac information - Add link to GitLab activity - MAKEHELP.md: - Add link to hadrian wiki - Fix markdown format - INSTALL.md: - Modify boot command to remove python3 - Fix markdown format - README.md: - Modify tarball file suffix - Fix markdown format I checked the page display on the GitHub and GitLab web. [skip ci]
* Replace git.haskell.org with gitlab.haskell.org (#16196)Yuriy Syrovetskiy2019-04-041-1/+1
|
* Update Wiki URLs to point to GitLabTakenobu Tani2019-03-251-9/+9
| | | | | | | | | | | | | | | | | | | | | | | This moves all URL references to Trac Wiki to their corresponding GitLab counterparts. This substitution is classified as follows: 1. Automated substitution using sed with Ben's mapping rule [1] Old: ghc.haskell.org/trac/ghc/wiki/XxxYyy... New: gitlab.haskell.org/ghc/ghc/wikis/xxx-yyy... 2. Manual substitution for URLs containing `#` index Old: ghc.haskell.org/trac/ghc/wiki/XxxYyy...#Zzz New: gitlab.haskell.org/ghc/ghc/wikis/xxx-yyy...#zzz 3. Manual substitution for strings starting with `Commentary` Old: Commentary/XxxYyy... New: commentary/xxx-yyy... See also !539 [1]: https://gitlab.haskell.org/bgamari/gitlab-migration/blob/master/wiki-mapping.json
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-151-4/+4
| | | | | This moves all URL references to Trac tickets to their corresponding GitLab counterparts.
* Add info about Github pull requests.AndreasPK2017-10-251-6/+6
|
* HACKING: Update for Phabricator patch workflowBen Gamari2017-04-041-24/+9
|
* Make configure error out on missing ghc-tarballs on WindowsTamar Christina2015-07-301-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently checking out the source on windows requires two git checkouts. One for the GHC sources and one for the GHC-tarballs. This patch will make configure issue an error if compiling under windows and the GHC-tarballs folder is missing. On failure the user is told which command they need to run to get the tarballs or if they want configure to handle it for them configure provide the `--enable-tarballs-autodownload` flag. Test Plan: 1. make sure ghc-tarballs folder is not present 2. run ./configure which should fail giving an error that tarballs is missing and how to get it 3. run ./configure --enable-tarballs-autodownload and the tarballs should be downloaded and configure finishes 4. rerun the command in 3, no new download should be done. 5. run configure without --enable-tarballs-autodownload, configure should finish correctly. Reviewers: bgamari, austin, thomie Reviewed By: thomie Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D1108 GHC Trac Issues: #10705
* Remove all references to sync-allThomas Miedema2015-07-151-3/+8
|
* Update `sync-all` and others files w.r.t. merged testsuite (re #8545)Herbert Valerio Riedel2014-01-121-1/+1
| | | | | | | | | | | | | See merge commit 66693401b98cb5aa912948af7bbd2182474f50c4 This commit also adds a check for a left-over testsuite/.git folder to sync-all This way, the first time sync-all is called after updating to a post-testsuite-merge (see #8545) state of ghc.git, the sync-all script aborts with an error message if a `testsuite/.git` folder is detected and thus forces the user to take action. Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org>
* Update obsolete URLs in documentationHerbert Valerio Riedel2013-11-041-1/+1
| | | | Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org>
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-011-9/+9
|
* Fix typoHerbert Valerio Riedel2013-08-101-1/+1
| | | | (this refs #8121 for testing purposes)
* Rewrite HACKING and convert to markdown.Austin Seipp2013-03-041-0/+149
Signed-off-by: Austin Seipp <aseipp@pobox.com>