Skip to content
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

Remove type redundancy #23

Open
vlopes11 opened this issue Oct 23, 2022 · 0 comments
Open

Remove type redundancy #23

vlopes11 opened this issue Oct 23, 2022 · 0 comments

Comments

@vlopes11
Copy link
Member

Is your feature request related to a problem? Please describe.
The DAP types should be transparently represented as single rust types.

Currently, we have unnecessary redundancy with some types, such as Request::Continue, where we have arguments: ContinueArguments, when the variant Request::Continue should hold the arguments directly instead of declaring an intermediate type

Continue {
arguments: ContinueArguments,
},

Describe the solution you'd like
Simplify the types and remove the redundancy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant