-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
Line numbers #647
Open
acoleman2000
wants to merge
53
commits into
common-workflow-language:main
Choose a base branch
from
acoleman2000:line_numbers
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Line numbers #647
Changes from all commits
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
a57ae4a
Create test_line_numbers.py
acoleman2000 4b23d8d
adding tests
acoleman2000 2e584ac
updating save method within python_codegen_support.py
acoleman2000 b7f22de
adding helper methods
acoleman2000 21659d2
adding additional helper method
acoleman2000 f68e74a
fixing bugs in helper method
acoleman2000 2c26bfa
updating python codegen_support.py and python_codegen.py
acoleman2000 e0ee3f4
updating files
acoleman2000 8b31a59
updating test
acoleman2000 6d8bce9
updating files and adding test cwl files
acoleman2000 3150b2f
Merge branch 'common-workflow-language:main' into line_numbers
acoleman2000 3143595
Fixing bug with updating sub-docs and non-kv values getting added to …
acoleman2000 9919bc4
Merge branch 'line_numbers' of https://github.com/acoleman2000/schema…
acoleman2000 3b80801
updating CommentedSeq lc update
acoleman2000 8152f0c
updating CommentedSeq lc data
acoleman2000 6ec8730
Updating metaschema.py
acoleman2000 149b1ba
updating type -> asinstance and bug fix in save
acoleman2000 16996bb
Adding doc = copy.copy(doc) before removing values
acoleman2000 0522ce8
removing typecheck for key in val
acoleman2000 6f62fb8
running make cleanup
acoleman2000 ba2dd90
updating metaschema.py
acoleman2000 2dea597
Fixing type warning for doc
acoleman2000 74b23d0
working on test
acoleman2000 8575f3f
Fixing issue with type hints and indentation of setting global variable
acoleman2000 a087833
adding metaschema.py
acoleman2000 7bfac7c
fix type error
acoleman2000 06fc513
fix type error
acoleman2000 5fd6ca1
Merge branch 'common-workflow-language:main' into line_numbers
acoleman2000 41d406d
updates to codegen
acoleman2000 27c7314
Merge branch 'line_numbers' of https://github.com/acoleman2000/schema…
acoleman2000 f4e098b
Updating python_codegen and python_codegen_support for cleaner logic …
acoleman2000 8263fdb
updating for consistent line numbers
acoleman2000 add86c6
adding files for line number tests
acoleman2000 625a3a5
adding cwl python codegen files for tests and having them be ignored …
acoleman2000 6f544e9
updating python codegen/codegen_support, metaschema, and tests.
acoleman2000 4178c78
Merge branch 'main' into line_numbers
acoleman2000 74e3247
running make clean-up
acoleman2000 c9d35a2
Merge branch 'line_numbers' of https://github.com/acoleman2000/schema…
acoleman2000 752dbab
trying to pass tox tests
acoleman2000 5d198ee
updating to remove inserted_line_info from global variable
acoleman2000 160f559
updating cwl codegen filesfor updated codegen
acoleman2000 bdd5c04
Updating codegen to support shifting down of text
acoleman2000 cc76eb9
Updating metaschema.py and updating to pass lint
acoleman2000 f85ed3c
running make cleanup
acoleman2000 3d61e55
updating Makefile to properly exclude cwl files
acoleman2000 63da121
Trying to pass metaschema up to date test
acoleman2000 ba8be89
trying alternate style of loading test files in
acoleman2000 d84a8bd
Merge branch 'main' into line_numbers
acoleman2000 be53207
Bogus commit to re-run testS
acoleman2000 5b10422
Merge branch 'main' into line_numbers
93406dd
Updating line numbers tests to use generated cwl files.
154af86
Removing static cwl files.
3afd4b0
Merge branch 'main' into line_numbers
acoleman2000 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 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
Oops, something went wrong.
Oops, something went wrong.
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.
?