Skip to content

Began implementing the XML writer in the new style #46

Began implementing the XML writer in the new style

Began implementing the XML writer in the new style #46

Triggered via push December 28, 2023 21:37
Status Failure
Total duration 4m 54s
Artifacts

test.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

14 errors
linux-clang: include/rfl/xml/Writer.hpp#L58
no matching member function for call to 'append_child'
linux-clang: include/rfl/xml/write.hpp#L41
no matching constructor for initialization of 'Writer'
linux-clang: include/rfl/xml/Parser.hpp#L33
constraints not satisfied for class template 'Parser' [with R = rfl::xml::Reader, W = rfl::xml::Writer, T = test_array::Person]
linux-clang: include/rfl/flexbuf/Parser.hpp#L12
constraints not satisfied for class template 'Parser' [with R = rfl::flexbuf::Reader, W = rfl::flexbuf::Writer, T = Person]
linux-clang: include/rfl/flexbuf/Parser.hpp#L12
constraints not satisfied for class template 'Parser' [with R = rfl::flexbuf::Reader, W = rfl::flexbuf::Writer, T = Person]
linux-clang: include/rfl/flexbuf/Parser.hpp#L12
constraints not satisfied for class template 'Parser' [with R = rfl::flexbuf::Reader, W = rfl::flexbuf::Writer, T = test_anonymous_fields::Person]
linux-clang: include/rfl/flexbuf/Parser.hpp#L12
constraints not satisfied for class template 'Parser' [with R = rfl::flexbuf::Reader, W = rfl::flexbuf::Writer, T = test_anonymous_fields::Person]
linux-clang
Process completed with exit code 2.
linux-gcc: include/rfl/xml/Writer.hpp#L58
no matching function for call to ‘pugi::xml_node::append_child(pugi::xml_node_type) const’
linux-gcc: include/rfl/xml/write.hpp#L41
no matching function for call to ‘rfl::xml::Writer::Writer()’
linux-gcc: include/rfl/xml/Parser.hpp#L33
template constraint failure for ‘template<class R, class W, class T> requires AreReaderAndWriter<R, W, T> struct rfl::parsing::Parser’
linux-gcc: include/rfl/flexbuf/Parser.hpp#L12
template constraint failure for ‘template<class R, class W, class T> requires AreReaderAndWriter<R, W, T> struct rfl::parsing::Parser’
linux-gcc: include/rfl/flexbuf/Parser.hpp#L12
template constraint failure for ‘template<class R, class W, class T> requires AreReaderAndWriter<R, W, T> struct rfl::parsing::Parser’
linux-gcc
Process completed with exit code 2.