bazel-coverage-report-renderer v0.7 Release Notes

Release Date: 2018-12-24 // over 5 years ago
  • βž• Added

    • πŸ‘Œ Support for Bazel 0.20.0. This is now also the lower bound for the supported version.
    • πŸ‘Œ Supported reexported modules, via the new exports attribute. See #357.
    • πŸ‘Œ Support linkstatic attribute, for building mostly static binaries. This is now the default for binaries, to match the C/C++ rules defaults. See #378.
    • 0️⃣ It is now possible to set default Haddock flags in the toolchain definition. See #425.
    • πŸ‘Œ Support wrapping Haskell libraries as shared objects callable from Python. See #370.

    πŸ”„ Changed

    • REPL targets have changed name. If you have a library target foo, then the corresponding REPL target is now called foo@repl. It was previously called foo-repl. The old name is still supported but is deprecated.
    • 0️⃣ Don't set a default version number anymore in libraries and binaries. Version numbers, and CPP version macros, are now only used for packages imported from Hackage. Don't use them otherwise. See #386, #414 and #446.
    • 🍎 On macOS, we use ar for linking, not Libtool. See #392.
    • The runfiles Haskell library has been broken out into a Cabal library and published on Hackage.

    πŸ›  Fixed

    • πŸ— Make REPL force building of dependencies. See #363.
    • πŸ‘€ Don’t crash on inputs missing .haddock interface files. See #362
    • πŸ›  Fix handling of non-unique package names. See #403.