This repository has been archived by the owner on Jun 5, 2024. It is now read-only.
[DRAFT] Port to vello and winit #40
ci.yml
on: pull_request
cargo fmt
5s
cargo test (gtk)
2m 24s
cargo test (wasm32)
1m 47s
doctests
1m 55s
cargo clippy+check beta
52s
Matrix: cargo clippy+test
Annotations
36 errors and 67 warnings
cargo clippy+check beta:
examples/custom_widget.rs#L13
unresolved import `masonry::text`
|
cargo clippy+check beta:
examples/custom_widget.rs#L57
cannot find type `Scene` in this scope
|
cargo clippy+check beta:
examples/promise_button.rs#L29
cannot find type `TextLayout` in this scope
|
cargo clippy+check beta:
examples/textbox.rs#L10
unresolved import `masonry::widget::TextBox`
|
cargo clippy+check beta:
examples/promise_button.rs#L53
failed to resolve: use of undeclared type `TextLayout`
|
cargo clippy+check beta
could not compile `masonry` (example "textbox") due to 1 previous error
|
cargo clippy+check beta:
examples/custom_widget.rs#L64
no method named `fill` found for mutable reference `&mut masonry::PaintCtx<'_, '_>` in the current scope
|
cargo clippy+check beta:
examples/promise_button.rs#L145
no method named `clip` found for mutable reference `&mut masonry::PaintCtx<'_, '_>` in the current scope
|
cargo clippy+check beta
could not compile `masonry` (example "promise_button") due to 3 previous errors
|
cargo clippy+check beta:
examples/custom_widget.rs#L87
no method named `stroke` found for mutable reference `&mut masonry::PaintCtx<'_, '_>` in the current scope
|
cargo test (wasm32)
unresolved import `system`
|
cargo test (wasm32)
could not compile `parley` (lib) due to 1 previous error
|
cargo test (wasm32)
The process '/Users/runner/.cargo/bin/cargo' failed with exit code 101
|
cargo clippy+test (ubuntu-latest):
examples/to_do_list.rs#L8
unresolved import `masonry::widget::TextBox`
|
cargo clippy+test (ubuntu-latest)
could not compile `masonry` (example "to_do_list") due to 1 previous error
|
cargo clippy+test (ubuntu-latest)
could not compile `masonry` (example "textbox") due to 1 previous error
|
cargo clippy+test (ubuntu-latest)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
doctests:
src/lib.rs#L19
unresolved import `masonry::widget::TextBox`
|
doctests
aborting due to 1 previous error
|
doctests:
src/widget/button.rs#L58
no function or associated item named `grey` found for struct `masonry::Color` in the current scope
|
doctests
aborting due to 1 previous error
|
doctests
The process '/Users/runner/.cargo/bin/cargo' failed with exit code 101
|
cargo clippy+test (macOS-latest)
The job was canceled because "ubuntu-latest" failed.
|
cargo clippy+test (macOS-latest)
The operation was canceled.
|
cargo clippy+test (windows-2019)
The job was canceled because "ubuntu-latest" failed.
|
cargo clippy+test (windows-2019)
The operation was canceled.
|
cargo test (gtk):
examples/custom_widget.rs#L12
unresolved import `masonry::piet`
|
cargo test (gtk):
examples/custom_widget.rs#L13
unresolved import `masonry::text`
|
cargo test (gtk):
examples/custom_widget.rs#L57
cannot find type `Scene` in this scope
|
cargo test (gtk):
examples/custom_widget.rs#L64
no method named `fill` found for mutable reference `&mut PaintCtx<'_, '_>` in the current scope
|
cargo test (gtk):
examples/custom_widget.rs#L70
no method named `paint_with_z_index` found for mutable reference `&mut PaintCtx<'_, '_>` in the current scope
|
cargo test (gtk):
examples/custom_widget.rs#L87
no method named `stroke` found for mutable reference `&mut PaintCtx<'_, '_>` in the current scope
|
cargo test (gtk):
examples/custom_widget.rs#L93
no method named `fill` found for mutable reference `&mut PaintCtx<'_, '_>` in the current scope
|
cargo test (gtk):
examples/custom_widget.rs#L104
no method named `with_save` found for mutable reference `&mut PaintCtx<'_, '_>` in the current scope
|
cargo test (gtk):
examples/custom_widget.rs#L119
no method named `new_text_layout` found for mutable reference `&mut CairoText` in the current scope
|
cargo test (gtk):
examples/custom_widget.rs#L124
no method named `draw_text` found for mutable reference `&mut PaintCtx<'_, '_>` in the current scope
|
cargo fmt
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
cargo fmt
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
cargo fmt
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/
|
cargo fmt
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/
|
cargo fmt
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/
|
cargo fmt
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/
|
cargo clippy+check beta
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
cargo clippy+check beta
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
cargo clippy+check beta:
src/paint_scene_helpers.rs#L4
the item `kurbo` is imported redundantly
|
cargo clippy+check beta:
src/testing/harness.rs#L27
the item `Action` is imported redundantly
|
cargo clippy+check beta:
src/widget/widget_ref.rs#L216
the item `Widget` is imported redundantly
|
cargo clippy+check beta:
src/app_root.rs#L1195
the borrowed expression implements the required traits
|
cargo clippy+check beta:
src/testing/harness.rs#L320
current MSRV (Minimum Supported Rust Version) is `1.65.0` but this item is stable since `1.73.0`
|
cargo clippy+check beta:
src/widget/widget_pod.rs#L1067
the borrowed expression implements the required traits
|
cargo clippy+check beta:
src/widget/button.rs#L158
the borrowed expression implements the required traits
|
cargo clippy+check beta:
src/widget/checkbox.rs#L137
the borrowed expression implements the required traits
|
cargo clippy+check beta:
src/widget/scroll_bar.rs#L213
the borrowed expression implements the required traits
|
cargo clippy+check beta:
src/widget/sized_box.rs#L359
the borrowed expression implements the required traits
|
cargo clippy+check beta
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/
|
cargo clippy+check beta
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/
|
cargo clippy+check beta
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/
|
cargo clippy+check beta
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/
|
cargo clippy+check beta:
src/paint_scene_helpers.rs#L4
the item `kurbo` is imported redundantly
|
cargo clippy+check beta:
src/testing/harness.rs#L27
the item `Action` is imported redundantly
|
cargo clippy+check beta
`masonry` (lib) generated 2 warnings
|
cargo test (wasm32)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, jetli/[email protected], actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
cargo test (wasm32)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, jetli/[email protected], actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
cargo test (wasm32)
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/
|
cargo test (wasm32)
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/
|
cargo test (wasm32)
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/
|
cargo test (wasm32)
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/
|
cargo clippy+test (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
cargo clippy+test (ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
cargo clippy+test (ubuntu-latest)
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/
|
cargo clippy+test (ubuntu-latest)
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/
|
cargo clippy+test (ubuntu-latest)
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/
|
cargo clippy+test (ubuntu-latest)
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/
|
cargo clippy+test (ubuntu-latest):
src/app_root.rs#L1195
the borrowed expression implements the required traits
|
cargo clippy+test (ubuntu-latest):
src/widget/widget_pod.rs#L1067
the borrowed expression implements the required traits
|
cargo clippy+test (ubuntu-latest):
src/widget/button.rs#L158
the borrowed expression implements the required traits
|
cargo clippy+test (ubuntu-latest):
src/widget/checkbox.rs#L137
the borrowed expression implements the required traits
|
cargo clippy+test (ubuntu-latest):
src/widget/scroll_bar.rs#L213
the borrowed expression implements the required traits
|
cargo clippy+test (ubuntu-latest):
src/widget/sized_box.rs#L359
the borrowed expression implements the required traits
|
cargo clippy+test (ubuntu-latest):
src/widget/spinner.rs#L131
the borrowed expression implements the required traits
|
cargo clippy+test (ubuntu-latest):
src/widget/split.rs#L288
the borrowed expression implements the required traits
|
cargo clippy+test (ubuntu-latest):
src/widget/split.rs#L289
the borrowed expression implements the required traits
|
cargo clippy+test (ubuntu-latest)
`masonry` (lib) generated 9 warnings (1 duplicate) (run `cargo clippy --fix --lib -p masonry` to apply 8 suggestions)
|
doctests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
doctests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
doctests
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/
|
doctests
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/
|
doctests
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/
|
doctests
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/
|
cargo clippy+test (macOS-latest)
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/
|
cargo clippy+test (macOS-latest)
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/
|
cargo clippy+test (macOS-latest)
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/
|
cargo clippy+test (macOS-latest)
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/
|
cargo clippy+test (windows-2019)
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/
|
cargo clippy+test (windows-2019)
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/
|
cargo clippy+test (windows-2019)
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/
|
cargo clippy+test (windows-2019)
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/
|
cargo test (gtk)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
cargo test (gtk)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
cargo test (gtk)
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/
|
cargo test (gtk)
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/
|
cargo test (gtk)
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/
|
cargo test (gtk)
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/
|