-
Notifications
You must be signed in to change notification settings - Fork 4
Regenerate HTML docs #139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Regenerate HTML docs #139
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
27f4501
to
049c5fb
Compare
a159c07
to
575ee36
Compare
575ee36
to
c57086f
Compare
9b156c2
to
6ab635e
Compare
9d07a77
to
5994850
Compare
6ab635e
to
ef966e6
Compare
5994850
to
e23bf88
Compare
ef966e6
to
3097b7f
Compare
e23bf88
to
7061bb5
Compare
5bf1a77
to
b0deee4
Compare
7061bb5
to
4932fab
Compare
360147a
to
a5501a4
Compare
6eb5cb8
to
99cd627
Compare
a5501a4
to
158e1b0
Compare
99cd627
to
e782abd
Compare
158e1b0
to
ac33b30
Compare
c2adc2d
to
efa9cc0
Compare
ac33b30
to
9d35a01
Compare
efa9cc0
to
35c5c2d
Compare
9d35a01
to
c4c70e7
Compare
35c5c2d
to
500aaf4
Compare
051cbff
to
301ca6b
Compare
500aaf4
to
668500e
Compare
Semgrep found 1 You should not re-raise exceptions using 'raise' because it loses track of where the exception was raised originally, leading to a useless and possibly confusing stack trace. Instead, you should obtain a stack backtrace as soon as the exception is caught using 'try ... with exn -> let trace = Printexc.get_raw_backtrace () in ...', and keep it around until you re-raise the exception using 'Printexc.raise_with_backtrace exn trace'. You must collect the stack backtrace before calling another function which might internally raise and catch exceptions. To avoid false positives from Semgrep, write 'raise (Foo args)' instead of 'let e = Foo args in raise e'. |
301ca6b
to
9efd1ca
Compare
668500e
to
29dd912
Compare
9efd1ca
to
64b2389
Compare
d83f9bf
to
cf1facb
Compare
1dde34c
to
a9eee9d
Compare
cf1facb
to
2e4695b
Compare
a9eee9d
to
1682ac3
Compare
2e4695b
to
8f9ffa0
Compare
1682ac3
to
28d66f8
Compare
8f9ffa0
to
76e172b
Compare
28d66f8
to
7221107
Compare
7221107
to
76d2455
Compare
Closes #134
PR checklist:
CHANGES.md
for any user-facing changeCheck out
CONTRIBUTING.md
for more details.