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

Failed to compile under MacOS 10.12 #141

Closed
lalawue opened this issue Mar 16, 2020 · 2 comments
Closed

Failed to compile under MacOS 10.12 #141

lalawue opened this issue Mar 16, 2020 · 2 comments
Assignees
Labels
os/MacOS The server is running on MacOS

Comments

@lalawue
Copy link

lalawue commented Mar 16, 2020

for bee.lua only support c++17, and with ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED >= 101500.

but actually OS version limitation is not neccessary.

so I modified a version working under MacOS 10.12, https://github.com/lalawue/lua-language-server/releases/tag/v20200137.

@sumneko sumneko added the os/MacOS The server is running on MacOS label Mar 17, 2020
@actboy168
Copy link
Collaborator

bee.lua just limits macos to 10.13 or later. I have no intention of probing its lowest supported version because I cannot guarantee sufficient testing and quality.
Maybe one day I will increase the minimum version to 10.15, because this is the first version to support c ++ 17 features. It can reduce a lot of unnecessary code.

@lalawue
Copy link
Author

lalawue commented Mar 17, 2020

Ok, thank you all the same.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
os/MacOS The server is running on MacOS
Projects
None yet
Development

No branches or pull requests

3 participants