Skip to content

Add a Github Actions config #10

Add a Github Actions config

Add a Github Actions config #10

Triggered via pull request November 10, 2023 02:04
Status Failure
Total duration 14m 24s
Artifacts

tests.yml

on: pull_request
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

20 errors
tests (ubuntu-latest, gcc): include/boost/hana/experimental/type_name.hpp#L37
#error "No support for this compiler."
tests (ubuntu-latest, gcc): include/boost/hana/experimental/type_name.hpp#L40
‘pretty_function’ was not declared in this scope; did you mean ‘metafunction’?
tests (ubuntu-latest, gcc): include/boost/hana/experimental/type_name.hpp#L40
‘prefix_size’ was not declared in this scope
tests (ubuntu-latest, gcc): include/boost/hana/experimental/type_name.hpp#L40
‘total_size’ was not declared in this scope
tests (ubuntu-latest, gcc): include/boost/hana/experimental/type_name.hpp#L40
‘suffix_size’ was not declared in this scope
tests (ubuntu-latest, gcc): include/boost/hana/experimental/type_name.hpp#L40
could not convert ‘{<expression error>, <expression error>}’ from ‘<brace-enclosed initializer list>’ to ‘boost::hana::experimental::detail::cstring’
tests (ubuntu-latest, gcc)
Process completed with exit code 1.
tests (macos-latest, gcc): include/boost/hana/experimental/type_name.hpp#L37
#error "No support for this compiler."
tests (macos-latest, gcc): include/boost/hana/experimental/type_name.hpp#L40
'pretty_function' was not declared in this scope; did you mean 'metafunction'?
tests (macos-latest, gcc): include/boost/hana/experimental/type_name.hpp#L40
'prefix_size' was not declared in this scope
tests (macos-latest, gcc): include/boost/hana/experimental/type_name.hpp#L40
'total_size' was not declared in this scope
tests (macos-latest, gcc): include/boost/hana/experimental/type_name.hpp#L40
'suffix_size' was not declared in this scope
tests (macos-latest, gcc): include/boost/hana/experimental/type_name.hpp#L40
could not convert '{<expression error>, <expression error>}' from '<brace-enclosed initializer list>' to 'boost::hana::experimental::detail::cstring'
tests (macos-latest, gcc)
Process completed with exit code 1.
tests (macos-latest, latest-stable)
Process completed with exit code 1.
tests (macos-latest, llvm): test/experimental/type_name.cpp#L36
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#L41
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.
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.