-
Notifications
You must be signed in to change notification settings - Fork 61
add support for --python.debugger #790
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
Conversation
daviwil
left a comment
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.
Looks good to me!
…into add_python_debug * 'autorestv3' of https://github.com/Azure/autorest.python: Update package.json Update ChangeLog.md fix bug to allow polling with parameterized endpoints and relative polling urls (#784)
Co-authored-by: David Wilson <[email protected]>
daviwil
left a comment
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.
Not sure why it cleared my review!
|
/azp run autorest.python - ci |
|
No pipelines are associated with this pull request. |
…into add_python_debug * 'autorestv3' of https://github.com/Azure/autorest.python: regen to get setup version requirement changes (#793)
|
/azp run autorest.python - ci |
|
Azure Pipelines successfully started running 1 pipeline(s). |
…python into add_python_debug * 'add_python_debug' of https://github.com/Azure/autorest.python: correct python debugger flag name in changelog
…into add_python_debug * 'autorestv3' of https://github.com/Azure/autorest.python: fix property inheritance (#795)
| } | ||
|
|
||
| runPython3(process.argv[2]).catch(err => { | ||
| runPython3(...process.argv.slice(2)).catch(err => { |
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.
This is saying "let me take the arguments from index 2 and onwards, and splat them"
…into add_typing_imports * 'autorestv3' of https://github.com/Azure/autorest.python: Update package.json Update ChangeLog.md add support for --python.debugger (#790) fix property inheritance (#795)
…into new_paging * 'autorestv3' of https://github.com/Azure/autorest.python: Update package.json Update ChangeLog.md add support for --python.debugger (Azure#790) fix property inheritance (Azure#795) regen to get setup version requirement changes (Azure#793) Update package.json Update ChangeLog.md fix bug to allow polling with parameterized endpoints and relative polling urls (Azure#784) switch structure of multiapi section into classes instead of dicts (Azure#755) Update package.json update m4 to 4.15.421 (Azure#781) add content_type docstring if multiple media types to lro and paging docs (Azure#778) fix trailing comma issue (Azure#777)
…into multiapi_diff_signatures * 'autorestv3' of https://github.com/Azure/autorest.python: (25 commits) Update package.json Update ChangeLog.md add support for custom pollers and pagers (#821) Update package.json Update ChangeLog.md include generation and tests for no operations (#802) fix lro response setting (#813) add tests for empty first page (#824) access error model from operation group's model property (#819) Update package.json Update ChangeLog.md set discriminator value if readonly (#815) regen to get testserver updates (#814) allow services with no operations to generate (#801) Update package.json Update ChangeLog.md set default value for properties if x-ms-client-default set (#798) Update package.json Update ChangeLog.md add support for --python.debugger (#790) ...
fixes #785