cafhach

Results 7 issues of cafhach

The module "Test" is renamed to "Result" module Test end module Points where the module was USEd with the exact same lowercase/uppercase are correctly renamed subroutine bla() use Test end...

The following is valid CMake syntax yet the parser does not accept it if ( BUILD_LIB AND NOT (LIBRARY_LINKING_TYPE STREQUAL "SHARED")) endif()

"labels" directory is now backuped as well

For my native library, I need to extract some native dependencies and I wanted to use `NativeLoader.extractRegistered()` for that. I put all of them into a jar and listed the...

I am puzzled that this simple typo bug has persisted for so many years: The method do_GET on RequestHandler in Server.py is simply incorrectly indented. This way you cannot do...