Luca Salmin
Luca Salmin
Creator war compiling at runtime to generate a Lambda that instantiate an object of type T. Replaced with new T() Discussed in issue #51
I'm compiling the library in a project without JIT compilation. On an older version everything was working fine but now I'm receiving an exception in DefaultTypePool.Creator. ``` private static readonly...
The GLSL language definition is missing a lot of keyword and identifiers. If that can help I have updated the arrays using this document: https://www.khronos.org/registry/OpenGL/specs/gl/GLSLangSpec.4.60.pdf ```cpp static const char* const...
Debugging the code seems that if the last argument is a function call the FunctionRequiresSelf is not triggered in favor of CountMismatch error. `TypeChecker::checkExprPackHelper()` is calling `TypeChecker::checkExprList()` to get the...