Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
ned14 committed Aug 14, 2024
2 parents 0729625 + 6cf2d43 commit 5151d24
Show file tree
Hide file tree
Showing 6 changed files with 197 additions and 633 deletions.
9 changes: 9 additions & 0 deletions doc/src/content/changelog/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ to reflect the new facilities.

### Bug fixes:

- This was fixed in Standalone Outcome in the last release, but the fix came too late for Boost.Outcome
which ended up shipping with inline GDB pretty printers with the wrong escaping which caused
failure to load.

---
## v2.2.10 14th August 2024 (Boost 1.86) [[release]](https://github.com/ned14/outcome/releases/tag/v2.2.10)

Expand All @@ -36,6 +40,11 @@ working with that type, as it will print the error message in GDB.
Experimental Outcome's `status_code` has also gained its own auto-loading GDB pretty printer
with display of `strerror()` if the code domain is POSIX or generic.

### Bug fixes:

- The `status` enumeration used to track state internally did not list all possible enum
values. This caused static analysers to complain.

---
## v2.2.9 15th April 2024 (Boost 1.85) [[release]](https://github.com/ned14/outcome/releases/tag/v2.2.9)

Expand Down
6 changes: 3 additions & 3 deletions include/outcome/detail/revision.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ Distributed under the Boost Software License, Version 1.0.
*/

// Note the second line of this file must ALWAYS be the git SHA, third line ALWAYS the git SHA update time
#define OUTCOME_PREVIOUS_COMMIT_REF 4b3414a84ac179cc6ce8ff196ac623329dd77ad9
#define OUTCOME_PREVIOUS_COMMIT_DATE "2024-08-12 20:56:28 +00:00"
#define OUTCOME_PREVIOUS_COMMIT_UNIQUE 4b3414a8
#define OUTCOME_PREVIOUS_COMMIT_REF e7d6c8312ee9628b8d7bb59b968b9c93e61091e8
#define OUTCOME_PREVIOUS_COMMIT_DATE "2024-08-14 17:04:36 +00:00"
#define OUTCOME_PREVIOUS_COMMIT_UNIQUE e7d6c831
Loading

0 comments on commit 5151d24

Please sign in to comment.