JMRI / website

The JMRI.org website
https://www.jmri.org
Other
8 stars 41 forks source link

Add a warning to the 5.7.4 release notes about a bug in LogixNG #533

Closed danielb987 closed 6 months ago

danielb987 commented 6 months ago

Type conversion to Boolean uses Jython rules. But JMRI 5.7.4 has new features in LogixNG where this doesn't work. So in JMRI 5.7.5, this will be changed so that the string "true" (case insensitive) is converted to true and the string "false" (case insensitive) is converted to false and that other string values including null throws an exception.

danielb987 commented 6 months ago

Closing this as this change wasn't included in JMRI 5.7.4. My misstake.