Support for the V ORM #757
ci.yml
on: push
Tests
16m 22s
Build for macOS
8m 18s
Build for Linux
1m 17s
Build for Windows
2m 33s
Annotations
14 errors and 12 warnings
Build for macOS
warning: 'MPROTECT_VDB' macro redefined [-Wmacro-redefined]
|
Build for macOS
note: previous definition is here
|
Build for macOS
warning: '_dyld_bind_fully_image_containing_address' is deprecated: first deprecated in macOS 10.5 - dlopen(RTLD_NOW) [-Wdeprecated-declarations]
|
Build for macOS
note: '_dyld_bind_fully_image_containing_address' has been explicitly marked deprecated here
|
Tests
warning: 'MPROTECT_VDB' macro redefined [-Wmacro-redefined]
|
Tests
note: previous definition is here
|
Tests
warning: '_dyld_bind_fully_image_containing_address' is deprecated: first deprecated in macOS 10.5 - dlopen(RTLD_NOW) [-Wdeprecated-declarations]
|
Tests
note: '_dyld_bind_fully_image_containing_address' has been explicitly marked deprecated here
|
Tests
warning: 'MPROTECT_VDB' macro redefined [-Wmacro-redefined]
|
Tests
note: previous definition is here
|
Tests
warning: '_dyld_bind_fully_image_containing_address' is deprecated: first deprecated in macOS 10.5 - dlopen(RTLD_NOW) [-Wdeprecated-declarations]
|
Tests
note: '_dyld_bind_fully_image_containing_address' has been explicitly marked deprecated here
|
Tests:
vsql/orm_test.v#L44
fn test_orm_create_success1 failed propagation with error: unable to open test.vsql: No such file or directory: CREATE TABLE ORMTABLE1 ("A_BOOL" BOOLEAN NOT NULL, "AN_F32" REAL NOT NULL, "AN_F64" DOUBLE PRECISION NOT NULL, "AN_I16" SMALLINT NOT NULL, "AN_I64" BIGINT NOT NULL, "AN_I8" SMALLINT NOT NULL, "AN_INT" INTEGER NOT NULL, "A_STRING" VARCHAR(2048) NOT NULL, "A_TIME" TIMESTAMP(6) WITH TIME ZONE NOT NULL, "AN_U16" INTEGER NOT NULL, "AN_U32" BIGINT NOT NULL, "AN_U64" NUMERIC(20) NOT NULL, "AN_U8" SMALLINT NOT NULL, "WHERE" INTEGER NOT NULL, "secret_name" INTEGER NOT NULL, "ORDER" INTEGER NOT NULL, "A_PRIMARY_KEY" INTEGER NOT NULL, "NOT_AN_INT" VARCHAR(2048) NOT NULL, "CUSTOM_SQL_TYPE" NUMERIC(10) NOT NULL, "INT_OR_NULL" INTEGER, PRIMARY KEY ("A_PRIMARY_KEY"))
|
Tests:
vsql/orm_test.v#L86
fn test_orm_create_success2 failed propagation with error: unable to open test.vsql: No such file or directory: CREATE TABLE "GROUP" ("DUMMY" INTEGER NOT NULL)
|
Build for Linux
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, nocturlab/setup-vlang-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build for Linux
Unexpected input(s) 'id', valid inputs are ['v-version']
|
Build for Linux
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Build for Windows
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, nocturlab/setup-vlang-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build for Windows
Unexpected input(s) 'id', valid inputs are ['v-version']
|
Build for Windows
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Build for macOS
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, nocturlab/setup-vlang-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build for macOS
Unexpected input(s) 'id', valid inputs are ['v-version']
|
Build for macOS
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, nocturlab/setup-vlang-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Tests
Unexpected input(s) 'id', valid inputs are ['v-version']
|
Tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|