sarbian / ModuleManager

177 stars 95 forks source link

MM should report an error for missing operators in HAS nodes #178

Open JonnyOThan opened 1 year ago

JonnyOThan commented 1 year ago

I had this syntax in a patch: HAS[moduleID[IVASwitch]]

Which I'm pretty sure is always invalid - there should be some kind of operator before moduleID. This was very difficult to spot, and it would have been pretty easy if MM had reported an error or warning on that line.