Maksim Volkau
Maksim Volkau
@qwertie Thanks for the answer. Do you have the docs, or samples, or tests for all macros available.. or maybe you can suggest the way how to search for them?
@qwertie Really appreciate the docs. Personally, I always struggle to write them. > #printKnownMacros; Cool!
@qwertie I found the tests for `#runSequence` here https://github.com/qwertie/ecsharp/blob/1743316eeb4ad57daba57fdc1e8dd5d2a47ebe98/Main/LeMP/Tests/TestSequenceExpressionMacro.cs but still failing to understand when is fine to apply it... maybe missing something crucial here. Meanwhile, I am experimenting with...
> but in that case why mix > I am using it just to distinguish from `
@qwertie Thanks for the detailed answer. Will wait for the fixes. Quick question, can I use the define macro of the two arguments (patterns) as a binary operator? Asking because...
@qwertie Hi again, Following the recent release of Source Generators I see them now as a niche solution with they own problems (including the maturity one).. So that returns me...
@qwertie, I am happy to help you :) Again I think, that you've develeped an unique product and the approach with the Ecs and LeMP in the .NET landscape -...
@qwertie Hello, I have updated the tool to 28.3.0 and uncommented this line: `// s
@qwertie Hello. I am checking this again and still have the errors. Again the macro looks like this: ```cs [PriorityOverride, Passive] define operator
@qwertie Hi again. I have extracted the command to run the LeMP into the separate `lemp_test.bat` and running it in my project `CompileTimeDI`. The bat contains a command: `lemp CompileTimeDI.ecs...