Skip to content

Commits on Source 2

  • Mathieu Bridon's avatar
    deps: Specify the minimum version required for blessings · 40963952
    Mathieu Bridon authored
    Buildstream uses the Terminal.does_styling attribute, which was only
    added in blessings 1.6.
    
    Blessings helpfully returns an empty string when calling an nonexistent
    attribute on the Terminal object, instead of failing.
    
    Because Fedora has blessings 1.5, Buildstream thought that my terminal
    couldn't handle styling, and just didn't print the status bar, silently.
    
    Specifying the minimum version avoids this silent failure.
    40963952
  • Tristan Van Berkom's avatar
    Merge branch 'bochecha/blessings' into 'bst-1.2' · 02396c90
    Tristan Van Berkom authored
    deps: Specify the minimum version required for blessings
    
    See merge request !663
    02396c90
Loading