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

Deprecating Bond support for EOL platforms and toolchains #1143

Open
bhardwajs opened this issue Mar 30, 2022 · 1 comment
Open

Deprecating Bond support for EOL platforms and toolchains #1143

bhardwajs opened this issue Mar 30, 2022 · 1 comment

Comments

@bhardwajs
Copy link
Contributor

Bond is currently supporting Ubuntu 14.04 with Clang 3.8 and g++ 5.4 and VS 2017 on Windows. Ubuntu 14.04 is past support as is VS 2017. Should we update the dependencies to?

  • Ubuntu 20.04 and the versions of Clang & GCC it ships with
  • VS 2019 atop Server 2019
    My read is that the versions of gcc/clang/MSVC would support C++ 17. Should we bump up to C++ 17?

We can also Boost dependency to require version 1.73 or later which was released on Apr 28, 2020 almost two years ago (https://www.boost.org/users/history/).

For .Net, we can set support surface to

  • .Net Framework 4.8+
  • .Net Core 3.1
  • .Net 5+
@chwarr
Copy link
Member

chwarr commented Mar 30, 2022

All the minimums proposed here LGTM.

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

No branches or pull requests

2 participants