Skip to content

scanner: accept octal and multi-byte escapes in rune literals (fix #28880) #32893

scanner: accept octal and multi-byte escapes in rune literals (fix #28880)

scanner: accept octal and multi-byte escapes in rune literals (fix #28880) #32893

Triggered via pull request September 23, 2026 15:57
Status Failure
Total duration 7h 2m 32s
Artifacts –

sdl_ci.yml

on: pull_request
v-compiles-sdl-examples
3m 21s
v-compiles-sdl-examples
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
v-compiles-sdl-examples
cannot use `int` as `C.SDL_AudioFormat` in argument 4 to `C.SDL_NewAudioStream`
v-compiles-sdl-examples
unknown C function: `C.SDL_AudioFormat`. `C.` calls are external C calls; declare the function with `fn C.SDL_AudioFormat(...)` and include/link the C header/library that provides it.
v-compiles-sdl-examples
cannot use `u8` as `C.SDL_AudioFormat` in argument 1 to `C.SDL_NewAudioStream`
v-compiles-sdl-examples
unknown C function: `C.SDL_AudioFormat`. `C.` calls are external C calls; declare the function with `fn C.SDL_AudioFormat(...)` and include/link the C header/library that provides it.
v-compiles-sdl-examples
cannot use `int` as `C.SDL_AudioFormat` in argument 5 to `C.SDL_BuildAudioCVT`
v-compiles-sdl-examples
unknown C function: `C.SDL_AudioFormat`. `C.` calls are external C calls; declare the function with `fn C.SDL_AudioFormat(...)` and include/link the C header/library that provides it.
v-compiles-sdl-examples
cannot use `u8` as `C.SDL_AudioFormat` in argument 2 to `C.SDL_BuildAudioCVT`
v-compiles-sdl-examples
unknown C function: `C.SDL_AudioFormat`. `C.` calls are external C calls; declare the function with `fn C.SDL_AudioFormat(...)` and include/link the C header/library that provides it.
v-compiles-sdl-examples
cannot use `int` as `C.SDL_AudioDeviceID` in argument 1 to `C.SDL_PauseAudioDevice`
v-compiles-sdl-examples
unknown C function: `C.SDL_AudioDeviceID`. `C.` calls are external C calls; declare the function with `fn C.SDL_AudioDeviceID(...)` and include/link the C header/library that provides it.
v-compiles-sdl-examples
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/