Defeatomizer

Results 163 comments of Defeatomizer
trafficstars

No milestone assigned means other type of protection against going stale is needed.

What is wrong now? I don't see the error locally :man_shrugging:

Not locally, that's why I'm asking.

I am actually surprised by how minor the PR turned out to be, just 7 files with +19 and -4.

Yep. Modified procedures list in `BlocklyTemplateDropdown` to print identifier of each template that contains `call_procedure_at` - opening the dropdown printed nothing. Replaced it with `entity_from_deps` - printed quite some template...

Opening bets for how many times I'll have to resolve conflicts with master branch. This is the second time.

Waiting for #3551 to use the helper function instead of my hardcoded mixin.

>The last procedure still asks for the `x`, `y`, `z` dependencies, and nothing prevents me from passing two values to the same dependency (here I'm passing both 2 and "hello"...

>The last procedure still asks for the `x`, `y`, `z` dependencies Could you possibly explain this one? >There's also no check for the dependency type, which means I could pass...