From: julien.marrec@... Date: 2020-04-06T19:13:17+00:00 Subject: [ruby-core:97732] [Ruby master Feature#16763] MSVC: allow ranges for MSVC 2017 and 2019 support in win/Makefile.sub Issue #16763 has been reported by jmarrec (Julien Marrec). ---------------------------------------- Feature #16763: MSVC: allow ranges for MSVC 2017 and 2019 support in win/Makefile.sub https://bugs.ruby-lang.org/issues/16763 * Author: jmarrec (Julien Marrec) * Status: Open * Priority: Normal ---------------------------------------- _MSC_VER differs from previous version in 2017 and 2019, in the sense that updates have their own last digit changing. For a list of _MSC_VER see for example https://dev.to/yumetodo/list-of-mscver-and-mscfullver-8nd config.h ends up having harcoded version (eg: 1924), which is overly strict (today I updated to MSVC update 16.5.1 and suddenly my build which links to and embeds ruby broke). The proposed patch adds ranges for these version. ---Files-------------------------------- 0001-patch-to-support-version-ranges-for-MSVC.patch (1.08 KB) -- https://bugs.ruby-lang.org/ Unsubscribe: