Skip to content

Moved Array.hpp and wrap_in_rfl_array_t into internal #69

Moved Array.hpp and wrap_in_rfl_array_t into internal

Moved Array.hpp and wrap_in_rfl_array_t into internal #69

Triggered via push January 4, 2024 03:39
Status Failure
Total duration 7m 0s
Artifacts

test.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 errors
linux-clang: include/rfl/xml/read.hpp#L35
'auto' in return type deduced as 'Result<Person>' here but deduced as 'Error' in earlier return statement
linux-clang: tests/xml/write_and_read.hpp#L16
invalid argument type 'const Error' to unary expression
linux-clang: tests/xml/write_and_read.hpp#L23
no member named 'value' in 'rfl::Error'
linux-clang: include/rfl/yaml/read.hpp#L31
'auto' in return type deduced as 'Error' here but deduced as 'Result<Person>' in earlier return statement
linux-clang
Process completed with exit code 2.
linux-gcc: include/rfl/xml/read.hpp#L35
inconsistent deduction for auto return type: ‘rfl::Error’ and then ‘rfl::Result<test_array::Person>’
linux-gcc: include/rfl/xml/read.hpp#L35
no matching function for call to ‘rfl::Error::Error(rfl::Result<test_array::Person>)’
linux-gcc: tests/xml/write_and_read.hpp#L16
no match for ‘operator!’ (operand type is ‘const rfl::Error’)
linux-gcc: tests/xml/write_and_read.hpp#L17
‘const class rfl::Error’ has no member named ‘error’; did you mean ‘Error’?
linux-gcc: tests/xml/write_and_read.hpp#L23
‘const class rfl::Error’ has no member named ‘value’
linux-gcc: include/rfl/yaml/read.hpp#L31
inconsistent deduction for auto return type: ‘rfl::Result<test_array::Person>’ and then ‘rfl::Error’
linux-gcc
Process completed with exit code 2.