Skip to content

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.

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