skiros2 icon indicating copy to clipboard operation
skiros2 copied to clipboard

Missing feedback on wrong remaps

Open matthias-mayr opened this issue 1 year ago • 0 comments

If remaps are done wrongly, there is no direct indication.

A minimal example is a compound "SkillB" with

  • param_a
  • param_b

In this compound skill a wrong remap has been performed:

self.skill("SkillA "skill_a", remap={'param':'param_c'}),

Notably, param_c does not exist in "SkillB". Such a wrong remap does not lead to any error messages. When using param inside "skill_a", it actually remapped to param_a.

matthias-mayr avatar May 04 '23 12:05 matthias-mayr