66 Improve Testing, Refactoring and Documentation#99
Merged
Conversation
cbbe8bc to
45ba6bf
Compare
Add Docmentation + Fix most flyway-errors to improve doc-string + Add doc-string to most buffer-local vars + Add uniline flow-diagram and describe each phase + Adjust "running speed-type" to include newly added features Consolidate `speed-type--setup-code` and `speed-type--code-with-highlighting` using `speed-type--setup` Make argument-order of `speed-type--setup` consistent Always return `speed-type-buffer` when calling `speed-type--setup` Return nil when reading stats and no statistic-file is present. This is necessary for last-continue-at to be 0 and no error is thrown. Rename `speed-type-gb-dir` to `speed-type-directory` and introduce alias. The directory is used for all kinds of retrieved content and stats not only gutenberg (gb). Replace speed-type--fill-region with it's content. Increment version-number to 1.5 Add various tests: + reading and saving stats + `speed-type-region` with prog-mode, fundamental-mode and hexl-mode (file-ref) + downcase + point-movement + time-register: pause/resume + stop-words-p + find-last-continue-at-point-in-stats
45ba6bf to
047bbf7
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fixes some of #66
Add Docmentation
Consolidate
speed-type--setup-codeandspeed-type--code-with-highlightingusingspeed-type--setupMake argument-order of
speed-type--setupconsistentAlways return
speed-type-bufferwhen callingspeed-type--setupReturn nil when reading stats and no statistic-file is present. This is necessary for last-continue-at to be 0 and no error is thrown.
Rename
speed-type-gb-dirtospeed-type-directoryand introduce alias. The directory is used for all kinds of retrieved content and stats not only gutenberg (gb).Replace speed-type--fill-region with it's content.
Increment version-number to 1.5
Add various tests:
speed-type-regionwith prog-mode, fundamental-mode and hexl-mode (file-ref)