You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been having this issue for as long as I can remember and I finally decided to track it down and it seems to be manifesting when declaring generate-file-scoped-namespaces.
Here's a pretty "standard" rsp that I use for a pretty simple file here (sokol_log.h)
It seems like it has to be this line based on where GenerateFileScopedNamespaces is used and what is actually writing a }, but assuming that GenerateFileScopedNamespaces is declared something else seems like it's happening? Is the option not persisted across files or something?
This is probably an edge case missed for single-file mode.
Doing file-scoped-namespaces + single-file could already run into multiple potential issues (such as if different types need different namespaces) and so its not a common combination that develoeprs use.
I've been having this issue for as long as I can remember and I finally decided to track it down and it seems to be manifesting when declaring
generate-file-scoped-namespaces
.Here's a pretty "standard" rsp that I use for a pretty simple file here (sokol_log.h)
Here's the corresponding output (notice the extra brace):
And without:
I'm about to look at the code and see if I can find the bug real quick but logging it here as well just so it's surfaced
The text was updated successfully, but these errors were encountered: