-
Notifications
You must be signed in to change notification settings - Fork 982
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
feat: ck printer #1895
Merged
+1,145
−186
Merged
feat: ck printer #1895
Changes from 1 commit
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
201b4df
feat: halstead printer
devtooligan 7eb270a
feat: halstead printer
devtooligan 34a343e
feat: ck printer
devtooligan 16b5726
feat: martin printer
devtooligan d682232
chore: add to scripts/ci_test_printers.sh
devtooligan 6a0add0
Merge branch 'dev' into halstead
devtooligan 1fa616b
Merge branch 'dev' into ck-printer
devtooligan 314364e
chore: remove comments
devtooligan 134dd90
Merge branch 'dev' into martin-printer
devtooligan 975da91
chore: add type
devtooligan 6f280c1
chore: pylint
devtooligan 14c9761
feat: add CBO
devtooligan 45f353b
Merge branch 'dev' into martin-printer
devtooligan fa22c34
chore: update label
devtooligan 0fb6597
Merge branch 'martin-printer' into ck-printer
devtooligan 3791467
docs: fix docstring
devtooligan c3a674a
chore: black
devtooligan a826bc3
Merge branch 'dev' into halstead
devtooligan c175d52
Merge branch 'dev' into halstead
devtooligan 06e218c
refactor: prefer custom classes to dicts
devtooligan db5ec71
chore: move halstead utilities to utils folder
devtooligan 0fb6e42
chore: lint
devtooligan 46c6177
Merge branch 'dev' into halstead
devtooligan 8f831ad
fix: 'type' object is not subscriptable
devtooligan 61e3076
chore: lint
devtooligan fb25cbb
refactor: initial
devtooligan ce76d62
Merge branch 'halstead' into martin-printer
devtooligan 8d2e7c4
refactor: prefer custom classes to dicts
devtooligan c787fb4
chore: move Martin logic to utils
devtooligan 2e99e49
chore: lint
devtooligan 8c51e47
Update scripts/ci_test_printers.sh
devtooligan 5699349
fix: typo
devtooligan 961a678
Merge branch 'halstead' into martin-printer
devtooligan 4a3ab0a
fix: add martin printer to testing printer list
devtooligan 524b755
Merge branch 'martin-printer' into ck-printer
devtooligan 42cd6e0
fix: account for case w no functions
devtooligan 251dee0
Merge branch 'halstead' into martin-printer
devtooligan 6552ba0
Merge branch 'martin-printer' into ck-printer
devtooligan 8d483ed
fix: external calls
devtooligan 5c6cfb8
Merge branch 'martin-printer' into ck-printer
devtooligan 6843d03
fix: external calls
devtooligan 8a34cd4
Merge branch 'martin-printer' into ck-printer
devtooligan a35dff3
refactor: ck
devtooligan 628f723
Merge branch 'dev' into ck-printer
montyly 4053c9b
minor improvements
montyly c8bd72e
Fix circular dep
montyly bcbe4ff
Update ci_test_printers.sh
montyly 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
refactor: ck
commit a35dff3a15b47ca75391029838aeddf5a6175ce2
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add the return types for all the functions? (use
-> None
if the function returns nothing)