Skip to content

0.2.34

Compare
Choose a tag to compare
@helly25 helly25 released this 09 Nov 12:11
· 17 commits to main since this release
da603cf

Version 0.2.34, see changelog

  • Added mbo::types::Required which is similar to RefWrap but stores the actual type (and unlike std::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 whether MBO_CONFIG_REQUIRE throw exceptions or use crash logging (the default False or 0). 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",
)