rock-core / package_set

Package definition for autoproj, to build all the packages that form the core of Rock, the Robot Construction Kit
http://rock-robotics.org/documentation/
0 stars 24 forks source link

fix: restrict minitest to < 5.16 #209

Closed doudou closed 2 years ago

doudou commented 2 years ago

Minitest 5.16.x assumes that all exceptions can be constructed with .new(message). This is not the case of most custom exceptions, like the ones we have in orocos.rb or syskit.

https://github.com/minitest/minitest/issues/921