Skip to content

Implement Construct Interface #16

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

Closed
vgvassilev opened this issue Feb 28, 2023 · 0 comments · Fixed by #74
Closed

Implement Construct Interface #16

vgvassilev opened this issue Feb 28, 2023 · 0 comments · Fixed by #74

Comments

@vgvassilev
Copy link
Contributor

In the unittests we have a test constructing an object. We should provide the relevant implementation for it.

https://github.com/compiler-research/InterOp/blob/a16dedef4d8fa7d5833b179954c073726016d4bf/unittests/InterOp/FunctionReflectionTest.cpp#L654-L672

@vgvassilev vgvassilev added good first issue Good for newcomers and removed good first issue Good for newcomers labels Feb 28, 2023
vgvassilev added a commit that referenced this issue May 8, 2023
These interfaces are responsible for object creation and destruction calling
the relevant constructors/destructors.

Fixes #16 and #17.
vgvassilev added a commit that referenced this issue May 8, 2023
These interfaces are responsible for object creation and destruction calling
the relevant constructors/destructors.

Fixes #16. Fixes #17.
vgvassilev added a commit that referenced this issue May 24, 2023
These interfaces are responsible for object creation and destruction calling
the relevant constructors/destructors.

Fixes #16. Fixes #17.
vgvassilev added a commit that referenced this issue May 24, 2023
These interfaces are responsible for object creation and destruction calling
the relevant constructors/destructors.

Fixes #16. Fixes #17.
vgvassilev added a commit to vgvassilev/CppInterOp that referenced this issue Aug 5, 2023
These interfaces are responsible for object creation and destruction calling
the relevant constructors/destructors.

Fixes compiler-research#16. Fixes compiler-research#17.
vgvassilev added a commit to vgvassilev/CppInterOp that referenced this issue Aug 5, 2023
These interfaces are responsible for object creation and destruction calling
the relevant constructors/destructors.

Fixes compiler-research#16. Fixes compiler-research#17.
vgvassilev added a commit to vgvassilev/CppInterOp that referenced this issue Aug 5, 2023
These interfaces are responsible for object creation and destruction calling
the relevant constructors/destructors.

Fixes compiler-research#16. Fixes compiler-research#17.
vgvassilev added a commit to vgvassilev/CppInterOp that referenced this issue Aug 6, 2023
These interfaces are responsible for object creation and destruction calling
the relevant constructors/destructors.

Fixes compiler-research#16. Fixes compiler-research#17.
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

Successfully merging a pull request may close this issue.

1 participant