Skip to content

Throw configuration error on unsupported compilers#1029

Merged
Headline merged 4 commits intomasterfrom
throw-unsupported-compiler
Nov 16, 2019
Merged

Throw configuration error on unsupported compilers#1029
Headline merged 4 commits intomasterfrom
throw-unsupported-compiler

Conversation

@psychonic
Copy link
Member

Throw error at configure stage if using unsupported MSVC version rather than having less obvious errors thrown later by compiler.

With the recent argbuffer addition, we apparently no longer support Visual Studio 2013. I removed a couple of paths for it, and added an early check to make sure a supported version is being used. I think we should do the same for GCC and Clang as well, but I don't know what minimum versions we support.

psychonic and others added 2 commits June 1, 2019 12:28
rather than having less obvious errors thrown later by compiler.
@Headline Headline marked this pull request as ready for review November 13, 2019 09:05
@Headline Headline added the Bug general bugs; can be anything label Nov 13, 2019
Copy link
Member

@Headline Headline left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be complete, gonna merge this soon if no one has any complaints about it.

GCC and Clang requirements were taken from amtl

@Headline Headline changed the title Throw error at configure stage if using unsupported MSVC version Throw configuration error on unsupported compilers Nov 14, 2019
@Headline Headline merged commit 1000d41 into master Nov 16, 2019
@Headline Headline deleted the throw-unsupported-compiler branch November 16, 2019 00:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Bug general bugs; can be anything

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants