-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xtensor pragma use #11
Comments
Yes, we have generally made the following answer to CRAN, and every time, they accepted the package an dismissed the note: The submission to CRAN seems to be rejected automatically over the following NOTE:
The xstorage.hpp file in xtensor adds a pragma and removes it in the end of the file, to prevent an incorrect warning to be triggered by GCC8:
In our opinion, this is the correct way to deal with this compiler bug and we actually pop the diagnostic pragma that we pushed after the code triggering it. Hence I don't think that this NOTE should be a blocker for the latest release of xtensor to be accepted on CRAN. |
Sounds good! Just wanted to make sure |
I've noticed this note in the past. Did CRAN bless this as being alright? Not sure if there is anything you can do about it anyways since I'm guessing you need it in core xtensor, but just wanted to ask.
The text was updated successfully, but these errors were encountered: