Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / TartanLlama/expected issues and pull requests

#162 - Provide natvis

Issue - State: open - Opened by rconde01 9 days ago

#161 - Add conversions between expected and optional

Issue - State: open - Opened by malcolmdavey 4 months ago

#160 - Ussage of the opposite of and_then()

Issue - State: closed - Opened by badumbatish 5 months ago

#158 - Fix constructor overload resolution for derived classes

Pull Request - State: open - Opened by SomeshDaga 11 months ago

#157 - Allow copy/move construction for classes derived from expected

Issue - State: open - Opened by SomeshDaga 11 months ago - 1 comment

#156 - Fix bug in unequal operator with void as expected value

Pull Request - State: open - Opened by bojanstrbac 11 months ago

#155 - ci: Update to `actions/checkout@v4` from `v3`.

Pull Request - State: open - Opened by waywardmonkeys 12 months ago

#154 - Fix typo.

Pull Request - State: open - Opened by waywardmonkeys 12 months ago

#151 - "Pipe" operator for chaining operations

Issue - State: closed - Opened by firedaemon-cto over 1 year ago - 1 comment

#150 - Fix bug if TL_EXPECTED_EXCEPTIONS_ENABLED were disabled

Pull Request - State: open - Opened by NathanWongKodiak over 1 year ago

#148 - C++23 says expected<void,E>::operator*() to be valid

Issue - State: open - Opened by t-roche over 1 year ago

#147 - Prefer packaged Catch2

Pull Request - State: open - Opened by mymedia2 over 1 year ago

#146 - propagation of unexpected

Issue - State: open - Opened by reder2000 over 1 year ago

#145 - tl::expected forces copy construction on non-copyable types

Issue - State: open - Opened by E1pp over 1 year ago

#144 - Version mismatch between CMakeLists.txt and expected.hpp header

Issue - State: closed - Opened by 9prady9 over 1 year ago - 2 comments

#143 - Add link to `build2` package

Pull Request - State: open - Opened by Klaim over 1 year ago

#142 - Fixed version number in exported CMake configs

Pull Request - State: closed - Opened by xvitaly over 1 year ago

#141 - Added packaged Catch2 support and switched to v3

Pull Request - State: closed - Opened by xvitaly over 1 year ago - 9 comments

#140 - A new release?

Issue - State: closed - Opened by MacDada over 1 year ago - 2 comments

#139 - Add CMake artifacts to .gitignore

Pull Request - State: closed - Opened by vpodzime over 1 year ago

#138 - remove submodule directory

Pull Request - State: closed - Opened by j-mew-s over 1 year ago - 1 comment

#137 - Updated monadic interface for PR2505r1

Pull Request - State: open - Opened by georg-emg almost 2 years ago

#136 - added workaround for wrong value of __cplusplus in MSVC compiler

Pull Request - State: open - Opened by georg-emg almost 2 years ago

#135 - added expected::rebind

Pull Request - State: open - Opened by georg-emg almost 2 years ago

#134 - added in_place_t as first parameter to constructors of tl::unexpected

Pull Request - State: open - Opened by georg-emg almost 2 years ago

#133 - Sync names with C++23

Issue - State: closed - Opened by peci1 almost 2 years ago

#131 - Fixed issue #129

Pull Request - State: closed - Opened by andy-byers almost 2 years ago

#130 - Fixed issue #129.

Pull Request - State: closed - Opened by andy-byers almost 2 years ago - 1 comment

#129 - Issues compiling with exceptions disabled

Issue - State: closed - Opened by andy-byers almost 2 years ago - 1 comment

#128 - Some warnings when compiling with g++ 12

Issue - State: open - Opened by correaa almost 2 years ago

#127 - "Fix issue#126"

Pull Request - State: open - Opened by pnpuranik almost 2 years ago

#125 - Allow construction directly from an unexpected type

Pull Request - State: open - Opened by cjvaughter almost 2 years ago

#124 - `tl::make_unexpected()` should be `[[nodiscard]]`

Issue - State: open - Opened by azais-corentin almost 2 years ago

#123 - Test on many compilers

Pull Request - State: closed - Opened by TartanLlama almost 2 years ago

#122 - Unnecessary move in `emplace`

Issue - State: closed - Opened by TartanLlama about 2 years ago

#121 - operator== fails to compile if T is void

Issue - State: closed - Opened by Crzyrndm about 2 years ago - 1 comment

#120 - Update Catch2 to version 3

Pull Request - State: closed - Opened by jstranik about 2 years ago - 1 comment

#119 - Rename test folder to test (for evoke), fix warnings in pedantic

Pull Request - State: open - Opened by dascandy about 2 years ago

#118 - Add `error_or` to round off functional interface

Issue - State: open - Opened by operator-name about 2 years ago

#117 - Remove undefined behaviour

Pull Request - State: closed - Opened by daira about 2 years ago - 5 comments

#116 - Update Catch2 version to fix compilation error with glibc greater than 2.33

Pull Request - State: closed - Opened by SeedyROM about 2 years ago - 3 comments

#114 - Failure to compile on glibc 2.34 and later

Issue - State: closed - Opened by GabrielRavier over 2 years ago - 4 comments

#113 - Is expected::error() ment to throw if it contains a value.

Issue - State: open - Opened by ashley-b over 2 years ago - 3 comments

#112 - #ifdef guards for enabling/disabling extensions

Issue - State: open - Opened by LouisHLAV over 2 years ago - 1 comment

#111 - Restructure CMakeLists.txt to be suitable for CPM.cmake

Pull Request - State: open - Opened by plevold over 2 years ago

#110 - Add missing value() for void types

Pull Request - State: closed - Opened by conr2d over 2 years ago - 7 comments

