-
Notifications
You must be signed in to change notification settings - Fork 25
Tests for the test suite #468
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
Conversation
f7affe8 to
dafc6d9
Compare
7a70a55 to
0155298
Compare
51b2834 to
1982451
Compare
0e979e4 to
4069c31
Compare
|
I have the impression a lot of changes in the diff come from PR #490 |
Co-authored-by: Stefaan Lippens <soxofaan@users.noreply.github.com>
|
Thank you @soxofaan. I've rebased and the diff looks significantly cleaner now. |
soxofaan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR is too large to give it a full in-depth review, but here are some random notes.
I guess it's more important to get this merged as "good enough" so that implementations can start integrate it, than to reach perfection.
| "arguments": { | ||
| "data": [] | ||
| }, | ||
| "returns": {"type": "nodata"} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, but #550 has not been merged yet. We need to merge it first.
| "arguments": { | ||
| "data": [] | ||
| }, | ||
| "returns": {"type": "nodata"} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Waiting for #550.
|
I merged in from draft, but the tests still need some updates to reflect the latest changes in there. Need to go through the changes and adapt the tests. And also add tests for text_find. |
Co-authored-by: Stefaan Lippens <soxofaan@users.noreply.github.com>
Co-authored-by: Stefaan Lippens <soxofaan@users.noreply.github.com>
See the README for details.
This PR includes the changes from PR #490.