Skip to content

refactor: migrate to cpp 23 #1

refactor: migrate to cpp 23

refactor: migrate to cpp 23 #1

Triggered via pull request March 17, 2024 21:28
Status Failure
Total duration 3m 18s
Artifacts

pr-check.yml

on: pull_request
static-analysis
1m 16s
static-analysis
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 2 warnings
source/main.cpp:4:10 [clang-diagnostic-error]: source/main.cpp#L4
'ftxui/component/component.hpp' file not found
source/utils/date.hpp:17:44 [clang-diagnostic-error]: source/utils/date.hpp#L17
no type named 'year_month_day' in namespace 'std::chrono'
source/utils/date.hpp:31:54 [clang-diagnostic-error]: source/utils/date.hpp#L31
no type named 'year_month_day' in namespace 'std::chrono'
source/utils/date.hpp:39:21 [clang-diagnostic-error]: source/utils/date.hpp#L39
no type named 'year_month_day' in namespace 'std::chrono'
source/utils/date.hpp:40:50 [clang-diagnostic-error]: source/utils/date.hpp#L40
no member named 'days' in namespace 'std::chrono'
source/utils/date.hpp:41:25 [clang-diagnostic-error]: source/utils/date.hpp#L41
no member named 'year_month_day' in namespace 'std::chrono'
source/utils/date.hpp:41:39 [clang-diagnostic-error]: source/utils/date.hpp#L41
expected ';' after return statement
source/utils/date.hpp:44:42 [clang-diagnostic-error]: source/utils/date.hpp#L44
no type named 'year_month_day' in namespace 'std::chrono'
source/utils/date.hpp:45:39 [clang-diagnostic-error]: source/utils/date.hpp#L45
no member named 'sys_days' in namespace 'std::chrono'
static-analysis
Process completed with exit code 1.
build (gcc, ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (clang, ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.