RobotWebTools / rclnodejs

Node.js version of ROS 2.0 client
https://docs.ros.org/en/humble/Concepts/Basic/About-Client-Libraries.html?highlight=rclnodejs#community-maintained
Apache License 2.0
320 stars 70 forks source link

Disabled tests with union types due to DTSLint ExpectType issue #795

Closed wayneparrott closed 3 years ago

wayneparrott commented 3 years ago

The $ExpectType parser inconsistently produces false negative reports on the ordering of union types. This is most annoying and I don't believe can be resolved by re-organizing union types at this time. My understanding of the issue is the union type ordering/inferencing rules are still a work-in-progress. Thus, disabled tests with union types.

Fix #789

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 91.015% when pulling 902700eb0a46a04bf1546168cc4d1ac577bf39ff on wayneparrott:develop into 358bd2ebf4259dc8d6c953106b829aee536fc60a on RobotWebTools:develop.