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
I've pulled latest master (66efc44) and used cabal install --installdir=bin --install-method=copy --overwrite-policy=always to install the arbtt binaries.
Running arbtt-capture in the background and arbtt-stats --each-category works as expected.
However:
arbtt-stats --each-category --for-each=year
returns
Processing data [=======================================================================================================================] 100%
arbtt-stats: src/Stats.hs:(398,1)-(413,53): Non-exhaustive patterns in function renderReportText
which is unexpected.
Could this be a an error in the config or is it possibly something else?
Thanks for this helpful tool.
The text was updated successfully, but these errors were encountered:
I've pulled latest master (66efc44) and used
cabal install --installdir=bin --install-method=copy --overwrite-policy=always
to install the arbtt binaries.Running
arbtt-capture
in the background andarbtt-stats --each-category
works as expected.However:
returns
which is unexpected.
Could this be a an error in the config or is it possibly something else?
Thanks for this helpful tool.
The text was updated successfully, but these errors were encountered: