You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 1, 2024. It is now read-only.
upgrade: Use type syntax here (introduced in blueprint 0.8.0)
at ../resources/ui/CustomToolPage.blp line 8 column 10:
8 |template TextPiecesCustomToolPage : Box {
| ^
upgrade: Use the '$' extern syntax introduced in blueprint 0.8.0
at ../resources/ui/CustomToolPage.blp line 17 column 18:
17 | clicked => go_back();
| ^
upgrade: Use the '$' extern syntax introduced in blueprint 0.8.0
at ../resources/ui/CustomToolPage.blp line 36 column 18:
36 | clicked => delete_tool();
| ^
upgrade: Use the '$' extern syntax introduced in blueprint 0.8.0
at ../resources/ui/CustomToolPage.blp line 37 column 18:
37 | clicked => go_back();
| ^
upgrade: Use the '$' extern syntax introduced in blueprint 0.8.0
at ../resources/ui/CustomToolPage.blp line 43 column 3:
43 | .TextPiecesToolSettings tool_settings {
| ^
error: Cannot convert 2.5 to integer
at ../resources/ui/Editor.blp line 45 column 26:
45 | margin-bottom: 2.5;
| ^
ninja: build stopped: subcommand failed.
The text was updated successfully, but these errors were encountered:
Building textpieces v3.4.1 with blueprint-compiler v0.8.1 results in the following Error:
(I am updating blueprint-compiler for nixos. Arch linux seams to have the same issue.
The text was updated successfully, but these errors were encountered: