Stephen Kelly
Stephen Kelly
Whenever reporting an error, make sure to do some minimizing before you do. For example, your build log contains too much. Apply something like ``` frameworks-bindings{master}$ git diff diff --git...
@ShaheedHaque What is 'clearly wrong' about the preprocessed code?
@pinotree Hi, sorry for the delay. `${CMAKE_SOURCE_DIR}/../../` doesn't seem very standalone to me. Perhaps a cmake variable for the path should be used instead if present? What motivates this? Is...
@pinotree When I was last trying to do something about this I was looking for you on IRC or another chat server. I didn't find you. Do you use any?
@ratijas I have not added a `.gitignore` file because I prefer to see files which shouldn't be there when running `git status`. Usually those files have ignore rules for `*.o`...
@wrobelda Am I right to think that the issue comes up because of the line ``` set( PLUGIN_INSTALL_DIR ${LIB_INSTALL_DIR}/grantlee/${Grantlee5_MAJOR_MINOR_VERSION_STRING} ) ``` ? ie, plugins are installed to a dir with...
This is great, thanks! I started pushing fixes together with the tests, but I didn't get through the entire branch yet. I'll continue later.
Yes, I'm aiming to get to it soon, but it will probably be a few weeks before I dig into it to understand it.
This commit does many different things. Please split it into multiple commits each with a commit message explaining why it should be added (eg compare to python/django behavior).
That could be considered for a Qt 6 based Grantlee, but not before then because of binary compatibility. However, why can't you pre-generate the context data instead of using a...