boost icon indicating copy to clipboard operation
boost copied to clipboard

Primary test compilers in release notes

Open jwakely opened this issue 3 years ago • 3 comments

https://www.boost.org/users/history/version_1_76_0.html#version_1_76_0.compilers_tested says:

  • GCC: 4.4.7, 4.5.3, 4.6.3, 5.4.0, 8.0.1
  • GCC, C++0x: 4.4.7
  • GCC, C++11: 4.7.3, 4.8.5, 4.9.4, 5.4.0, 6.4.0, 7.1.0, 8.0.1
  • GCC, C++14: 5.4.0, 5.5.0, 6.4.0, 7.1.0, 7.3.0, 8.0.1
  • GCC, C++17: 7.3.0, 8.0.1

If this is correct it's very worrying. None of those releases are still supported or maintained. And 8.0.1 isn't even a release, it's a pre-release snapshot.

Please either update it to be accurate, or consider testing on more modern systems, e.g. RHEL 8 uses GCC 8.4, Ubuntu 20.04 uses GCC 9.2

jwakely avatar May 11 '21 11:05 jwakely

I should have mentioned that it also lists "additional test compilers" ... but it's still nothing current:

  • GCC: 4.4.7, 4.5.3, 4.6.3, 4.9.4, 5.4.0, 5.5.0, 8.0.1
  • GCC, C++0x: 4.4.7
  • GCC, C++11: 4.7.3, 4.8.5, 4.9.4, 5.4.0, 6.4.0, 7.1.0, 8.0.1
  • GCC, C++14: 5.4.0, 5.5.0, 6.3.0, 6.4.0, 7.1.0, 7.3.0, 8.0.1, 8.1.0
  • GCC, C++17: 7.3.0, 8.0.1

jwakely avatar May 11 '21 11:05 jwakely

Please either update it to be accurate, or consider testing on more modern systems, e.g. RHEL 8 uses GCC 8.4, Ubuntu 20.04 uses GCC 9.2

I will look into this. I suspect that the list is sadly out of date.

mclow avatar May 13 '21 02:05 mclow

Yes I think so, but stating such precise versions gives a misleading impression that it's accurate (and so not well tested).

Maybe a solution would be to just add something like "at least these versions" and link to the test results pages?

jwakely avatar May 13 '21 07:05 jwakely