-
Notifications
You must be signed in to change notification settings - Fork 852
Bug fix/fix msvc2019 build #11052
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
Bug fix/fix msvc2019 build #11052
Conversation
…odb/arangodb into bug-fix/fix-msvc2019-build
…-fix/fix-msvc2019-build
@Dronplane Will this allow to compile full ArangoDB with MSVC2019, or just IResearch? |
Full ArangoDB. IResearch itself already has msvc2019 support |
Awesome, thanks! |
Jenkins runs into this assertion:
with this backtrace:
This is due to the following bug in the MSVC STL. It leads to self-move-assignments on an empty erase range, which in general leaves the elements in an undefined state. I'll provide a patch for this case, but we should upgrade MSVC when a fixed version is available. |
…-fix/fix-msvc2019-build
This will wait for VS 2019 16.5.0. |
…-fix/fix-msvc2019-build
Tests blue! |
…ture/validation-aql-functions * 'devel' of https://github.com/arangodb/arangodb: cheapify IN lookups on unsorted arrays (#11342) Bug fix/fix msvc2019 build (#11052)
…idation-web-ui * 'devel' of github.com:arangodb/arangodb: Fix an agency supervision bug. (#11356) (mostly) restore pre-3.7 API behavior (#11364) validation: AQL functions (#11327) Check MSVC_VERSION instead of CMAKE_GENERATOR (#11351) added sleep time (lousy fix) Feature/aql interleave function (#11352) cheapify IN lookups on unsorted arrays (#11342) Bug fix/fix msvc2019 build (#11052)
…ture/utf-8-validation * 'devel' of https://github.com/arangodb/arangodb: (21 commits) Bug fix/headers cleanup (#11391) Feature/internal issue #672 (#11370) GraphNodes now copy the graph when cloned (#11345) fix lame compile error Feature/aql subquery execution block impl execute implementation harvesting (#11349) remove obsolete recoveryData Feature/dismantle mmfiles (#11354) Fix an agency supervision bug. (#11356) (mostly) restore pre-3.7 API behavior (#11364) validation: AQL functions (#11327) Check MSVC_VERSION instead of CMAKE_GENERATOR (#11351) added sleep time (lousy fix) Feature/aql interleave function (#11352) cheapify IN lookups on unsorted arrays (#11342) Bug fix/fix msvc2019 build (#11052) Allow easier removal of validation rules. (#11346) upgrade RocksDB (#11308) Introduce more type-safe identifiers (#11270) Bug fix/schema validation return code (#11341) Fix explainer output when restricting collections (#11338) ...
Fixes building and running on MSVC2019