| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
This fails with /usr/include/c++/15.1.1/ext/atomicity.h:39: syntax error: failed to evaluate #if condition, division/modulo by zero The code in question: #if __has_include(<sys/single_threaded.h>)
# include <sys/single_threaded.h>
#endif |
Sorry, something went wrong.
|
It now fails with /usr/include/c++/v1/__availability:78: syntax error: failed to evaluate #if condition, undefined function-like macro invocation: __has_feature( ... ) or /usr/include/c++/v1/__assert:29: syntax error: failed to evaluate #if condition, undefined function-like macro invocation: __has_builtin( ... ) |
Sorry, something went wrong.
There was a problem hiding this comment.
hmm.. my problem with this could be that maybe there will be problem in CI and no problem locally .. or no problem in CI today and then we get problems a year from now.
are the headers in a github runner fixed so they are never changed? or can they be changed at anytime (from one day to the next)?
Sorry, something went wrong.
Yes, that is a bit of a shortcoming. That might need some adjustment if encountered. But as we are just checking for errors and not the actual output it should be fine.
That can happen with anything in any workflow because the runners (and all other parts of the GitHub workflows) are constantly changing.
No, they are not. But as mentioned above that is an issue we are constantly facing with any part of GitHub workflows. |
Sorry, something went wrong.
|
After integrating this with MinGW I have a few cleanups for this. |
Sorry, something went wrong.
I think I have that figured out as well. |
Sorry, something went wrong.
| @@ -1,11 +1,111 @@ | |||
| #!/bin/sh | |||
| #!/bin/bash | |||
There was a problem hiding this comment.
Needed so the <<< syntax works.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
No description provided.