-
Notifications
You must be signed in to change notification settings - Fork 245
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
Replace m2r with new typescript-based method #6091
Open
catalinaperalta
wants to merge
25
commits into
microsoft:main
Choose a base branch
from
catalinaperalta:feature/md2rst
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.
+156
−85
Open
Changes from 23 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
4cbe321
remove m2r + add initial code
cperaltah 4153894
remove m2r
cperaltah e0ce90e
add marked dep
cperaltah 2534a05
fix md2rst
cperaltah 4233e21
call method on description+summary fields
cperaltah 031bb51
update node walking method
cperaltah 943c411
Merge branch 'main' of https://github.com/microsoft/typespec into fea…
cperaltah 7ccf1df
add link support
cperaltah 680f126
add list support
cperaltah 0040b7a
update parsing
cperaltah b9cab7d
cleanup
cperaltah 474f7ed
update node walking logic
cperaltah a4cb26e
revert individual md2rst calls
cperaltah b5748e4
cleanup
cperaltah 44634bb
check for null values before adding to the set
cperaltah 0cc4f21
Merge branch 'main' of https://github.com/microsoft/typespec into fea…
cperaltah 660e8ab
Create feature-md2rst-2025-1-21-1-49-22.md
catalinaperalta 10f123b
Merge branch 'main' of https://github.com/microsoft/typespec into fea…
cperaltah 5c6a308
format
cperaltah fa4637d
Merge branch 'feature/md2rst' of https://github.com/catalinaperalta/t…
cperaltah 6ee8627
more m2r clean up
cperaltah 209e34c
move m2r test to typescript and use md2rst
cperaltah 0ed61b7
Merge branch 'main' of https://github.com/microsoft/typespec into fea…
cperaltah 9f5b4c5
Merge branch 'main' of https://github.com/microsoft/typespec into fea…
cperaltah 23a0669
make change report internal
cperaltah 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
# Change versionKind to one of: internal, fix, dependencies, feature, deprecation, breaking | ||
changeKind: fix | ||
packages: | ||
- "@typespec/http-client-python" | ||
--- | ||
|
||
Replace m2r with new md2rst() method | ||
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 was deleted.
Oops, something went wrong.
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
10 changes: 0 additions & 10 deletions
10
packages/http-client-python/generator/test/generic_mock_api_tests/unittests/test_m2r.py
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.
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.
nit I would describe this more targeted toward user of the package than what is the internal change.