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

dyno: implement opaque extern types #22707

Merged
merged 7 commits into from
Jul 11, 2023
Merged

Commits on Jul 10, 2023

  1. Add an ExternType type.

    Signed-off-by: Danila Fedorin <[email protected]>
    DanilaFe committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    2473c2c View commit details
    Browse the repository at this point in the history
  2. Add type "inference" for opaque extern types.

    Signed-off-by: Danila Fedorin <[email protected]>
    DanilaFe committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    3fdc312 View commit details
    Browse the repository at this point in the history
  3. Add stringify output for ExternType.

    Signed-off-by: Danila Fedorin <[email protected]>
    DanilaFe committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    a011ad7 View commit details
    Browse the repository at this point in the history
  4. Add tests for the opaque extern types.

    Signed-off-by: Danila Fedorin <[email protected]>
    DanilaFe committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    10e84ff View commit details
    Browse the repository at this point in the history
  5. "handle" converting extern types in convert-uast.

    Signed-off-by: Danila Fedorin <[email protected]>
    DanilaFe committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    668872d View commit details
    Browse the repository at this point in the history
  6. Remove unused debugger code

    Signed-off-by: Danila Fedorin <[email protected]>
    DanilaFe committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    17a0f92 View commit details
    Browse the repository at this point in the history
  7. Add default intents for extern types.

    Signed-off-by: Danila Fedorin <[email protected]>
    DanilaFe committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    006844f View commit details
    Browse the repository at this point in the history