Skip to content

fix(deps): update rust crate inkwell to 0.5.0 - autoclosed #970

fix(deps): update rust crate inkwell to 0.5.0 - autoclosed

fix(deps): update rust crate inkwell to 0.5.0 - autoclosed #970

Triggered via pull request December 16, 2024 12:38
Status Failure
Total duration 2m 26s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 13 warnings
build: compiler/zrc_codegen/src/expr.rs#L606
no method named `build_bitcast` found for reference `&inkwell::builder::Builder<'ctx>` in the current scope
build: compiler/zrc_codegen/src/expr.rs#L659
no method named `build_bitcast` found for reference `&inkwell::builder::Builder<'ctx>` in the current scope
build: compiler/zrc_codegen/src/ty.rs#L25
non-exhaustive patterns: `AnyTypeEnum::ScalableVectorType(_)` not covered
build: compiler/zrc_codegen/src/ty.rs#L66
non-exhaustive patterns: `AnyTypeEnum::ScalableVectorType(_)` not covered
build
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build
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
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
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
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: compiler/zrc_codegen/src/ty.rs#L26
use of deprecated method `inkwell::types::ArrayType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
build: compiler/zrc_codegen/src/ty.rs#L27
use of deprecated method `inkwell::types::FloatType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
build: compiler/zrc_codegen/src/ty.rs#L28
use of deprecated method `inkwell::types::IntType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
build: compiler/zrc_codegen/src/ty.rs#L29
use of deprecated method `inkwell::types::PointerType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
build: compiler/zrc_codegen/src/ty.rs#L30
use of deprecated method `inkwell::types::StructType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
build: compiler/zrc_codegen/src/ty.rs#L31
use of deprecated method `inkwell::types::VectorType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
build: compiler/zrc_codegen/src/ty.rs#L33
use of deprecated method `inkwell::types::FunctionType::<'ctx>::ptr_type`: Starting from version 15.0, LLVM doesn't differentiate between pointer types. Use Context::ptr_type instead.
build
`zrc_codegen` (lib) generated 7 warnings