4f559b8c
|
mizunashi_mana
|
Fix typo of cmm exceptions
|
|
56738617
|
Ben Gamari
|
Rewrite superfluous issue links
Many issues in the wiki were unnecessarily links:
```
... patch posted in [\#1346](https://gitlab.haskell.org/ghc/ghc/issues/1346).
```
This rewrites these as `#1346` using
```bash
sed -i -r -e 's/\[\\#([0-9]+)\]\([^)]+\/\1\)/#\1/g' $(find -iname '*.md')
```
And manually eyeballing the result.
|
|
41ba0c2a
|
Tobias Dammers
|
Fix table and code layout
|
|
c28a1461
|
Tobias Dammers
|
[WIP] remove references to Trac
|
|
6530fd1d
|
Tobias Dammers
|
Fix markdown link syntax
|
|
cc1a7a6a
|
Tobias Dammers
|
Re-run import
|
|
84188612
|
Tobias Dammers
|
Fix table and code layout
|
|
b8daf672
|
Tobias Dammers
|
[WIP] remove references to Trac
|
|
01653729
|
p_tanski
|
add notes on #1042 as an instructive example; add subheadings
|
|
cec08b96
|
p_tanski
|
update for #1042 fix
|
|
f840d386
|
p_tanski
|
fix typo
|
|
a9dcccc9
|
p_tanski
|
add reference to "realToFrac Issues", notes and link to TheCurrentGMPImplementation page
|
|
8f6d1678
|
p_tanski
|
brief note on bug #1042
|
|