[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pykde
Subject:    sip: make configure more verbose. print config status for every binding
From:       Milan Hauth <milahu () gmail ! com>
Date:       2022-06-11 20:41:04
Message-ID: CAGiEHCu0DBP0zJ4Ov_J+=+ni1QspLaA4WjBZDxjr6jBKozeztA () mail ! gmail ! com
[Download RAW message or body]

make it easier to debug a failing build

example:

sipbuild/project.py

```py
    def update_buildable_bindings(self):
        # ...

        for b in list(self.bindings.values()):
            if b.is_buildable():
                print(f"Binding {b.name} will be built.")
            else:
                print(f"Binding {b.name} will not be built.")
                del self.bindings[b.name]
```
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic