PLC-lang / StandardFunctions

Standard functions for PLC as described by IEC61131
GNU Lesser General Public License v2.1
10 stars 2 forks source link

60 stdfunctions build fails after recent changes to rusty #61

Closed mhasel closed 2 years ago

mhasel commented 2 years ago

Recent rusty changes to the way VAR_OUTPUT variables are handled broke many of the standard function implementations. This PR fixes that.

ghaith commented 2 years ago

I'll commit this, but we need to fix the "Default derives" in a different commit.