Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Progress.counter ~pp to receive the accumulated total #19

Merged
merged 1 commit into from
Jun 29, 2021

Conversation

craigfe
Copy link
Owner

@craigfe craigfe commented Jun 29, 2021

... rather than just the latest reported value.

Fix #18. CC: @Ngoguey42.

... rather than just the latest reported value.
@craigfe craigfe merged commit 68ffc30 into main Jun 29, 2021
craigfe added a commit to craigfe/opam-repository that referenced this pull request Jun 29, 2021
CHANGES:

- Fix the count segment of `Progress.counter` (when `pp` is passed) to show the
  running total rather than the latest reported value. (craigfe/progress#19; @craigfe, report
  by @Ngoguey42)
- Fix `Terminal` stubs on MacOS. (craigfe/progress#13; @craigfe, report by @Ngoguey42)
- Fix package tests on Windows. `Progress` does not yet support the Windows and
  Cygwin terminals; this is tracked by craigfe/progress#16. (craigfe/progress#15; @emillon)
craigfe added a commit to craigfe/opam-repository that referenced this pull request Jun 29, 2021
CHANGES:

- Fix the count segment of `Progress.counter` (when `pp` is passed) to show the
  running total rather than the latest reported value. (craigfe/progress#19; @craigfe, report
  by @Ngoguey42)
- Fix `Terminal` stubs on MacOS. (craigfe/progress#13; @craigfe, report by @Ngoguey42)
- Fix package tests on Windows. `Progress` does not yet support the Windows and
  Cygwin terminals; this is tracked by craigfe/progress#16. (craigfe/progress#15; @emillon)
craigfe added a commit to craigfe/opam-repository that referenced this pull request Jun 29, 2021
CHANGES:

- Fix the count segment of `Progress.counter` (when `pp` is passed) to show the
  running total rather than the latest reported value. (craigfe/progress#19; @craigfe, report
  by @Ngoguey42)
- Fix `Terminal` stubs on MacOS. (craigfe/progress#13; @craigfe, report by @Ngoguey42)
- Fix package tests on Windows. `Progress` does not yet support the Windows and
  Cygwin terminals; this is tracked by craigfe/progress#16. (craigfe/progress#15; @emillon)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Progress.count ~pp doesn't accumulate correctly
1 participant