Skip to content

Added separate signed and unsigned integer data type definitions. #33

Added separate signed and unsigned integer data type definitions.

Added separate signed and unsigned integer data type definitions. #33

Triggered via push September 27, 2023 07:34
Status Failure
Total duration 6m 49s
Artifacts

node_ci.yml

on: push
Code CI workflow pipeline
6m 41s
Code CI workflow pipeline
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Code CI workflow pipeline: core/ast/ast.ts#L8
Module '"../compiler/data_type"' has no exported member 'DataType'. Did you mean to use 'import DataType from "../compiler/data_type"' instead?
Code CI workflow pipeline: core/ast/expr/expr_and_or.ts#L4
Module '"../../compiler/data_type"' has no exported member 'DataType'. Did you mean to use 'import DataType from "../../compiler/data_type"' instead?
Code CI workflow pipeline: core/ast/expr/expr_binary.ts#L4
Module '"../../compiler/data_type"' has no exported member 'DataType'. Did you mean to use 'import DataType from "../../compiler/data_type"' instead?
Code CI workflow pipeline: core/ast/expr/expr_bool.ts#L5
Module '"../../compiler/data_type"' has no exported member 'DataType'. Did you mean to use 'import DataType from "../../compiler/data_type"' instead?
Code CI workflow pipeline: core/ast/expr/expr_equality.ts#L4
Module '"../../compiler/data_type"' has no exported member 'DataType'. Did you mean to use 'import DataType from "../../compiler/data_type"' instead?
Code CI workflow pipeline: core/ast/expr/expr_float.ts#L4
Module '"../../compiler/data_type"' has no exported member 'DataType'. Did you mean to use 'import DataType from "../../compiler/data_type"' instead?
Code CI workflow pipeline: core/ast/expr/expr_float.ts#L4
Module '"../../compiler/data_type"' has no exported member 'LLVMDataType'. Did you mean to use 'import LLVMDataType from "../../compiler/data_type"' instead?
Code CI workflow pipeline: core/ast/expr/expr_string.ts#L5
Module '"../../compiler/data_type"' has no exported member 'DataType'. Did you mean to use 'import DataType from "../../compiler/data_type"' instead?
Code CI workflow pipeline: core/ast/expr/expr_unary.ts#L4
Module '"../../compiler/data_type"' has no exported member 'DataType'. Did you mean to use 'import DataType from "../../compiler/data_type"' instead?
Code CI workflow pipeline: core/ast/stmt/stmt_block.ts#L4
Module '"../../compiler/data_type"' has no exported member 'DataType'. Did you mean to use 'import DataType from "../../compiler/data_type"' instead?
Code CI workflow pipeline
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/