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

Determine type by deferred usage such as for StreamWriter and StreamReader #3

Open
2 tasks
Poikilos opened this issue Apr 7, 2020 · 0 comments
Open
2 tasks

Comments

@Poikilos
Copy link
Collaborator

Poikilos commented Apr 7, 2020

  • parser_op_remove_net_framework: Handle the following StreamWriter usage:
  1. opened
  2. passed as parameter with different name
  • handle by detecting StreamReader and set type for method's param list
  1. closed after return
  • handle by requiring a second preprocessing step called param_type_determination_pass, determining params' type based on usages of function
  • The same applies to StreamReader.
@Poikilos Poikilos changed the title Determine type by deferred usage such as for StreamWriter Determine type by deferred usage such as for StreamWriter and StreamReader Apr 7, 2020
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