1.73.0 Beta Deadline this Wednesday 4/8
The deadline for major changes has passed. Upcoming dates: 8-Apr Boost 1.73.0 closed for beta ASAP Boost 1.73.0 beta 22-Apr Boost 1.73.0 closed for release ASAP Boost 1.73.0 release "ASAP", in this list, means "As soon as possible after the preceding milestone" -- Marshall
On 04.04.20 16:50, Marshall Clow via Boost wrote:
The deadline for major changes has passed.
Upcoming dates: 8-Apr Boost 1.73.0 closed for beta ASAP Boost 1.73.0 beta 22-Apr Boost 1.73.0 closed for release ASAP Boost 1.73.0 release
"ASAP", in this list, means "As soon as possible after the preceding milestone"
-- Marshall
Hi, Thank you for the reminder. I am a bit lost in my organization without the calendar here: https://www.boost.org/development/index.html Would it be possible to have it updated as well? Thanks, Raffi
On Sat, Apr 4, 2020 at 9:50 AM Marshall Clow via Boost < boost@lists.boost.org> wrote:
The deadline for major changes has passed.
Upcoming dates: 8-Apr Boost 1.73.0 closed for beta ASAP Boost 1.73.0 beta 22-Apr Boost 1.73.0 closed for release ASAP Boost 1.73.0 release
"ASAP", in this list, means "As soon as possible after the preceding milestone"
I just gave the windows build process a run against the snapshot in preparation for this. I'm seeing a failure in date_time while trying to build log: compile-c-c++ D:\ReleaseBuild\bin.v2\boost\bin.v2\libs\log\build\msvc-10.0\release\threadapi-win32\threading-multi\setup\default_formatter_factory.obj default_formatter_factory.cpp CAUTION: One or more C++11 features were found to be unavailable CAUTION: Compiling Boost.Math in pre-C++11 conformance modes is now deprecated and will be removed from March 2021. CAUTION: Define BOOST_MATH_DISABLE_DEPRECATED_03_WARNING to suppress this message. .\boost/date_time/gregorian/parsers.hpp(26) : error C2375: 'boost::gregorian::special_value_from_string' : redefinition; different linkage .\boost/date_time/gregorian/greg_month.hpp(142) : see declaration of 'boost::gregorian::special_value_from_string' call "D:\ReleaseBuild\bin.v2\boost\bin.v2\standalone\msvc\msvc-10.0\msvc-setup.bat" x86 >nul cl /Zm800 -nologo @"D:\ReleaseBuild\bin.v2\boost\bin.v2\libs\log\build\msvc-10.0\release\threadapi-win32\threading-multi\setup\default_formatter_factory.obj.rsp" ...failed compile-c-c++ D:\ReleaseBuild\bin.v2\boost\bin.v2\libs\log\build\msvc-10.0\release\threadapi-win32\threading-multi\setup\default_formatter_factory.obj... The full build logs can be found here: https://gist.github.com/teeks99/a4da693d090b27c5a711e3d15d566aed Tom
Yes -- this fix is available (see pull #144), but I can't push the merge bc
a random CI is stopping me....sigh....
On Sun, Apr 5, 2020 at 6:39 AM Tom Kent via Boost
On Sat, Apr 4, 2020 at 9:50 AM Marshall Clow via Boost < boost@lists.boost.org> wrote:
The deadline for major changes has passed.
Upcoming dates: 8-Apr Boost 1.73.0 closed for beta ASAP Boost 1.73.0 beta 22-Apr Boost 1.73.0 closed for release ASAP Boost 1.73.0 release
"ASAP", in this list, means "As soon as possible after the preceding milestone"
I just gave the windows build process a run against the snapshot in preparation for this. I'm seeing a failure in date_time while trying to build log:
compile-c-c++
D:\ReleaseBuild\bin.v2\boost\bin.v2\libs\log\build\msvc-10.0\release\threadapi-win32\threading-multi\setup\default_formatter_factory.obj default_formatter_factory.cpp CAUTION: One or more C++11 features were found to be unavailable CAUTION: Compiling Boost.Math in pre-C++11 conformance modes is now deprecated and will be removed from March 2021. CAUTION: Define BOOST_MATH_DISABLE_DEPRECATED_03_WARNING to suppress this message. .\boost/date_time/gregorian/parsers.hpp(26) : error C2375: 'boost::gregorian::special_value_from_string' : redefinition; different linkage .\boost/date_time/gregorian/greg_month.hpp(142) : see declaration of 'boost::gregorian::special_value_from_string' call
"D:\ReleaseBuild\bin.v2\boost\bin.v2\standalone\msvc\msvc-10.0\msvc-setup.bat" x86 >nul cl /Zm800 -nologo
@"D:\ReleaseBuild\bin.v2\boost\bin.v2\libs\log\build\msvc-10.0\release\threadapi-win32\threading-multi\setup\default_formatter_factory.obj.rsp"
...failed compile-c-c++
D:\ReleaseBuild\bin.v2\boost\bin.v2\libs\log\build\msvc-10.0\release\threadapi-win32\threading-multi\setup\default_formatter_factory.obj...
The full build logs can be found here: https://gist.github.com/teeks99/a4da693d090b27c5a711e3d15d566aed
Tom
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
On 2020-04-05 16:32, Tom Kent via Boost wrote:
On Sat, Apr 4, 2020 at 9:50 AM Marshall Clow via Boost < boost@lists.boost.org> wrote:
The deadline for major changes has passed.
Upcoming dates: 8-Apr Boost 1.73.0 closed for beta ASAP Boost 1.73.0 beta 22-Apr Boost 1.73.0 closed for release ASAP Boost 1.73.0 release
"ASAP", in this list, means "As soon as possible after the preceding milestone"
I just gave the windows build process a run against the snapshot in preparation for this. I'm seeing a failure in date_time while trying to build log:
compile-c-c++ D:\ReleaseBuild\bin.v2\boost\bin.v2\libs\log\build\msvc-10.0\release\threadapi-win32\threading-multi\setup\default_formatter_factory.obj default_formatter_factory.cpp CAUTION: One or more C++11 features were found to be unavailable CAUTION: Compiling Boost.Math in pre-C++11 conformance modes is now deprecated and will be removed from March 2021. CAUTION: Define BOOST_MATH_DISABLE_DEPRECATED_03_WARNING to suppress this message. .\boost/date_time/gregorian/parsers.hpp(26) : error C2375: 'boost::gregorian::special_value_from_string' : redefinition; different linkage .\boost/date_time/gregorian/greg_month.hpp(142) : see declaration of 'boost::gregorian::special_value_from_string' call "D:\ReleaseBuild\bin.v2\boost\bin.v2\standalone\msvc\msvc-10.0\msvc-setup.bat" x86 >nul cl /Zm800 -nologo @"D:\ReleaseBuild\bin.v2\boost\bin.v2\libs\log\build\msvc-10.0\release\threadapi-win32\threading-multi\setup\default_formatter_factory.obj.rsp"
...failed compile-c-c++ D:\ReleaseBuild\bin.v2\boost\bin.v2\libs\log\build\msvc-10.0\release\threadapi-win32\threading-multi\setup\default_formatter_factory.obj...
The full build logs can be found here: https://gist.github.com/teeks99/a4da693d090b27c5a711e3d15d566aed
The issue is here: https://github.com/boostorg/date_time/issues/143 This is about to be resolved, as soon as this PR is merged: https://github.com/boostorg/date_time/pull/144
See my latest comment -- we should remove the one failure (which is a non-failure if you look at the log) so we can get it merged. Github is being very smart and not letting me past the random garbage ci check. On Sun, Apr 5, 2020 at 7:13 AM Andrey Semashev via Boost < boost@lists.boost.org> wrote:
On 2020-04-05 16:32, Tom Kent via Boost wrote:
On Sat, Apr 4, 2020 at 9:50 AM Marshall Clow via Boost < boost@lists.boost.org> wrote:
The deadline for major changes has passed.
Upcoming dates: 8-Apr Boost 1.73.0 closed for beta ASAP Boost 1.73.0 beta 22-Apr Boost 1.73.0 closed for release ASAP Boost 1.73.0 release
"ASAP", in this list, means "As soon as possible after the preceding milestone"
I just gave the windows build process a run against the snapshot in preparation for this. I'm seeing a failure in date_time while trying to build log:
compile-c-c++
D:\ReleaseBuild\bin.v2\boost\bin.v2\libs\log\build\msvc-10.0\release\threadapi-win32\threading-multi\setup\default_formatter_factory.obj
default_formatter_factory.cpp CAUTION: One or more C++11 features were found to be unavailable CAUTION: Compiling Boost.Math in pre-C++11 conformance modes is now deprecated and will be removed from March 2021. CAUTION: Define BOOST_MATH_DISABLE_DEPRECATED_03_WARNING to suppress this message. .\boost/date_time/gregorian/parsers.hpp(26) : error C2375: 'boost::gregorian::special_value_from_string' : redefinition; different linkage .\boost/date_time/gregorian/greg_month.hpp(142) : see declaration of 'boost::gregorian::special_value_from_string' call
"D:\ReleaseBuild\bin.v2\boost\bin.v2\standalone\msvc\msvc-10.0\msvc-setup.bat"
x86 >nul cl /Zm800 -nologo
@"D:\ReleaseBuild\bin.v2\boost\bin.v2\libs\log\build\msvc-10.0\release\threadapi-win32\threading-multi\setup\default_formatter_factory.obj.rsp"
...failed compile-c-c++
D:\ReleaseBuild\bin.v2\boost\bin.v2\libs\log\build\msvc-10.0\release\threadapi-win32\threading-multi\setup\default_formatter_factory.obj...
The full build logs can be found here: https://gist.github.com/teeks99/a4da693d090b27c5a711e3d15d566aed
The issue is here:
https://github.com/boostorg/date_time/issues/143
This is about to be resolved, as soon as this PR is merged:
https://github.com/boostorg/date_time/pull/144
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
The change is pushed on develop now thanks to an assist from Peter :)
On Sun, Apr 5, 2020 at 7:18 AM Jeff Garland
See my latest comment -- we should remove the one failure (which is a non-failure if you look at the log) so we can get it merged. Github is being very smart and not letting me past the random garbage ci check.
On Sun, Apr 5, 2020 at 7:13 AM Andrey Semashev via Boost < boost@lists.boost.org> wrote:
On 2020-04-05 16:32, Tom Kent via Boost wrote:
On Sat, Apr 4, 2020 at 9:50 AM Marshall Clow via Boost < boost@lists.boost.org> wrote:
The deadline for major changes has passed.
Upcoming dates: 8-Apr Boost 1.73.0 closed for beta ASAP Boost 1.73.0 beta 22-Apr Boost 1.73.0 closed for release ASAP Boost 1.73.0 release
"ASAP", in this list, means "As soon as possible after the preceding milestone"
I just gave the windows build process a run against the snapshot in preparation for this. I'm seeing a failure in date_time while trying to build log:
compile-c-c++
default_formatter_factory.cpp CAUTION: One or more C++11 features were found to be unavailable CAUTION: Compiling Boost.Math in pre-C++11 conformance modes is now deprecated and will be removed from March 2021. CAUTION: Define BOOST_MATH_DISABLE_DEPRECATED_03_WARNING to suppress
D:\ReleaseBuild\bin.v2\boost\bin.v2\libs\log\build\msvc-10.0\release\threadapi-win32\threading-multi\setup\default_formatter_factory.obj this
message. .\boost/date_time/gregorian/parsers.hpp(26) : error C2375: 'boost::gregorian::special_value_from_string' : redefinition; different linkage .\boost/date_time/gregorian/greg_month.hpp(142) : see declaration of 'boost::gregorian::special_value_from_string' call
"D:\ReleaseBuild\bin.v2\boost\bin.v2\standalone\msvc\msvc-10.0\msvc-setup.bat"
x86 >nul cl /Zm800 -nologo
@"D:\ReleaseBuild\bin.v2\boost\bin.v2\libs\log\build\msvc-10.0\release\threadapi-win32\threading-multi\setup\default_formatter_factory.obj.rsp"
...failed compile-c-c++
D:\ReleaseBuild\bin.v2\boost\bin.v2\libs\log\build\msvc-10.0\release\threadapi-win32\threading-multi\setup\default_formatter_factory.obj...
The full build logs can be found here: https://gist.github.com/teeks99/a4da693d090b27c5a711e3d15d566aed
The issue is here:
https://github.com/boostorg/date_time/issues/143
This is about to be resolved, as soon as this PR is merged:
https://github.com/boostorg/date_time/pull/144
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
On Sun, Apr 5, 2020 at 9:29 AM Jeff Garland via Boost
The change is pushed on develop now thanks to an assist from Peter :)
On Sun, Apr 5, 2020 at 7:18 AM Jeff Garland
wrote: See my latest comment -- we should remove the one failure (which is a non-failure if you look at the log) so we can get it merged. Github is being very smart and not letting me past the random garbage ci check.
On Sun, Apr 5, 2020 at 7:13 AM Andrey Semashev via Boost < boost@lists.boost.org> wrote:
On 2020-04-05 16:32, Tom Kent via Boost wrote:
On Sat, Apr 4, 2020 at 9:50 AM Marshall Clow via Boost < boost@lists.boost.org> wrote:
The deadline for major changes has passed.
Upcoming dates: 8-Apr Boost 1.73.0 closed for beta ASAP Boost 1.73.0 beta 22-Apr Boost 1.73.0 closed for release ASAP Boost 1.73.0 release
"ASAP", in this list, means "As soon as possible after the preceding milestone"
I just gave the windows build process a run against the snapshot in preparation for this. I'm seeing a failure in date_time while trying to build log:
compile-c-c++
D:\ReleaseBuild\bin.v2\boost\bin.v2\libs\log\build\msvc-10.0\release\threadapi-win32\threading-multi\setup\default_formatter_factory.obj
default_formatter_factory.cpp CAUTION: One or more C++11 features were found to be unavailable CAUTION: Compiling Boost.Math in pre-C++11 conformance modes is now deprecated and will be removed from March 2021. CAUTION: Define BOOST_MATH_DISABLE_DEPRECATED_03_WARNING to suppress this message. .\boost/date_time/gregorian/parsers.hpp(26) : error C2375: 'boost::gregorian::special_value_from_string' : redefinition; different linkage .\boost/date_time/gregorian/greg_month.hpp(142) : see declaration of 'boost::gregorian::special_value_from_string' call
"D:\ReleaseBuild\bin.v2\boost\bin.v2\standalone\msvc\msvc-10.0\msvc-setup.bat"
x86 >nul cl /Zm800 -nologo
@"D:\ReleaseBuild\bin.v2\boost\bin.v2\libs\log\build\msvc-10.0\release\threadapi-win32\threading-multi\setup\default_formatter_factory.obj.rsp"
...failed compile-c-c++
D:\ReleaseBuild\bin.v2\boost\bin.v2\libs\log\build\msvc-10.0\release\threadapi-win32\threading-multi\setup\default_formatter_factory.obj...
The full build logs can be found here: https://gist.github.com/teeks99/a4da693d090b27c5a711e3d15d566aed
The issue is here:
https://github.com/boostorg/date_time/issues/143
This is about to be resolved, as soon as this PR is merged:
nul
nul
That looks a bit better, but now there's a link failure with gregorian :-(
Output is below, I can get full logs if desired.
Tom
msvc.link.dll
D:\ReleaseBuild\bin.v2\boost\bin.v2\libs\log\build\msvc-14.2\release\threadapi-win32\threading-multi\boost_log-vc142-mt-x32-1_73.dll
Creating library
D:\ReleaseBuild\bin.v2\boost\bin.v2\libs\log\build\msvc-14.2\release\threadapi-win32\threading-multi\boost_log-vc142-mt-x32-1_73.lib
and object
D:\ReleaseBuild\bin.v2\boost\bin.v2\libs\log\build\msvc-14.2\release\threadapi-win32\threading-multi\boost_log-vc142-mt-x32-1_73.exp
text_file_backend.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: __thiscall
boost::gregorian::greg_month::greg_month(unsigned short)"
(__imp_??0greg_month@gregorian@boost@@QAE@G@Z)
core.obj : error LNK2001: unresolved external symbol "__declspec(dllimport)
public: __thiscall boost::gregorian::greg_month::greg_month(unsigned
short)" (__imp_??0greg_month@gregorian@boost@@QAE@G@Z)
severity_level.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: __thiscall
boost::gregorian::greg_month::greg_month(unsigned short)"
(__imp_??0greg_month@gregorian@boost@@QAE@G@Z)
thread_id.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: __thiscall
boost::gregorian::greg_month::greg_month(unsigned short)"
(__imp_??0greg_month@gregorian@boost@@QAE@G@Z)
default_sink.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: __thiscall
boost::gregorian::greg_month::greg_month(unsigned short)"
(__imp_??0greg_month@gregorian@boost@@QAE@G@Z)
text_file_backend.obj : error LNK2019: unresolved external symbol
"__declspec(dllimport) public: __thiscall
boost::gregorian::greg_weekday::greg_weekday(unsigned short)"
(__imp_??0greg_weekday@gregorian@boost@@QAE@G@Z) referenced in function
"public: class boost::gregorian::greg_weekday __thiscall
boost::date_time::date
On 2020-04-06 05:51, Tom Kent via Boost wrote:
That looks a bit better, but now there's a link failure with gregorian :-(
Output is below, I can get full logs if desired.
I've created a PR to fix those: https://github.com/boostorg/date_time/pull/146
This has been pushed to both develop and master. On Mon, Apr 6, 2020 at 3:33 AM Andrey Semashev via Boost < boost@lists.boost.org> wrote:
On 2020-04-06 05:51, Tom Kent via Boost wrote:
That looks a bit better, but now there's a link failure with gregorian
:-(
Output is below, I can get full logs if desired.
I've created a PR to fix those:
https://github.com/boostorg/date_time/pull/146
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
On Mon, Apr 6, 2020 at 12:04 PM Jeff Garland via Boost < boost@lists.boost.org> wrote:
This has been pushed to both develop and master.
On Mon, Apr 6, 2020 at 3:33 AM Andrey Semashev via Boost < boost@lists.boost.org> wrote:
On 2020-04-06 05:51, Tom Kent via Boost wrote:
That looks a bit better, but now there's a link failure with gregorian
:-(
Output is below, I can get full logs if desired.
I've created a PR to fix those:
Latest snapshot on bintray looks good. Tom
Thanks!
On Tue, Apr 7, 2020 at 4:40 PM Tom Kent
On Mon, Apr 6, 2020 at 12:04 PM Jeff Garland via Boost < boost@lists.boost.org> wrote:
This has been pushed to both develop and master.
On Mon, Apr 6, 2020 at 3:33 AM Andrey Semashev via Boost < boost@lists.boost.org> wrote:
On 2020-04-06 05:51, Tom Kent via Boost wrote:
That looks a bit better, but now there's a link failure with gregorian
:-(
Output is below, I can get full logs if desired.
I've created a PR to fix those:
Latest snapshot on bintray looks good. Tom
We have a problem with Boost.Asio and compilation with -fconcepts (or
whatever it is), it generates an error due to a bug in a macro:
https://github.com/boostorg/asio/issues/312
The problem has been known about for three and a half months.
On Sat, Apr 4, 2020 at 7:51 AM Marshall Clow via Boost
The deadline for major changes has passed.
Upcoming dates: 8-Apr Boost 1.73.0 closed for beta ASAP Boost 1.73.0 beta 22-Apr Boost 1.73.0 closed for release ASAP Boost 1.73.0 release
"ASAP", in this list, means "As soon as possible after the preceding milestone"
-- Marshall
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
-- Regards, Vinnie Follow me on GitHub: https://github.com/vinniefalco
On 2020-04-04 17:50, Marshall Clow via Boost wrote:
The deadline for major changes has passed.
Upcoming dates: 8-Apr Boost 1.73.0 closed for beta ASAP Boost 1.73.0 beta 22-Apr Boost 1.73.0 closed for release ASAP Boost 1.73.0 release
"ASAP", in this list, means "As soon as possible after the preceding milestone"
I have encountered an MSVC 14.2 codegen bug, which may result in crashes of release builds of users' projects using Boost.Log matching filters with Boost.Regex regular expressions. I have committed a workaround in develop: https://github.com/boostorg/log/commit/43b944da2e76ac9ca521cfe86060492532ca7... I'm waiting for the tests to cycle, but I'm not sure they manage to complete today. I have tested the change locally. Would it be possible to merge it to master early so that it makes it into the beta?
On 08.04.20 14:59, Andrey Semashev via Boost wrote:
On 2020-04-04 17:50, Marshall Clow via Boost wrote:
The deadline for major changes has passed.
Upcoming dates: 8-Apr Boost 1.73.0 closed for beta ASAP Boost 1.73.0 beta 22-Apr Boost 1.73.0 closed for release ASAP Boost 1.73.0 release
"ASAP", in this list, means "As soon as possible after the preceding milestone"
I have encountered an MSVC 14.2 codegen bug, which may result in crashes of release builds of users' projects using Boost.Log matching filters with Boost.Regex regular expressions.
I have committed a workaround in develop:
https://github.com/boostorg/log/commit/43b944da2e76ac9ca521cfe86060492532ca7...
I'm waiting for the tests to cycle, but I'm not sure they manage to complete today. I have tested the change locally. Would it be possible to merge it to master early so that it makes it into the beta?
I also have some fixes I would like in. Should be ready in 2-3 hours. Raffi
On 2020-04-08 15:59, Andrey Semashev wrote:
On 2020-04-04 17:50, Marshall Clow via Boost wrote:
The deadline for major changes has passed.
Upcoming dates: 8-Apr Boost 1.73.0 closed for beta ASAP Boost 1.73.0 beta 22-Apr Boost 1.73.0 closed for release ASAP Boost 1.73.0 release
"ASAP", in this list, means "As soon as possible after the preceding milestone"
I have encountered an MSVC 14.2 codegen bug, which may result in crashes of release builds of users' projects using Boost.Log matching filters with Boost.Regex regular expressions.
I have committed a workaround in develop:
https://github.com/boostorg/log/commit/43b944da2e76ac9ca521cfe86060492532ca7...
I'm waiting for the tests to cycle, but I'm not sure they manage to complete today. I have tested the change locally. Would it be possible to merge it to master early so that it makes it into the beta?
Anyway, the tests have passed and I merged to master.
On Wed, Apr 8, 2020 at 12:28 PM Andrey Semashev via Boost < boost@lists.boost.org> wrote:
On 2020-04-08 15:59, Andrey Semashev wrote:
On 2020-04-04 17:50, Marshall Clow via Boost wrote:
The deadline for major changes has passed.
Upcoming dates: 8-Apr Boost 1.73.0 closed for beta ASAP Boost 1.73.0 beta 22-Apr Boost 1.73.0 closed for release ASAP Boost 1.73.0 release
"ASAP", in this list, means "As soon as possible after the preceding milestone"
I have encountered an MSVC 14.2 codegen bug, which may result in crashes of release builds of users' projects using Boost.Log matching filters with Boost.Regex regular expressions.
I have committed a workaround in develop:
https://github.com/boostorg/log/commit/43b944da2e76ac9ca521cfe86060492532ca7...
I'm waiting for the tests to cycle, but I'm not sure they manage to complete today. I have tested the change locally. Would it be possible to merge it to master early so that it makes it into the beta?
Anyway, the tests have passed and I merged to master.
Glad to hear it. -- Marshall
participants (6)
-
Andrey Semashev
-
Jeff Garland
-
Marshall Clow
-
Raffi Enficiaud
-
Tom Kent
-
Vinnie Falco