Bugfix. Inconsistent behaviour in runtime#293
Bugfix. Inconsistent behaviour in runtime#293drmateo wants to merge 3 commits intoplasmodic:masterfrom
Conversation
|
+1 for bugfixing the return code on |
|
Remove the But I've detected the problem is situated in the My workaround solution (now I don't have time to find another better solution) is just avoid this test to be able to build and run the remaining tests. And as it is not necessary remove
|
|
Two separate things here then. Each PR should cover a single problem or related set of problems. The missing return bugfix gets a +1 from me to go in immediately. Can you make a PR covering that one exactly? The latter workaround I'm not comfortable in just dropping from the build just because it doesn't compile on an as yet unsupported dependency. In my experience, these things never come back to be checked later if just hidden. I've fired up an issue in #294 where we can talk about it. @vrabaud - thoughts? |
+1. I'm going to create a new PR just covering that problem
I'll continue handle this test problem in the issue #294 . |
|
The issue number related with the new PR (covering just the missing return problem) is #295 |
This pull request refers to previous attempts #291 and #292.