hippo91

Results 63 comments of hippo91

@geertj i finally succeed in but i had to upgrade to the pre-release version of cmake tools and then add explicitly the number of jobs in the `cmake.ctest` default ctest...

@gcampbell-msft should not this issue be closed since #3577 has been merged?

@gcampbell-msft i think the label `fixed (release pending)` can be added to this issue.

@nhbusch i cannot reproduce this bug. In one of my project is set the following presets: ```{ "version": 6, "cmakeMinimumRequired": { "major": 3, "minor": 21, "patch": 1 }, "configurePresets": [...

@gcampbell-msft i think this issue is solved by #3577. Am I wrong?

@Peter92 thanks for the report. This bug is probably linked to #3334 and #1061.

@technillogue / @jab thanks for your report/investigation. The problem you mention is a bit different from the original one (i.e not due to a lack of control flow) but linked...

@kbakk @ricardoquesada thanks for your report. In fact, starting with `python3.9`, `tuple` is indeed subscriptable. With master branch of `pylint` and `astroid`, when linting the following code: ``` def my_func(rgb:...

@BenLatham thank for your report. In your case, `pylint` is understanding that `my_cashed_value` maybe `None` because of its initialization. If you change `my_cashed_value = None` for `my_cashed_value = dict()` then...

@gcampbell-msft i think this issue is probably solved with #3752