Add a Github Actions config #8
Triggered via pull request
November 10, 2023 01:18
Status
Failure
Total duration
14m 13s
Artifacts
–
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
26 errors
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 (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 (windows-latest, gcc):
include/boost/hana/experimental/type_name.hpp#L37
#error "No support for this compiler."
|
tests (windows-latest, gcc):
include/boost/hana/experimental/type_name.hpp#L40
'pretty_function' was not declared in this scope; did you mean 'metafunction'?
|
tests (windows-latest, gcc):
include/boost/hana/experimental/type_name.hpp#L40
'prefix_size' was not declared in this scope
|
tests (windows-latest, gcc):
include/boost/hana/experimental/type_name.hpp#L40
'total_size' was not declared in this scope
|
tests (windows-latest, gcc):
include/boost/hana/experimental/type_name.hpp#L40
'suffix_size' was not declared in this scope
|
tests (windows-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 (windows-latest, gcc)
Process completed with exit code 1.
|
tests (macos-latest, llvm):
test/experimental/type_name.cpp#L33
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#L38
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.
|