Skip to content

Task coroutine

Task coroutine #184

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

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
build: coro/include/gap/coro/fmap.hpp#L50
expected ‘)’ before ‘{’ token
build: coro/include/gap/coro/single_consumer_event.hpp#L21
elaborated-type-specifier for a scoped enum must not use the ‘class’ keyword [-Werror]
build: coro/include/gap/coro/single_consumer_event.hpp#L21
use of enum ‘state_kind’ without previous declaration
build: coro/include/gap/coro/single_consumer_event.hpp#L21
‘uint8_t’ is not a member of ‘std’
build: coro/include/gap/coro/single_consumer_event.hpp#L21
default member initializer for unnamed bit-field
build: coro/include/gap/coro/single_consumer_event.hpp#L68
‘atomic’ in namespace ‘std’ does not name a template type
build: coro/include/gap/coro/single_consumer_event.hpp#L26
class ‘gap::coro::single_consumer_event’ does not have any field named ‘m_state’
build: coro/include/gap/coro/single_consumer_event.hpp#L26
‘state_kind’ has not been declared
build: coro/include/gap/coro/single_consumer_event.hpp#L26
‘state_kind’ has not been declared
build: coro/include/gap/coro/single_consumer_event.hpp#L30
‘m_state’ was not declared in this scope
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/