#109 - Add deduction guide to tl::unexpected

Pull Request - State: closed - Opened by jharmer95 over 2 years ago

#108 - expected<void, E>::value()

Issue - State: open - Opened by vasama over 2 years ago

#107 - Can't call in-place unexpected constructor with more than one param

Issue - State: closed - Opened by BMBurstein over 2 years ago - 2 comments

#106 - Terminate in `throw_exception` when exceptions are disabled

Pull Request - State: open - Opened by mhx almost 3 years ago - 1 comment

#105 - MSVC always compiles in C++11 mode

Issue - State: open - Opened by Ahajha almost 3 years ago

#104 - Mark destructors as constexpr

Issue - State: open - Opened by bboysnick5 almost 3 years ago

#103 - Use move construction in swap implementation

Pull Request - State: closed - Opened by bobbleclank almost 3 years ago

#102 - Support changing the error type via `.or_else`

Issue - State: open - Opened by Quuxplusone almost 3 years ago - 1 comment

#101 - SFINAE-friendly `and_then` and `map`

Pull Request - State: open - Opened by Quuxplusone almost 3 years ago

#100 - Hidden-friend tl::unexpected's comparison operators (and add tests)

Pull Request - State: open - Opened by Quuxplusone almost 3 years ago

#98 - Fix `-Wreturn-type` and `-Wunused-parameter` warnings in tests. NFC.

Pull Request - State: open - Opened by Quuxplusone almost 3 years ago

#97 - User-provided move constructor issue

Issue - State: open - Opened by sparik almost 3 years ago

#96 - Mention being tested on OpenBSD

Pull Request - State: open - Opened by klemensn almost 3 years ago

#95 - Is there a way to enforce a shared pointer copy, and never a move?

Issue - State: closed - Opened by aneksteind about 3 years ago - 3 comments

#94 - Kind of hideous to view in a debugger, isn't it?

Issue - State: closed - Opened by jerkstorecaller about 3 years ago - 2 comments

#93 - Fix noexcept specifier expressions for move operations

Pull Request - State: open - Opened by bobbleclank about 3 years ago - 1 comment

#92 - Fix warnings in test

Pull Request - State: closed - Opened by bobbleclank about 3 years ago

#91 - make_unexpected isn't compiled in VS19 C++20

Issue - State: open - Opened by sergeypolkovnikov about 3 years ago

#90 - Fix use of std::remove_cv in static_assert

Pull Request - State: closed - Opened by bobbleclank about 3 years ago

#89 - tl::unexpected("Some string") does not compile

Issue - State: closed - Opened by scottschurr over 3 years ago - 1 comment

#88 - Add SPDX license header

Pull Request - State: open - Opened by nicolasfella over 3 years ago

#87 - Add monadic bind operators, >= and >

Pull Request - State: open - Opened by ezzieyguywuf over 3 years ago - 6 comments

#86 - Build fails on MSVC

Issue - State: closed - Opened by emmenlau over 3 years ago - 1 comment

#85 - tl::expected<void, error> core dumping in error destructor

Issue - State: open - Opened by petetheladd over 3 years ago - 3 comments

#84 - Add support for building on Apple silicon

Pull Request - State: open - Opened by Developer-Ecosystem-Engineering over 3 years ago

#83 - Ffffgiifkkmfcfcfund ich oder fitccoo DDR Spielzeug n d igncxccxxd das

Issue - State: closed - Opened by martinus over 3 years ago - 4 comments

#80 - Fix unused-parameter warning when exceptions are disabled

Pull Request - State: closed - Opened by apmorton over 4 years ago - 2 comments

#79 - Compilation errors with GCC10

Issue - State: closed - Opened by sum01 over 4 years ago - 4 comments

#78 - Request for std::launder usage in C++17 and later

Issue - State: open - Opened by swan-gh over 4 years ago

#77 - Use of placement new in expected_operations_base.

Issue - State: open - Opened by swan-gh over 4 years ago - 2 comments

#76 - Make an nullopt if an error is returned

Issue - State: open - Opened by paulfd over 4 years ago - 2 comments

#75 - 1.0.1+ release (for e.g. inclusion in conan-center-index)

Issue - State: closed - Opened by hannahwhy almost 5 years ago - 2 comments

#74 - Fix Test failing on GCC and Clang

Pull Request - State: open - Opened by ObiWahn almost 5 years ago - 3 comments

#73 - Issue with cmake

Issue - State: closed - Opened by SasLuca about 5 years ago - 1 comment

#72 - make_unexpected in a function marked noexcept

Issue - State: open - Opened by zomgrolf about 5 years ago

#71 - unused parameter 'e' [-Wunused-parameter] when compiling with -fno-exceptions

Issue - State: closed - Opened by andijcr about 5 years ago - 2 comments

#70 - Is expected meant to be trivial if the template types are trivial?

Issue - State: open - Opened by jackgerrits about 5 years ago - 1 comment

#69 - Revamp CMake to be correct and easy to understand

Pull Request - State: closed - Opened by bruxisma about 5 years ago - 3 comments

#68 - [update]: CMake git_repository to URL

Pull Request - State: open - Opened by Milerius about 5 years ago

#67 - Reference support?

Issue - State: open - Opened by higaski about 5 years ago - 1 comment

#66 - VS 2019 Support?

Issue - State: closed - Opened by wbuck about 5 years ago - 2 comments

#65 - Trailing spaces

Issue - State: closed - Opened by adah1972 over 5 years ago

#64 - Syntax highlight in README

Pull Request - State: closed - Opened by LesleyLai over 5 years ago

#63 - What is the idiomatic way of returning success from void function?

Issue - State: closed - Opened by jackgerrits over 5 years ago - 2 comments