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
After CI failed in #340, I found that a new file had been added to the example set since the last run, which fails to parse. I tried cutting it down to the following minimal example:
...
#if NETFRAMEWORK[Timeout(2_000)]// Ok status will be Passedz
#else
#pragma warning disable CS0618[Timeout(2_000)]// Ok status will be Passed
#pragma warning restore CS0618
#endif
...
The text was updated successfully, but these errors were encountered:
yeah this is intentional in order to have more structured parsing for the majority of preproc defs, it should just be added to the ci list of failing files, which I have done now, sorry for the delay
After CI failed in #340, I found that a new file had been added to the example set since the last run, which fails to parse. I tried cutting it down to the following minimal example:
Parsing output:
For good measure, here is the relevant section and parsing output for the failed parse of the full file as well:
The text was updated successfully, but these errors were encountered: