Add a Github Actions config #12
Annotations
12 errors
tests (macos-latest, latest-stable)
Process completed with exit code 1.
|
tests (ubuntu-latest, gcc):
include/boost/hana/assert.hpp#L232
static assertion failed: hana::equal( hana::experimental::type_name<void>(), (::boost::hana::string_detail::prepare([]{ struct tmp { static constexpr decltype(auto) get() { return "void"; } }; return tmp{}; }())) )
|
tests (ubuntu-latest, gcc):
include/boost/hana/assert.hpp#L232
static assertion failed: hana::equal( hana::experimental::type_name<int>(), (::boost::hana::string_detail::prepare([]{ struct tmp { static constexpr decltype(auto) get() { return "int"; } }; return tmp{}; }())) )
|
tests (ubuntu-latest, gcc)
Process completed with exit code 1.
|
tests (macos-latest, gcc):
include/boost/hana/assert.hpp#L232
static assertion failed: hana::equal( hana::experimental::type_name<void>(), (::boost::hana::string_detail::prepare([]{ struct tmp { static constexpr decltype(auto) get() { return "void"; } }; return tmp{}; }())) )
|
tests (macos-latest, gcc):
include/boost/hana/assert.hpp#L232
static assertion failed: hana::equal( hana::experimental::type_name<int>(), (::boost::hana::string_detail::prepare([]{ struct tmp { static constexpr decltype(auto) get() { return "int"; } }; return tmp{}; }())) )
|
tests (macos-latest, gcc)
Process completed with exit code 1.
|
tests (windows-latest, llvm):
test/issues/github_202.cpp#L16
static assertion failed due to requirement 'sizeof(boost::hana::tuple<boost::hana::pair<boost::hana::integral_constant<int, 0>, std::vector<int, std::allocator<int>>>, boost::hana::pair<boost::hana::integral_constant<int, 1>, std::vector<int, std::allocator<int>>>, boost::hana::pair<boost::hana::integral_constant<int, 2>, std::vector<int, std::allocator<int>>>, boost::hana::pair<boost::hana::integral_constant<int, 3>, std::vector<int, std::allocator<int>>>>) == sizeof(boost::hana::tuple<std::vector<int, std::allocator<int>>, std::vector<int, std::allocator<int>>, std::vector<int, std::allocator<int>>, std::vector<int, std::allocator<int>>>)':
|
tests (windows-latest, llvm)
Process completed with exit code 1.
|
tests (macos-latest, llvm):
test/experimental/type_name.cpp#L32
static assertion failed due to requirement '::boost::hana::value()': hana::equal( hana::experimental::type_name<void>(), (::boost::hana::string_detail::prepare([]{ struct tmp { static constexpr decltype(auto) get() { return "void"; } }; return tmp{}; }())) )
|
tests (macos-latest, llvm):
test/experimental/type_name.cpp#L37
static assertion failed due to requirement '::boost::hana::value()': hana::equal( hana::experimental::type_name<int>(), (::boost::hana::string_detail::prepare([]{ struct tmp { static constexpr decltype(auto) get() { return "int"; } }; return tmp{}; }())) )
|
tests (macos-latest, llvm)
Process completed with exit code 1.
|