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

Add test to verify method signature of adapted types #487

Merged
merged 2 commits into from
Mar 27, 2024

Conversation

twsouthwick
Copy link
Member

Turns out there are a few types we didn't port correctly. This adds a test to catch further regressions, as well as to track a baseline of known issues.

Turns out there are a few types we didn't port correctly. This adds a test to catch further regressions, as well as to track a baseline of known issues.
@twsouthwick twsouthwick added this to the 1.4 milestone Feb 28, 2024
</ItemGroup>

<ItemGroup>
<None Update="BaselineOk.txt">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What generates/checks these?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a manual process - i.e. the test identifies a bunch of APIs whose docids don't match. Generally, these are suspect that they won't resolve on framework. These can then be verified that they actually do work, so we can add them to the BaselineOk.txt file

@twsouthwick twsouthwick merged commit b501b29 into main Mar 27, 2024
5 checks passed
@twsouthwick twsouthwick deleted the test-method-signatures branch March 27, 2024 22:04
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 this pull request may close these issues.

2 participants