Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion include/rfl/OneOf.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ struct OneOf {
static rfl::Result<T> validate_impl(const T& _value,
std::vector<Error> _errors) {
return Head::validate(_value)
.and_then([&](auto&& _result) -> rfl::Result<T> {
.and_then([&](auto&& /*_result*/) -> rfl::Result<T> {
if constexpr (sizeof...(Tail) == 0) {
if (_errors.size() == sizeof...(Cs)) {
return _value;
Expand Down
4 changes: 2 additions & 2 deletions include/rfl/parsing/FieldVariantParser.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@
}

static schema::Type to_schema(
std::map<std::string, schema::Type>* _definitions,
std::vector<schema::Type> _types = {}) {
std::map<std::string, schema::Type>* /*_definitions*/,
std::vector<schema::Type> /*_types = {}*/) {
using VariantType = rfl::Variant<NamedTuple<FieldTypes>...>;
return Parser<R, W, VariantType, ProcessorsType>::to_schema(_definitions);

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (MSGPACK-C++20-llvm-18)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (MSGPACK-C++20-llvm-18)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (UBJSON-C++20-gcc-13)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (UBJSON-C++20-gcc-13)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (MSGPACK-C++20-gcc-14)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (MSGPACK-C++20-gcc-14)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (UBJSON-C++23-llvm-18)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (UBJSON-C++23-llvm-18)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (MSGPACK-C++20-gcc-13)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (MSGPACK-C++20-gcc-13)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (CBOR-C++23-llvm-18)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (CBOR-C++23-llvm-18)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (CBOR-C++20-llvm-16)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (CBOR-C++20-llvm-16)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (UBJSON-C++20-gcc-14)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (UBJSON-C++20-gcc-14)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-gcc-11)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-gcc-11)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-gcc-11)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-gcc-11)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (TOML-C++20-llvm-17)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (TOML-C++20-llvm-17)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (YAML-C++23-llvm-18)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (YAML-C++23-llvm-18)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (XML-C++23-gcc-14)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (XML-C++23-gcc-14)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-17)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-17)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-17)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-17)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (XML-C++20-llvm-16)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (XML-C++20-llvm-16)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-gcc-14)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-gcc-14)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-gcc-14)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-gcc-14)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-18)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-18)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-18)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-18)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (YAML-C++20-gcc-14)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (YAML-C++20-gcc-14)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++23-gcc-14)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++23-gcc-14)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++23-gcc-14)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++23-gcc-14)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (TOML-C++20-gcc-14)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (TOML-C++20-gcc-14)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (FLEXBUFFERS-C++20-gcc-12)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (FLEXBUFFERS-C++20-gcc-12)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (FLEXBUFFERS-C++20-gcc-14)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (FLEXBUFFERS-C++20-gcc-14)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (MSGPACK-C++20-gcc-11)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (MSGPACK-C++20-gcc-11)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (CBOR-C++20-llvm-18)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (CBOR-C++20-llvm-18)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (TOML-C++20-llvm-18)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (TOML-C++20-llvm-18)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (TOML-C++20-llvm-16)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (TOML-C++20-llvm-16)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (MSGPACK-C++20-llvm-16)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (MSGPACK-C++20-llvm-16)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-16)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-16)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-16)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-llvm-16)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (YAML-C++20-gcc-11)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (YAML-C++20-gcc-11)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (CAPNPROTO-C++20-llvm-18)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (CAPNPROTO-C++20-llvm-18)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (TOML-C++20-gcc-11)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (TOML-C++20-gcc-11)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (CAPNPROTO-C++20-gcc-11)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (CAPNPROTO-C++20-gcc-11)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (XML-C++20-llvm-17)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (XML-C++20-llvm-17)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (CAPNPROTO-C++20-llvm-16)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (CAPNPROTO-C++20-llvm-16)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (AVRO-C++23-gcc-14)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (AVRO-C++23-gcc-14)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (UBJSON-C++20-llvm-18)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (UBJSON-C++20-llvm-18)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (AVRO-C++20-llvm-17)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (AVRO-C++20-llvm-17)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (AVRO-C++20-llvm-18)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (AVRO-C++20-llvm-18)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (MSGPACK-C++20-gcc-12)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (MSGPACK-C++20-gcc-12)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (UBJSON-C++20-llvm-16)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (UBJSON-C++20-llvm-16)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (YAML-C++20-gcc-13)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (YAML-C++20-gcc-13)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (XML-C++20-gcc-11)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (XML-C++20-gcc-11)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (CBOR-C++20-llvm-17)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (CBOR-C++20-llvm-17)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++23-llvm-18)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++23-llvm-18)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++23-llvm-18)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++23-llvm-18)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-gcc-12)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-gcc-12)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-gcc-12)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-gcc-12)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (YAML-C++23-gcc-14)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (YAML-C++23-gcc-14)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (CAPNPROTO-C++23-llvm-18)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (CAPNPROTO-C++23-llvm-18)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (XML-C++20-gcc-13)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (XML-C++20-gcc-13)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (YAML-C++20-llvm-17)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (YAML-C++20-llvm-17)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (CBOR-C++20-gcc-14)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (CBOR-C++20-gcc-14)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (TOML-C++20-gcc-13)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (TOML-C++20-gcc-13)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (FLEXBUFFERS-C++20-llvm-17)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (FLEXBUFFERS-C++20-llvm-17)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (TOML-C++23-llvm-18)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (TOML-C++23-llvm-18)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (YAML-C++20-llvm-18)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (YAML-C++20-llvm-18)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-gcc-13)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-gcc-13)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-gcc-13)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (JSON-C++20-gcc-13)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (MSGPACK-C++23-llvm-18)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (MSGPACK-C++23-llvm-18)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (XML-C++20-llvm-18)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (XML-C++20-llvm-18)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (AVRO-C++20-gcc-12)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (AVRO-C++20-gcc-12)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (UBJSON-C++20-gcc-12)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (UBJSON-C++20-gcc-12)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (AVRO-C++20-llvm-16)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (AVRO-C++20-llvm-16)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (AVRO-C++20-gcc-14)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (AVRO-C++20-gcc-14)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (UBJSON-C++23-gcc-14)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (UBJSON-C++23-gcc-14)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (FLEXBUFFERS-C++20-gcc-11)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (FLEXBUFFERS-C++20-gcc-11)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (XML-C++20-gcc-14)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (XML-C++20-gcc-14)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (XML-C++20-gcc-12)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (XML-C++20-gcc-12)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (TOML-C++20-gcc-12)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (TOML-C++20-gcc-12)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (UBJSON-C++20-gcc-11)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (UBJSON-C++20-gcc-11)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (AVRO-C++20-gcc-13)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (AVRO-C++20-gcc-13)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (FLEXBUFFERS-C++20-gcc-13)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (FLEXBUFFERS-C++20-gcc-13)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (YAML-C++20-gcc-12)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (YAML-C++20-gcc-12)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (CBOR-C++20-gcc-11)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (CBOR-C++20-gcc-11)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (MSGPACK-C++20-llvm-17)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (MSGPACK-C++20-llvm-17)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (CBOR-C++20-gcc-12)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (CBOR-C++20-gcc-12)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (FLEXBUFFERS-C++20-llvm-18)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (FLEXBUFFERS-C++20-llvm-18)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (CBOR-C++20-gcc-13)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (CBOR-C++20-gcc-13)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (AVRO-C++23-llvm-18)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (AVRO-C++23-llvm-18)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (CAPNPROTO-C++20-gcc-14)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (CAPNPROTO-C++20-gcc-14)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (CBOR-C++23-gcc-14)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (UBJSON-C++20-llvm-17)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (CBOR-C++23-gcc-14)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (UBJSON-C++20-llvm-17)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (AVRO-C++20-gcc-11)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (AVRO-C++20-gcc-11)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (FLEXBUFFERS-C++23-llvm-18)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (FLEXBUFFERS-C++23-llvm-18)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (FLEXBUFFERS-C++20-llvm-16)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (FLEXBUFFERS-C++20-llvm-16)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (TOML-C++23-gcc-14)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (TOML-C++23-gcc-14)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (XML-C++23-llvm-18)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (XML-C++23-llvm-18)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (MSGPACK-C++23-gcc-14)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (MSGPACK-C++23-gcc-14)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (YAML-C++20-llvm-16)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (YAML-C++20-llvm-16)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (CAPNPROTO-C++20-llvm-17)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (CAPNPROTO-C++20-llvm-17)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (FLEXBUFFERS-C++23-gcc-14)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (FLEXBUFFERS-C++23-gcc-14)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (CAPNPROTO-C++20-gcc-12)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (CAPNPROTO-C++20-gcc-12)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (CAPNPROTO-C++20-gcc-13)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (CAPNPROTO-C++20-gcc-13)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (CAPNPROTO-C++23-gcc-14)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (CAPNPROTO-C++23-gcc-14)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / macos-latest (benchmarks)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / macos-latest (benchmarks)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / macos-latest (benchmarks)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (PARQUET-C++20-gcc-11)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (PARQUET-C++20-gcc-11)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / macos-latest (tests)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / macos-latest (tests)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / macos-latest (tests)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / macos-latest (tests)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (PARQUET-C++20-gcc-13)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (PARQUET-C++20-gcc-13)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (PARQUET-C++23-gcc-14)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (PARQUET-C++23-gcc-14)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (PARQUET-C++20-llvm-16)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (PARQUET-C++20-llvm-16)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++23-gcc-14)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++23-gcc-14)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++23-gcc-14)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (PARQUET-C++20-gcc-14)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (PARQUET-C++20-gcc-14)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++20-gcc-13)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++20-gcc-13)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++20-gcc-14)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++20-gcc-14)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (PARQUET-C++20-llvm-18)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (PARQUET-C++20-llvm-18)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++20-gcc-11)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++20-gcc-11)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++20-gcc-11)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (PARQUET-C++23-llvm-18)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (PARQUET-C++23-llvm-18)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (PARQUET-C++20-llvm-17)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (PARQUET-C++20-llvm-17)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++23-gcc-14)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++23-gcc-14)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (PARQUET-C++20-gcc-12)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (PARQUET-C++20-gcc-12)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++20-llvm-16)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++20-llvm-16)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++20-llvm-16)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++20-llvm-17)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++20-llvm-17)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++20-llvm-17)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++20-gcc-13)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++20-gcc-13)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++20-gcc-13)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++20-gcc-11)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++20-gcc-11)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++23-llvm-18)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++23-llvm-18)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++23-llvm-18)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++20-gcc-14)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++20-gcc-14)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++20-gcc-14)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++20-llvm-18)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++20-llvm-18)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++20-llvm-16)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++20-llvm-16)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++20-llvm-18)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++20-llvm-18)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++20-llvm-18)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++20-gcc-12)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++20-gcc-12)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (benchmarks-C++20-gcc-12)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++20-llvm-17)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++20-llvm-17)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++23-llvm-18)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++23-llvm-18)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++20-gcc-12)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / (headers-C++20-gcc-12)

