Stefan Lemme

Results 8 comments of Stefan Lemme

Beside fixing tests, I suggest to move all tests into an AnyDSL/testsuite.git repo and ensure, that all tests ported there are known to pass. This would ease to automate testing.

Mainly, because it doesn't matter which IMPALA_BIN you use for testing. You could even use the docker image of anydsl/impala. Moreover, you get rid of the outdated stuff and ensure...

> What is the behaviour if the condition is not provably false nor provably true during PE? We could simply emit a runtime assert() evaluating the expression instead with the...

For CMake's `find_package(XYZ)`, which programmatically adds the `XYZ_DIR` to CMake variables, you must set the path to the directory containing one of the files `XYZ-config.cmake` or `XYZConfig.cmake`. Usually, libraries that...

The cmake scripts are meant for script mode of cmake, i.e. cmake -P setup.cmake For further usage refer to commit 890baf1

Modifying the sample to `let r = &mut (*p).req;` will avoid the assertion. But this leads to the follow up problem in: ```rust fn test(x: &mut X) { let mut...

Indeed, this is the slightly changed icon for the "New record" button. However, it seems to behave differently compared to v3.12.2. The expected behavior is adding new records at the...

I feel somewhat hijacking this issue now. Feel free to move this to a follow-up issue. But here are my findings with regard to the divergent behavior of the "New...