Skip to content
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

Feature/detect api compilers #16092

Merged
merged 3 commits into from
Apr 18, 2024

Conversation

memsharded
Copy link
Member

@memsharded memsharded commented Apr 16, 2024

Changelog: Feature: Add detect_xxxx_compiler() for mainstream compilers as gcc, msvc, clang. to the public detect_api.
Docs: conan-io/docs#3702

Close #15978

def test_profile_jinja_error():
c = TestClient(light=True)
c.save({"profile1": "{% set kk = other() %}"})
c.run("profile show -pr=profile1", assert_error=True)
Copy link
Member

Choose a reason for hiding this comment

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

👍

@ErniGH ErniGH self-requested a review April 18, 2024 11:17
@czoido czoido merged commit 1b497cd into conan-io:develop2 Apr 18, 2024
2 checks passed
@memsharded memsharded deleted the feature/detect_api_compilers branch April 18, 2024 16:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feature] detect_api: Support detecting the version of a specific compiler
4 participants