-
Notifications
You must be signed in to change notification settings - Fork 8
impl: parse_and_output_manpages #96
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
Merged
pickfire
merged 47 commits into
rust-dc:master
from
charliethomson:parse_and_output_manpages_fixed
Aug 1, 2020
Merged
Changes from 13 commits
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
696a2fd
impl: parse_and_output_manpages
charliethomson 9617c78
oops, fix my bad code lol
charliethomson eca4937
fixup! 9617c78a296389d6555983cd2b2bb00d8a0fa6eb
scooter-dangle f678924
add_diagnostic comment to function
charliethomson 1f0458c
P -> PathBuf, diag for IOError
charliethomson 855c774
Merge branch 'parse_and_output_manpages_fixed' of https://www.github.…
charliethomson da160a2
and_then for cmd_name
charliethomson 1f7b988
rust fmt string padding
charliethomson a87d53b
fix the format string
charliethomson f67aa76
fix the format string again
charliethomson 57c0602
Minor reformat, add num_digits, use fmt padding again
charliethomson 00daf5e
Remove return statements
charliethomson 711fc9e
Remove python
charliethomson 51b744e
Vec -> Slice
charliethomson 1a8590b
println! with no args
charliethomson d5fbeb8
log(10.) -> log10()
charliethomson 33259a2
Merge branch 'parse_and_output_manpages_fixed' of https://www.github.…
charliethomson 8cfe648
fixup
charliethomson ceffcce
fixup
charliethomson 00611ab
fixup
charliethomson a08c571
clippy
charliethomson c69fa96
Promote num_digits, add tests
charliethomson ad18824
Remove tuple constructor, add enumerate
charliethomson 9f34fd4
Make index start from 1
charliethomson 5596c5f
Fix num_digits, add another test case
charliethomson 0b80ab2
remove .to_mut().to_owned()
charliethomson c825f8d
remove Progress
charliethomson 7aa3ab0
cmd_name String -> str
charliethomson 634209a
move cmd_name
charliethomson 30a5e69
.unwrap() on .split()
charliethomson 66a918f
already mutable
charliethomson 19e39c7
write to stdout check
charliethomson abc2bf6
fmt
charliethomson ccb6f1d
fmt
charliethomson 34857c9
fixup!
scooter-dangle ca4569f
remove resolved todos
charliethomson beeda3a
Merge branch 'parse_and_output_manpages_fixed' of https://www.github.…
charliethomson d8e1d8e
Remove comment about xz/lzma, not relevant to this port, we support them
charliethomson 10a0120
pickfire, fancy \r
charliethomson 4f22c2c
Remove one line of whitespace
charliethomson 8ae866d
as_ref()
charliethomson c72ad4d
as_ref() part 2
charliethomson 59d309a
deas_ref, max_digits, remove initial spaces from
charliethomson 69bca77
remove last_len, padding; use progress instead
charliethomson 5cae975
Use display
charliethomson 40df153
panic! one line
charliethomson 96db160
revert
charliethomson File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.