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

Add tllist #10763

Merged
merged 16 commits into from
May 19, 2022
Merged

Add tllist #10763

merged 16 commits into from
May 19, 2022

Conversation

danimtb
Copy link
Member

@danimtb danimtb commented May 12, 2022

From #8588 and the changes proposed in the reviews of such PR (including aacebedo#1)

closes #8588

aacebedo and others added 3 commits December 31, 2021 12:06
@conan-center-bot

This comment has been minimized.

SSE4
SSE4 previously approved these changes May 12, 2022
Comment on lines 24 to 26
def validate(self):
if self.settings.os != "Linux":
raise ConanInvalidConfiguration("Only Linux supported")
Copy link
Contributor

@SpaceIm SpaceIm May 12, 2022

Choose a reason for hiding this comment

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

What is specific to Linux in this header? It works like a charm on macOS. I guess also on Windows.

recipes/tllist/all/conanfile.py Show resolved Hide resolved
recipes/tllist/all/conanfile.py Show resolved Hide resolved
SpaceIm
SpaceIm previously approved these changes May 13, 2022
@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

Comment on lines 22 to 24
# FIXME: Fails in test_pacakge with the Windows configuration
if self.settings.os == "Windows":
raise ConanInvalidConfiguration("Windows not supported")
Copy link
Contributor

Choose a reason for hiding this comment

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

only Visual Studio

@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

uilianries
uilianries previously approved these changes May 18, 2022
@@ -0,0 +1,40 @@
from conan import ConanFile
Copy link
Contributor

Choose a reason for hiding this comment

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

what is the requirement in terms of conan version?

Copy link
Member Author

Choose a reason for hiding this comment

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

https://github.com/conan-io/conan/releases/tag/1.43.0 from 1.43.0
I am updating the required version right now 🏃 Thanks! 🦅 👁️

@conan-center-bot

This comment has been minimized.

@conan-center-bot
Copy link
Collaborator

All green in build 14 (0251bb4341f8de6e85b602a07a3b5f3a0d32bce5):

  • tllist/1.0.5@:
    All packages built successfully! (All logs)

@conan-center-bot conan-center-bot merged commit 87e0e42 into conan-io:master May 19, 2022
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.

6 participants