Matthew Hambley

Results 5 comments of Matthew Hambley

It's been a while since I looked at this but from memory the purpose of "robust" mode is to run each test in a sub-thread of the suite. This way...

Just to pitch in with some information from the Fortran standard. I'm working from BS ISO/IEC 1539-1:2010 Section 8.4 tells us that both `STOP` and `ERROR STOP` accept a "stop...

There still seems to be a problem around this issue. Here is my test case: ```fortran program test type(foo_type), pointer :: namelist_ptr namelist_ptr => null() end program test ``` Parsing...

Just adding a note to show that this issue is still alive. Headless (no screen render) mode is paradoxically important to people who want to render videos. When rendering a...

This may be relevant: https://discourse.libsdl.org/t/possible-to-run-sdl2-headless/25665