-
Hey,
filePaths is a list of completely independent .c files from different projects. Might that be the problem? Here is the stack trace:
Thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
You need to set |
Beta Was this translation helpful? Give feedback.
You need to set
typeSystemActiveInFrontend
tofalse
, there should be a warning about this in the log. I know, the log is kind of full of warnings ;) The types will be set / activated after all frontends have been run successfully. In the future we want to remove this little hack and make the type parsing in parallel frontends more parallel