[backport] Assorted CI fixes and changes #510
Annotations
8 errors
Compilation:
tests/core/io/test_http_client.h#L44
no match for 'operator!=' (operand types are 'doctest::detail::Expression_lhs<Ref<HTTPClient>&>' and 'std::nullptr_t')
|
Compilation:
thirdparty/doctest/doctest.h#L1528
use of deleted function 'bool Ref<T>::operator!=(std::nullptr_t) const [with T = HTTPClient; std::nullptr_t = std::nullptr_t]'
|
Compilation:
core/error/error_macros.h#L339
use of deleted function 'bool Ref<T>::operator==(std::nullptr_t) const [with T = SpriteFrames; std::nullptr_t = std::nullptr_t]'
|
Compilation:
scene/2d/animated_sprite_2d.cpp#L544
use of deleted function 'bool Ref<T>::operator==(std::nullptr_t) const [with T = SpriteFrames; std::nullptr_t = std::nullptr_t]'
|
Compilation:
scene/resources/material.cpp#L40
use of deleted function 'bool Ref<T>::operator!=(std::nullptr_t) const [with T = Material; std::nullptr_t = std::nullptr_t]'
|
Compilation:
tests/scene/test_path_2d.h#L43
no match for 'operator==' (operand types are 'doctest::detail::Expression_lhs<Ref<Curve2D> >' and 'std::nullptr_t')
|
Compilation:
thirdparty/doctest/doctest.h#L1527
use of deleted function 'bool Ref<T>::operator==(std::nullptr_t) const [with T = Curve2D; std::nullptr_t = std::nullptr_t]'
|
Compilation
Process completed with exit code 2.
|
Loading