-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
update tcl/* dependencies #15384
update tcl/* dependencies #15384
Conversation
This comment has been minimized.
This comment has been minimized.
Hooks produced the following warnings for commit aa3f152tcl/8.6.10
tcl/8.6.11
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's good enough to be merged now. In future we will need to update for Conan 2.0. Thank you for your contribution.
@@ -137,7 +139,8 @@ def _build_nmake(self, targets): | |||
@functools.lru_cache(1) | |||
def _configure_autotools(self): | |||
autotools = AutoToolsBuildEnvironment(self, win_bash=tools.os_info.is_windows) | |||
yes_no = lambda v: "yes" if v else "no" | |||
def yes_no(v): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please, avoid updating methods which are working already, like this lamdba which largely used in CCI (around 470 occurrences)
* update tcl dependencies * update for conan v2 --------- Co-authored-by: Eric Yen <eric@ericyen.com>
Update tcl dependencies for #15383