Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / rvarago/absent issues and pull requests
#72 - Undefined symbols for architecture x86_64: "typeinfo for std::bad_variant_access", "vtable for std::bad_variant_access"
Issue -
State: open - Opened by barracuda156 about 2 years ago
#71 - Fixes to catch2 includes and macOS build
Pull Request -
State: open - Opened by barracuda156 about 2 years ago
#70 - feat: Support generic callables with std::invoke
Pull Request -
State: closed - Opened by rvarago over 4 years ago
#69 - feat: Pass by-value and then std::move it
Pull Request -
State: open - Opened by rvarago over 4 years ago
#68 - docs: Move "Obvious drawbacks" section into the top-level
Pull Request -
State: closed - Opened by rvarago over 4 years ago
#67 - docs: List obvious drawbacks
Pull Request -
State: closed - Opened by rvarago over 4 years ago
#66 - fix: tests: Add warnings on MSVC builds
Pull Request -
State: closed - Opened by rvarago over 4 years ago
#65 - Simplify aliasing for nullable and tidy documentation
Pull Request -
State: closed - Opened by rvarago over 4 years ago
#64 - fix: sink: Use std::forward to invoke wrapped callable
Pull Request -
State: closed - Opened by rvarago over 4 years ago
#63 - Use noexcept operator and simplify documentation
Pull Request -
State: closed - Opened by rvarago over 4 years ago
#62 - docs: Add reference to Vcpkg port
Pull Request -
State: closed - Opened by rvarago over 4 years ago
#61 - feature: from_variant: Restrict target type to variant's members
Pull Request -
State: closed - Opened by rvarago over 4 years ago
#60 - Don't build tests by default and clean up documentation
Pull Request -
State: closed - Opened by rvarago almost 5 years ago
#59 - feature: Add new operation to extract a variant into a nullable
Pull Request -
State: closed - Opened by rvarago almost 5 years ago
#58 - change: Drop special overloads for non-static member functions
Pull Request -
State: closed - Opened by rvarago almost 5 years ago
#57 - feature: Propagate non-member callables by forwarding-reference
Pull Request -
State: closed - Opened by rvarago almost 5 years ago
#56 - change: Use STL-compatible names in the API
Pull Request -
State: closed - Opened by rvarago almost 5 years ago
#55 - change: Stop implementing combinators in terms of a common syntax
Pull Request -
State: closed - Opened by rvarago almost 5 years ago
#54 - azure: Set up CI for Windows to build and run unit tests
Pull Request -
State: closed - Opened by rvarago almost 5 years ago
#53 - Update catch2 to 2.11.3 and remove conan packaging leftovers
Pull Request -
State: closed - Opened by rvarago almost 5 years ago
#52 - Makefile: Use $() instead of ${} to access variables
Pull Request -
State: closed - Opened by rvarago almost 5 years ago
#51 - conan: Move conan packaging to conan-center
Pull Request -
State: closed - Opened by rvarago almost 5 years ago
#50 - Upgrade catch2 and docker base image
Pull Request -
State: closed - Opened by rvarago almost 5 years ago
#49 - Rename attempt::run to attempt::or_catch
Pull Request -
State: closed - Opened by rvarago about 5 years ago
#48 - Add convenient execution_status for multiple error handling
Pull Request -
State: closed - Opened by rvarago about 5 years ago
#47 - Add support for multiple error handling via sink/blank
Pull Request -
State: closed - Opened by rvarago about 5 years ago
#46 - docs: Mention the option of consuming kitten from conan-center
Pull Request -
State: closed - Opened by rvarago about 5 years ago
#45 - Specify .clang-format and check formatting as part of the CI
Pull Request -
State: closed - Opened by rvarago about 5 years ago
#44 - Add new combinator: attempt
Pull Request -
State: closed - Opened by rvarago over 5 years ago
#43 - refactor: Allow make_empty to be more general
Pull Request -
State: closed - Opened by rvarago over 5 years ago
#42 - Change foreach to include syntax.h instead of bind.h
Pull Request -
State: closed - Opened by rvarago over 5 years ago
#41 - tests: Use Catch2 as the test framework and simplify tests
Pull Request -
State: closed - Opened by rvarago over 5 years ago
#40 - Pass lambda parameter by const reference inside fmap/bind
Pull Request -
State: closed - Opened by rvarago over 5 years ago
#39 - Rename function parameters to better express their purposes
Pull Request -
State: closed - Opened by rvarago over 5 years ago
#38 - conan: Depend on gtest via build_requires
Pull Request -
State: closed - Opened by rvarago over 5 years ago
#37 - Implement fmap/bind in terms of syntax.h and not instance.h
Pull Request -
State: closed - Opened by rvarago over 5 years ago
#36 - Refactor foreach on top of the basis functions
Pull Request -
State: closed - Opened by rvarago over 5 years ago
#35 - Add an easier way to select build type (Release/Debug)
Pull Request -
State: closed - Opened by rvarago over 5 years ago
#34 - Pass arguments by-ref instead of by-value and then move
Pull Request -
State: closed - Opened by rvarago over 5 years ago
#33 - Handle multi parameter nullable types correctly in fmap
Pull Request -
State: closed - Opened by denizevrenci over 5 years ago
- 1 comment
#32 - Remove support for unique_ptr and use noexcept
Pull Request -
State: closed - Opened by rvarago over 5 years ago
#31 - Let the build folder be a customizable variable and ignore it for docker builds
Pull Request -
State: closed - Opened by rvarago over 5 years ago
#30 - refactor: syntax: Use move to forward arguments inside make
Pull Request -
State: closed - Opened by rvarago over 5 years ago
#29 - refator: Use operators instead of named functions
Pull Request -
State: closed - Opened by rvarago over 5 years ago
#28 - refactor: Don't implement fmap in terms of bind
Pull Request -
State: closed - Opened by rvarago over 5 years ago
#27 - Stabilize the API and make 1.0.0 release
Issue -
State: open - Opened by rvarago over 5 years ago
#26 - Add test to check memory leaks in the adapter for unique_ptr and some clean ups
Pull Request -
State: closed - Opened by rvarago over 5 years ago
#25 - Change to better separate concerns and add new combinator "eval"
Pull Request -
State: closed - Opened by rvarago over 5 years ago
#24 - change: Use _ instead of bind or fmap inside template classes
Pull Request -
State: closed - Opened by rvarago over 5 years ago
#23 - Clean ups for tests and don't run tests when packaging
Pull Request -
State: closed - Opened by rvarago over 5 years ago
#22 - Add support for either<A, E> as a left-biased alias for std::variant<A, E>
Pull Request -
State: closed - Opened by rvarago over 5 years ago
#21 - Renaming adaptors -> adapters
Pull Request -
State: closed - Opened by rvarago over 5 years ago
#20 - feature: Add support for composing unique_ptr
Pull Request -
State: closed - Opened by rvarago over 5 years ago
#19 - Move inside foreach and simplify notation
Pull Request -
State: closed - Opened by rvarago over 5 years ago
#18 - Redesign API and implementation to leverage code-reuse and expect move semantics
Pull Request -
State: closed - Opened by rvarago over 5 years ago
#17 - feature: Add adaptor for boost::optional
Pull Request -
State: closed - Opened by rvarago over 5 years ago
#16 - Clean ups after uploading Conan packages and simplify Makefile
Pull Request -
State: closed - Opened by rvarago over 5 years ago
#15 - conan: Add support to create a package for absent via Conan
Pull Request -
State: closed - Opened by rvarago over 5 years ago
#14 - Use conanfile.py instead of conanfile.txt
Pull Request -
State: closed - Opened by rvarago over 5 years ago
#13 - Add support to install absent and export its target into the system via Modern CMake
Pull Request -
State: closed - Opened by rvarago over 5 years ago
#12 - Make it possible to customize nullable via template specializations
Pull Request -
State: closed - Opened by rvarago over 5 years ago
#11 - tests: Refactor to std::nullopt to express empty optional
Pull Request -
State: closed - Opened by rvarago over 5 years ago
#10 - Change fmap infix version to | instead of &, clean ups, and docs
Pull Request -
State: closed - Opened by rvarago over 5 years ago
#9 - Improve README with better motivation/related work and spelling fixes
Pull Request -
State: closed - Opened by rvarago over 5 years ago
#8 - Introduce new combinator "foreach" to run actions on the wrapped value
Pull Request -
State: closed - Opened by rvarago over 5 years ago
#7 - Extract nullable-related operations into nullable.h
Pull Request -
State: closed - Opened by rvarago over 5 years ago
#6 - Add overload for fmap and bind to use with member functions
Pull Request -
State: closed - Opened by rvarago over 5 years ago
#5 - Combine fmap bind to solve movational example of person/address/zip_code
Pull Request -
State: closed - Opened by rvarago over 5 years ago
#4 - Introduce a new combinator "bind" to chain functions that yield nullable
Pull Request -
State: closed - Opened by rvarago over 5 years ago
#3 - Introduce new mapping function "fmap" to handle nullables as functors
Pull Request -
State: closed - Opened by rvarago over 5 years ago
#2 - docs: Add TravisCI build status label
Pull Request -
State: closed - Opened by rvarago over 5 years ago
#1 - Create casic setup: Makefile, CMake, Conan, Docker, and TravisCI
Pull Request -
State: closed - Opened by rvarago over 5 years ago