Skip to content
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

Ensure sass.hpp is included before system headers #2817

Merged
merged 2 commits into from
Feb 1, 2019

Conversation

alyssais
Copy link
Contributor

Without this, system headers on Solaris will export the SEC macro, which clashes with the SEC constant defined in src/units.hpp.

See #2519.


I wonder if there might be a better way to address this going forward... This has already been fixed once in the past, but has crept back. Perhaps we could use a compiler flag, rather than using sass.hpp to undefine the macro.

Thoughts?

Without this, system headers on Solaris will export the SEC macro, which
clashes with the SEC constant defined in src/units.hpp.

See 4599662.
@glebm
Copy link
Contributor

glebm commented Jan 31, 2019

Looks good to me

@xzyfer
Copy link
Contributor

xzyfer commented Feb 1, 2019

Honestly I think even a simple comment would go a long way to stopping this regressing again. Memories are short.

@alyssais
Copy link
Contributor Author

alyssais commented Feb 1, 2019 via email

@xzyfer
Copy link
Contributor

xzyfer commented Feb 1, 2019 via email

@xzyfer xzyfer merged commit b260394 into sass:master Feb 1, 2019
@xzyfer
Copy link
Contributor

xzyfer commented Feb 1, 2019

Thanks

@alyssais alyssais deleted the solaris_sec branch February 1, 2019 13:54
@alyssais
Copy link
Contributor Author

alyssais commented Feb 1, 2019

Thank you! While I'm here, any news on a release?

@xzyfer
Copy link
Contributor

xzyfer commented Feb 2, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants