git-afsantos / haros

H(igh) A(ssurance) ROS - Static analysis of ROS application code.
MIT License
190 stars 37 forks source link

Melodic Updates #52

Closed JWhitleyWork closed 5 years ago

JWhitleyWork commented 5 years ago

Are there currently any plans to support 18.04/Melodic? If so, is there a timeline?

git-afsantos commented 5 years ago

Could you be more specific? Is there something that is not working in Melodic? Something related to C++14, perhaps?

I can set up a machine with Melodic to try it out, but in principle most of the tools should work right away.

JWhitleyWork commented 5 years ago

Mostly it's the version of clang. 3.8 is not available in Ubuntu 18.04.

gavanderhoorn commented 5 years ago

re: clang: see #42.

JWhitleyWork commented 5 years ago

Thanks. I'll continue discussion there.

git-afsantos commented 5 years ago

@JWhitleyAStuff Sorry for the late response. I have just posted an update on the other issue (https://github.com/git-afsantos/haros/issues/42#issuecomment-482895476).