‘_definitions’ was not declared in this scope

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / macos-13 (tests)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / macos-13 (tests)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / macos-13 (benchmarks)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / macos-13 (benchmarks)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / macos-13 (benchmarks)

use of undeclared identifier '_definitions'

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / windows-msvc (benchmarks)

'_definitions': undeclared identifier

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / windows-msvc (benchmarks)

'_definitions': identifier not found

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / windows-msvc (benchmarks)

'_definitions': undeclared identifier

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / windows-msvc (benchmarks)

'_definitions': identifier not found

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / windows-msvc (benchmarks)

'_definitions': undeclared identifier

Check failure on line 78 in include/rfl/parsing/FieldVariantParser.hpp

View workflow job for this annotation

GitHub Actions / windows-msvc (benchmarks)

'_definitions': identifier not found
Comment on lines +75 to 78
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

There are a couple of issues with the changes to this function signature:

  1. The parameter _definitions is marked as unused by commenting out its name, but it is used on line 78. This will cause a compilation error.
  2. The default value for the _types parameter has been commented out. This changes the function's signature and can break existing calls that rely on the default argument.

To fix this, you should restore the name for _definitions and only comment out the name for _types, keeping its default value.

Suggested change
std::map<std::string, schema::Type>* /*_definitions*/,
std::vector<schema::Type> /*_types = {}*/) {
using VariantType = rfl::Variant<NamedTuple<FieldTypes>...>;
return Parser<R, W, VariantType, ProcessorsType>::to_schema(_definitions);
std::map<std::string, schema::Type>* _definitions,
std::vector<schema::Type> /*_types*/ = {}) {
using VariantType = rfl::Variant<NamedTuple<FieldTypes>...>;
return Parser<R, W, VariantType, ProcessorsType>::to_schema(_definitions);

}
};
} // namespace parsing
Expand Down
2 changes: 1 addition & 1 deletion include/rfl/parsing/Parser_bytestring.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ struct Parser<R, W, Bytestring, ProcessorsType> {
}

static schema::Type to_schema(
std::map<std::string, schema::Type>* _definitions) {
std::map<std::string, schema::Type>* /*_definitions*/) {
return schema::Type{schema::Type::Bytestring{}};
}
};
Expand Down
2 changes: 1 addition & 1 deletion include/rfl/parsing/Parser_vectorstring.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ struct Parser<R, W, Vectorstring, ProcessorsType> {
}

static schema::Type to_schema(
std::map<std::string, schema::Type>* _definitions) {
std::map<std::string, schema::Type>* /*_definitions*/) {
return schema::Type{schema::Type::Vectorstring{}};
}
};
Expand Down
Loading