scanner: accept octal and multi-byte escapes in rune literals (fix #28880) #32893
Annotations
10 errors and 1 warning
|
Build sdl shared
cannot use `int` as `C.SDL_AudioFormat` in argument 4 to `C.SDL_NewAudioStream`
|
|
Build sdl shared
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.
|
|
Build sdl shared
cannot use `u8` as `C.SDL_AudioFormat` in argument 1 to `C.SDL_NewAudioStream`
|
|
Build sdl shared
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.
|
|
Build sdl shared
cannot use `int` as `C.SDL_AudioFormat` in argument 5 to `C.SDL_BuildAudioCVT`
|
|
Build sdl shared
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.
|
|
Build sdl shared
cannot use `u8` as `C.SDL_AudioFormat` in argument 2 to `C.SDL_BuildAudioCVT`
|
|
Build sdl shared
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.
|
|
Build sdl shared
cannot use `int` as `C.SDL_AudioDeviceID` in argument 1 to `C.SDL_PauseAudioDevice`
|
|
Build sdl shared
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.
|
|
Complete job
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/
|
background
wait
wait-all
cancel
parallel
Loading