Skip to content

[test] update tags #146

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

Merged
merged 2 commits into from
May 27, 2025
Merged

Conversation

Vipul-Cariappa
Copy link
Collaborator

fixed by compiler-research/cppyy-backend#139


Now that compiler-research/CppInterOp#580 is merged. I guess we should merge #145 before this PR.

@@ -58,7 +57,7 @@ def test04_naming_of_ostringstream(self):
# Check if the object created is equal in all three cases
cl0 = cppyy.gbl.std.ostringstream
cl1 = cppyy.gbl.std.basic_ostringstream['char']
cl1 = cppyy.gbl.std.basic_ostringstream['char', cppyy.gbl.std.char_traits['char'] , cppyy.gbl.std.allocator['char']]
cl2 = cppyy.gbl.std.basic_ostringstream['char', cppyy.gbl.std.char_traits['char'] , cppyy.gbl.std.allocator['char']]

Choose a reason for hiding this comment

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

Why this has changed to cl2?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Otherwise it is a NameError in line 63-64.
There was a typo previously.

Choose a reason for hiding this comment

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

Is that an issue upstream?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Copy link

@vgvassilev vgvassilev left a comment

Choose a reason for hiding this comment

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

LGTM! Not sure why the CI fails but feel free to take control and merge.

`test01_string_through_string_view` by compiler-research/CPyCppyy#91
@Vipul-Cariappa
Copy link
Collaborator Author

I am merging this PR. As the failures are in emscripten, and cppyy does not support it.

@Vipul-Cariappa Vipul-Cariappa merged commit afa173f into compiler-research:master May 27, 2025
83 of 90 checks passed
@Vipul-Cariappa Vipul-Cariappa deleted the test branch May 27, 2025 07:54
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