Skip to content

gir: Promisify class members in typescript generator #349

gir: Promisify class members in typescript generator

gir: Promisify class members in typescript generator #349

Triggered via pull request August 19, 2024 15:33
Status Failure
Total duration 26m 16s
Artifacts

ci.yml

on: pull_request
Matrix: examples
Matrix: gjs-types-all
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
gjs-types-all (20.x, x64)
Property 'load_async' in type 'BytesIcon' is not assignable to the same property in base type 'LoadableIcon'.
gjs-types-all (20.x, x64)
Property 'close_async' in type 'ConverterInputStream' is not assignable to the same property in base type 'FilterInputStream'.
gjs-types-all (20.x, x64)
Property 'close_async' in type 'ConverterInputStream' is not assignable to the same property in base type 'PollableInputStream'.
gjs-types-all (20.x, x64)
Property 'read_all_async' in type 'ConverterInputStream' is not assignable to the same property in base type 'FilterInputStream'.
gjs-types-all (20.x, x64)
Property 'read_all_async' in type 'ConverterInputStream' is not assignable to the same property in base type 'PollableInputStream'.
gjs-types-all (20.x, x64)
Property 'read_async' in type 'ConverterInputStream' is not assignable to the same property in base type 'FilterInputStream'.
gjs-types-all (20.x, x64)
Property 'read_async' in type 'ConverterInputStream' is not assignable to the same property in base type 'PollableInputStream'.
gjs-types-all (20.x, x64)
Property 'read_bytes_async' in type 'ConverterInputStream' is not assignable to the same property in base type 'FilterInputStream'.
gjs-types-all (20.x, x64)
Property 'read_bytes_async' in type 'ConverterInputStream' is not assignable to the same property in base type 'PollableInputStream'.
gjs-types-all (20.x, x64)
Property 'skip_async' in type 'ConverterInputStream' is not assignable to the same property in base type 'FilterInputStream'.
gjs-types-all (20.x, x64)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/