JMRI / JMRI

JMRI model railroad digital command & control software
https://www.jmri.org
Other
230 stars 325 forks source link

Fix bug in LogixNG formula #13072

Closed danielb987 closed 1 month ago

danielb987 commented 1 month ago

LogixNG formula uses objects as parameters to Java methods. But some methods uses primitive data types like boolean, int, double. LogixNG formula needs to handle those cases. But it turned out that boolean was missing. This PR fixes that.

mergeable[bot] commented 1 month ago

Thanks for the PR. Please consider adding a release note in the help/en/releasenotes/current-draft-note.shtml file.

danielb987 commented 1 month ago

I have fixed a merge conflict after PR #13071 has been merged.