Skip to content

Commit

Permalink
Link to segfaults in docs (#6645)
Browse files Browse the repository at this point in the history
  • Loading branch information
lynncrees authored and Araq committed Nov 10, 2017
1 parent c7dbbe2 commit ae65368
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/lib.rst
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,9 @@ Miscellaneous
* `unittest <unittest.html>`_
Implements a Unit testing DSL.

* `segfaults <segfaults.html>`_
Turns access violations or segfaults into a ``NilAccessError`` exception.

Modules for JS backend
---------------------------

Expand Down
1 change: 1 addition & 0 deletions web/website.ini
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ srcdoc2: "pure/md5;pure/rationals"
srcdoc2: "posix/posix;pure/distros;pure/oswalkdir"
srcdoc2: "pure/collections/heapqueue"
srcdoc2: "pure/fenv;pure/securehash;impure/rdstdin"
srcdoc2: "pure/segfaults"
srcdoc2: "pure/basic2d;pure/basic3d;pure/mersenne;pure/coro;pure/httpcore"
srcdoc2: "pure/bitops;pure/nimtracker;pure/punycode;pure/volatile"

Expand Down

0 comments on commit ae65368

Please sign in to comment.