nasa / fpp

F Prime Prime: A modeling language for F Prime
https://fprime.jpl.nasa.gov
Apache License 2.0
41 stars 31 forks source link

Update `.join()` Calls for Consistency With nasa/fprime#2672 #424

Closed LeStarch closed 1 month ago

LeStarch commented 2 months ago

nasa/fprime#2672 refactors the .join call to remove the unused nullptr argument. FPP should respect this and avoid the old deprecated style.

bocchino commented 1 month ago

Done in #425.