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

Expose 'complete_bar_with_percentage' (%W) #146

Closed
wants to merge 2 commits into from
Closed

Expose 'complete_bar_with_percentage' (%W) #146

wants to merge 2 commits into from

Conversation

marcotc
Copy link
Contributor

@marcotc marcotc commented May 8, 2018

Why This Change Is Necessary

  • New Feature

Exposes already existing support for complete (full-length) progress bar with integrated percentage.

Side Effects Caused By This Change

This PR introduces a new feature. It should have no impact on existing features or behaviours.

Screenshots

Example with format '%t|%W|' and length => 50:

Progress|                                        |
Progress|=== 25 ===                              |
Progress|======== 50 ========                    |
Progress|============= 75 =============          |
Progress|================= 100 ==================|

Checklist:

  • I have run rubocop against the codebase
  • I have added tests to cover my changes
  • All new and existing tests passed

@marcotc
Copy link
Contributor Author

marcotc commented May 8, 2018

Build failing is due to master currently failing, should be unrelated to this PR's changes.

If I have bandwidth, I'll try to see why master is broken.

jfelchner added a commit that referenced this pull request Aug 3, 2018
Why This Change Is Necessary
========================================================================

- [ ] Bug Fix
- [x] New Feature

Exposes already existing support for complete (full-length) progress bar
with integrated percentage.

Side Effects Caused By This Change
========================================================================

- [ ] This Causes a Breaking Change
- [x] This Does Not Cause Any Known Side Effects

Checklist
========================================================================

- [x] I have run `rubocop` against the codebase
- [x] I have added tests to cover my changes
- [x] All new and existing tests passed

------------------------------------------------------------------------
Github Issue URLs:
  * #146
jfelchner added a commit that referenced this pull request Aug 3, 2018
Why This Change Is Necessary
========================================================================

- [ ] Bug Fix
- [x] New Feature

Exposes already existing support for complete (full-length) progress bar
with integrated percentage.

Side Effects Caused By This Change
========================================================================

- [ ] This Causes a Breaking Change
- [x] This Does Not Cause Any Known Side Effects

Checklist
========================================================================

- [x] I have run `rubocop` against the codebase
- [x] I have added tests to cover my changes
- [x] All new and existing tests passed

------------------------------------------------------------------------
Github Issue URLs:
  * #146
@jfelchner
Copy link
Owner

Merged in cab453f

@jfelchner jfelchner closed this Aug 3, 2018
@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot added the outdated Inactive - Outdated label Dec 28, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 28, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
outdated Inactive - Outdated
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants