V1 #31
Annotations
10 errors and 1 warning
tests/calcSize.test.ts > calcSize > должен правильно вычислять размер для простого объекта с примитивными типами:
port/js/src/parseType.ts#L83
Error: Unknown type: number, if is complex type you must define before the struct.
❯ Module.parseType src/parseType.ts:83:13
❯ Function.calcSize src/Buffer.ts:66:25
❯ tests/calcSize.test.ts:36:25
|
tests/calcSize.test.ts > calcSize > должен правильно вычислять размер для объекта с вложенными сложными типами:
port/js/src/parseType.ts#L83
Error: Unknown type: number, if is complex type you must define before the struct.
❯ Module.parseType src/parseType.ts:83:13
❯ Function.calcSize src/Buffer.ts:66:25
❯ tests/calcSize.test.ts:83:25
|
tests/calcSize.test.ts > calcSize > должен правильно вычислять размер для объекта со значениями null:
port/js/src/parseType.ts#L83
Error: Unknown type: number, if is complex type you must define before the struct.
❯ Module.parseType src/parseType.ts:83:13
❯ Function.calcSize src/Buffer.ts:66:25
❯ tests/calcSize.test.ts:139:25
|
tests/calcSize.test.ts > calcSize > должен правильно вычислять размер для объекта со значениями undefined:
port/js/src/parseType.ts#L83
Error: Unknown type: number, if is complex type you must define before the struct.
❯ Module.parseType src/parseType.ts:83:13
❯ Function.calcSize src/Buffer.ts:66:25
❯ tests/calcSize.test.ts:175:25
|
tests/messgen.test.js > Serialization deserialization tests > Basic types:
port/js/src/parseType.ts#L92
Error: Unknown type: Int8, if is complex type you must define before the struct.
❯ Module.parseType src/parseType.ts:92:11
❯ Struct._init src/Struct.ts:62:14
❯ Struct.set src/Struct.ts:49:12
❯ new Struct src/Struct.ts:24:10
❯ tests/messgen.test.js:10:25
|
tests/messgen.test.js > Serialization deserialization tests > Basic types fixed array size:
port/js/src/parseType.ts#L92
Error: Unknown type: Int8, if is complex type you must define before the struct.
❯ Module.parseType src/parseType.ts:92:11
❯ Struct._init src/Struct.ts:62:14
❯ Struct.set src/Struct.ts:49:12
❯ new Struct src/Struct.ts:24:10
❯ tests/messgen.test.js:55:25
|
tests/messgen.test.js > Serialization deserialization tests > Basic types dynamic array size:
port/js/src/parseType.ts#L92
Error: Unknown type: Int8, if is complex type you must define before the struct.
❯ Module.parseType src/parseType.ts:92:11
❯ Struct._init src/Struct.ts:62:14
❯ Struct.set src/Struct.ts:49:12
❯ new Struct src/Struct.ts:24:10
❯ tests/messgen.test.js:114:25
|
tests/messgen.test.js > Serialization deserialization tests > Basic message with header:
port/js/src/parseType.ts#L92
Error: Unknown type: Int8, if is complex type you must define before the struct.
❯ Module.parseType src/parseType.ts:92:11
❯ Struct._init src/Struct.ts:62:14
❯ Struct.set src/Struct.ts:49:12
❯ new Struct src/Struct.ts:24:10
❯ tests/messgen.test.js:171:25
|
tests/messgen.test.js > Serialization deserialization tests > Basic types fixed array size with header:
port/js/src/parseType.ts#L92
Error: Unknown type: Int8, if is complex type you must define before the struct.
❯ Module.parseType src/parseType.ts:92:11
❯ Struct._init src/Struct.ts:62:14
❯ Struct.set src/Struct.ts:49:12
❯ new Struct src/Struct.ts:24:10
❯ tests/messgen.test.js:218:25
|
tests/messgen.test.js > Serialization deserialization tests > Basic types dynamic array size with header:
port/js/src/parseType.ts#L92
Error: Unknown type: Int8, if is complex type you must define before the struct.
❯ Module.parseType src/parseType.ts:92:11
❯ Struct._init src/Struct.ts:62:14
❯ Struct.set src/Struct.ts:49:12
❯ new Struct src/Struct.ts:24:10
❯ tests/messgen.test.js:279:25
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|