From e5e4c2aff562e5c01fefb808d1d68a40f29c9cc5 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Fri, 8 Apr 2022 01:49:29 -0400 Subject: Can now deploy releases with Aedifex. --- documentation/bookmark/error/exception.md | 5 +++++ documentation/bookmark/error/handling.md | 4 ++++ documentation/bookmark/error/message.md | 7 +++++++ documentation/bookmark/error_messages.md | 7 ------- documentation/bookmark/exception.md | 5 ----- 5 files changed, 16 insertions(+), 12 deletions(-) create mode 100644 documentation/bookmark/error/exception.md create mode 100644 documentation/bookmark/error/handling.md create mode 100644 documentation/bookmark/error/message.md delete mode 100644 documentation/bookmark/error_messages.md delete mode 100644 documentation/bookmark/exception.md (limited to 'documentation') diff --git a/documentation/bookmark/error/exception.md b/documentation/bookmark/error/exception.md new file mode 100644 index 000000000..09b43b1eb --- /dev/null +++ b/documentation/bookmark/error/exception.md @@ -0,0 +1,5 @@ +# Reference + +0. [Using Coroutines to Implement C++ Exceptions for Freestanding Environments - Eyal Zedaka - CppCon 21](https://www.youtube.com/watch?v=TsXYqnUXrwM) +0. [You don't understand exceptions, but you should](https://matt.might.net/articles/implementing-exceptions/) + diff --git a/documentation/bookmark/error/handling.md b/documentation/bookmark/error/handling.md new file mode 100644 index 000000000..ebc537c09 --- /dev/null +++ b/documentation/bookmark/error/handling.md @@ -0,0 +1,4 @@ +# Reference + +0. [Failing Successfully: Reporting and Handling Errors - Robert Leahy - CppCon 2021](https://www.youtube.com/watch?v=dQaRLmM7KKk) + diff --git a/documentation/bookmark/error/message.md b/documentation/bookmark/error/message.md new file mode 100644 index 000000000..62c93e8dd --- /dev/null +++ b/documentation/bookmark/error/message.md @@ -0,0 +1,7 @@ +# Reference + +0. [Rethinking errors, warnings, and lints](http://neugierig.org/software/blog/2022/01/rethinking-errors.html) +0. [Error Message Style Guides of Various Languages](https://www.pypy.org/posts/2021/12/error-message-style-guides.html) +0. [Error Messages in Haskell, and how to Improve them](https://anthony.noided.media/blog/haskell/programming/2020/05/14/haskell-errors.html) +0. [The Futhark Error Index](https://futhark-lang.org/blog/2021-09-24-the-futhark-error-index.html) + diff --git a/documentation/bookmark/error_messages.md b/documentation/bookmark/error_messages.md deleted file mode 100644 index 62c93e8dd..000000000 --- a/documentation/bookmark/error_messages.md +++ /dev/null @@ -1,7 +0,0 @@ -# Reference - -0. [Rethinking errors, warnings, and lints](http://neugierig.org/software/blog/2022/01/rethinking-errors.html) -0. [Error Message Style Guides of Various Languages](https://www.pypy.org/posts/2021/12/error-message-style-guides.html) -0. [Error Messages in Haskell, and how to Improve them](https://anthony.noided.media/blog/haskell/programming/2020/05/14/haskell-errors.html) -0. [The Futhark Error Index](https://futhark-lang.org/blog/2021-09-24-the-futhark-error-index.html) - diff --git a/documentation/bookmark/exception.md b/documentation/bookmark/exception.md deleted file mode 100644 index 09b43b1eb..000000000 --- a/documentation/bookmark/exception.md +++ /dev/null @@ -1,5 +0,0 @@ -# Reference - -0. [Using Coroutines to Implement C++ Exceptions for Freestanding Environments - Eyal Zedaka - CppCon 21](https://www.youtube.com/watch?v=TsXYqnUXrwM) -0. [You don't understand exceptions, but you should](https://matt.might.net/articles/implementing-exceptions/) - -- cgit v1.2.3