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
According to git bisect, this regressed in 7911d8d.
Seems like this might be expected breakage given the goal of #2544, but the documentation claims that the code uses the format specifiers from the system's strftime, which is no longer the case.
In short, this assertion (using the
make_hour
function from the chrono tests) passes in 8.0.1 but fails in 8.1.0.According to
git bisect
, this regressed in 7911d8d.Seems like this might be expected breakage given the goal of #2544, but the documentation claims that the code uses the format specifiers from the system's
strftime
, which is no longer the case.cc Alexays/Waybar#1447
The text was updated successfully, but these errors were encountered: