-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Move R2RDump over to the new System.CommandLine #12766
Comments
cc @trylek I've been porting over jitutils so can do this too, if you like. |
Here's my first attempt: R2RDumpNewCommandLine I ended up moving all the command line stuff over to Feel free to give it a try. You will likely run into dotnet/command-line-api#532 so that needs to be fixed before we can move forward. In particular using the
|
Thanks so much @AndyAyersMS, it looks great to me, feel free to merge it in if it works for you; I doubt there are too many other users of the tool out there right now and we / they should get easily adjusted to the new syntax. After all I believe the pre-existing command-line syntax is super-overcomplicated and I'd love to clean that up somehow, I'm just somehow lacking the spare cycles to look into that :-(. |
Due to lack of recent activity, this issue has been marked as a candidate for backlog cleanup. It will be closed if no further activity occurs within 14 more days. Any new comment (by anyone, not necessarily the author) will undo this process. This process is part of our issue cleanup automation. |
This issue will now be closed since it had been marked |
The
System.CommandLine
used by R2RDump is a defunct corefxlabs project. We should move it over to using the new System.CommandLine.Among other things this will unblock porting some of the jitutils over to this new command line parser (since PMI needs to be able to run in Core_Root environment). See dotnet/jitutils#209.
The text was updated successfully, but these errors were encountered: