Skip to content

Task coroutine

Task coroutine #187

Triggered via pull request February 27, 2024 13:11
@xlaukoxlauko
synchronize #44
task-coroutine
Status Failure
Total duration 1m 23s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
build: coro/include/gap/coro/single_consumer_event.hpp#L35
‘void gap::coro::single_consumer_event::set()’ conflicts with a previous declaration
build: coro/include/gap/coro/single_consumer_event.hpp#L66
‘atomic’ in namespace ‘std’ does not name a template type
build: coro/include/gap/coro/single_consumer_event.hpp#L24
class ‘gap::coro::single_consumer_event’ does not have any field named ‘m_state’
build: coro/include/gap/coro/single_consumer_event.hpp#L28
‘m_state’ was not declared in this scope
build: coro/include/gap/coro/single_consumer_event.hpp#L28
‘memory_order_acquire’ is not a member of ‘std’
build: coro/include/gap/coro/single_consumer_event.hpp#L32
‘m_state’ was not declared in this scope
build: coro/include/gap/coro/single_consumer_event.hpp#L32
‘memory_order_acq_rel’ is not a member of ‘std’
build: coro/include/gap/coro/single_consumer_event.hpp#L39
‘m_state’ was not declared in this scope
build: coro/include/gap/coro/single_consumer_event.hpp#L39
‘memory_order_relaxed’ is not a member of ‘std’
build: coro/include/gap/coro/single_consumer_event.hpp#L50
declaration of ‘awaiter’ shadows a member of ‘gap::coro::single_consumer_event::operator co_await()::awaiter’ [-Werror=shadow]
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, lukka/run-vcpkg@v10. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/