Dave Thomas
Dave Thomas
I suggests you submit details of the error like stack trace and error messages etc otherwise it is not possible to diagnose.
In F# tailcalls are normally not normally turned on in debug mode either.
If I use `TRACE_EVENT("dsp", "asynchronous decryption job");` I get a different issue, I guess both of these are related to the same issue in macro expansion: ``` warning C4189: 'kCatIndex_ADD_TO_PERFETTO_DEFINE_CATEGORIES_IF_FAILS_196':...
Oh, this is on Windows where `TRACE_DSP` or `TRACE_EVENT` was **inside** a lambda, it works fine on a Mac but not Windows.
To be honest I didn't even think about the fact it was in a lambda to be honest, then when I was looking at it again this morning I wondered...
I think last releasewas Jan 7th but the fix to the issue was three weeks ago so it will probably be in the next release.
Happy to accept a PR if you want to change the AST or add the nowarn. Not sure which is easier. The idea is the generated code doesnt matter how...
I dont use Fantomas, happy to accept PR though.
Notice the mutiple outlineColourId props
I mean its not super important but I might take a quick look to see if its easy enough, thanks for the pointer!