chore: add more types fixes
ci/woodpecker/pr/docker-build Pipeline was successful Details
ci/woodpecker/pr/lint Pipeline was successful Details
ci/woodpecker/pr/test Pipeline was successful Details
ci/woodpecker/pr/build-and-run Pipeline failed Details

This commit is contained in:
Aire-One 2023-12-21 00:24:45 +01:00
parent ec2c7870a2
commit c3847b43c6
1 changed files with 8 additions and 0 deletions

View File

@ -35,6 +35,14 @@ local node_fixer <const>: { string : New_Node_By_Name } = {
},
},
},
["naughty.widget.background"] = {
set_shape = {
parameters = {
{ token = "variable", name = "self", types = { "Background" } },
{ token = "variable", name = "shape", types = { "Gears_Shape_Function" } }, -- cannot discriminate a union between multiple function types: Gears_Shape_Function | function
},
},
},
}
local record Node_Fixer