Martin Valgur

Results 231 comments of Martin Valgur

This one has been green for a while, but there's no assigned reviewer. Tagging you just in case, @uilianries.

Closing temporarily to avoid unnecessary load on the CI. Will reopen when I'm actively working on the PR again.

@RubenRBS Updated the dependency versions. Thanks!

This seems to be a simple and a not uncommon issue of a package binary not being generated and uploaded correctly by the ConanCenter CI. Perhaps one of the team...

@wadehunk Can you give this recipe version a try? It builds ok for me locally. I think the issue in CI is related to an old Linux kernel version being...

@AbrilRBS @uilianries @perseoGI The PR should be ready for review but the linter marks it as failing due to a dubious error. Maybe you can review the PR regardless of...

I don't feel like closing 200 PRs yet, so you'll have to convince someone from the team to take care of the builds on this one.

While the incorrect name is unfortunate, I would personally vote to keep the existing `reflect-cpp` recipe and add a ```py self.cpp_info.set_property("cmake_file_name", "reflectcpp") self.cpp_info.set_property("cmake_target_name", "reflectcpp::reflectcpp") ``` to its `package_info()` to fix...

@lukasberbuer CCI does not generally allow version ranges for dependencies, unfortunately. However, consumers can still always add `self.requires("open62541/1.x.y", override=True)` to use a different version.

@lukasberbuer Yes, your assistance on the IPO issue would be very welcome.