You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if there was the addition of two new checks, thought I am not sure where they would go in the hooks.
usage of self.requires.add which should not have the last add portion
usage of tools.check_min_cppstd should always have a preceding if self.settings.get_safe("compiler.cppstd"):
I am sure there are other "bad practices" which could be added but these two are very common looking at older recipes, next time they get update it will be more complete.
It would be nice if there was the addition of two new checks, thought I am not sure where they would go in the hooks.
self.requires.addwhich should not have the last add portiontools.check_min_cppstdshould always have a precedingif self.settings.get_safe("compiler.cppstd"):I am sure there are other "bad practices" which could be added but these two are very common looking at older recipes, next time they get update it will be more complete.