0.2.34
Version 0.2.34, see changelog
- Added
mbo::types::Required
which is similar toRefWrap
but stores the actual type (and unlikestd::optional
cannot be reset). - Added
mbo::testing::WhenTransformedBy
which allows to compare containers after transforming them. - Added custom Bazel flag
--//mbo/config:require_throws
which controls whetherMBO_CONFIG_REQUIRE
throw exceptions or use crash logging (the defaultFalse
or0
). This mostly affects containers. - Added custom Bazel flag
--//mbo/config:limited_ordered_max_unroll_capacity
. This was undocumented as--//mbo/container:limited_ordered_max_unroll_capacity
until now (though listed in the changelog). It controls the maximum unroll size for LimitedOrdered/Map/Set.
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "com_helly25_mbo",
url = "https://github.com/helly25/mbo/archive/refs/tags/0.2.34.tar.gz",
sha256 = "cf17af5cffe3accae067e25b2c2cec528272fef3e5f2b87f980ccb4c1f3681b8",
)