fixes (#14 and more) & compile-time literal casting & improved error reporting, robustness & test coverage #38
Annotations
5 errors, 3 warnings, and 1 notice
|
build (ubuntu-latest)
Command failed: make
vlib/builtin/array.v:386:16: builder error: cannot import module "builtin.closure" (not found)
384 | }
385 | }
386 | if a.flags.all(.noshrink | .noslices) {
| ^
387 | unsafe {
388 | vmemmove(&u8(a.data) + u64(i) * u64(a.element_size), &u8(a.data) + u64(i +
make: *** [GNUmakefile:115: all] Error 1
|
|
build (macos-latest)
Command failed: make
vlib/builtin/array.v:386:16: builder error: cannot import module "builtin.closure" (not found)
384 | }
385 | }
386 | if a.flags.all(.noshrink | .noslices) {
| ^
387 | unsafe {
388 | vmemmove(&u8(a.data) + u64(i) * u64(a.element_size), &u8(a.data) + u64(i +
make: *** [all] Error 1
|
|
build (macos-latest)
The strategy configuration was canceled because "build.ubuntu-latest" failed
|
|
build (windows-latest)
The operation was canceled.
|
|
build (windows-latest)
The strategy configuration was canceled because "build.ubuntu-latest" failed
|
|
build (ubuntu-latest)
The `save-state` 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 (macos-latest)
The `save-state` 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 (windows-latest)
The `save-state` 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 (windows-latest)
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
|