Sascha Zelzer

Results 23 comments of Sascha Zelzer

Good points, thanks again. There are cases where the bundle name is required on the command line. However, for some cases the information is redundant and when it is, it...

I believe that this is of limited use for CppMicroServices. C++ libraries and their development files are typically built manually by their users (configure && make or vcpkg) or uploaded...

Hi, I have not seen a problem like this before. Can you quantify how often it fails (is the failure rate different on different platform?) and if it fails, what...

When introducing the preprocessor token, I was thinking that we could use `_` instead of `.` for reverse-DNS names and convert between the two where appropriate (during lookups, human readable...

I would like to revisit this issue, so what is your current opinion? In my view, hiding private headers can (and is) achieved independently of having pure interfaces at the...

Can you please elaborate on the problem you are experiencing, or what particular class you are referring to?

Just to be clear, this issue is about style and best practices. There is no bug or functional problem you run into, right? Of course you are free to design...

@arcadien This is strange, I am also using clang-format 6.0.0. Anyway, I don't care too much. You could just format the files you touched (or not format them at all)...

Thanks for the feedback. Could you please be a bit more specific? What particular feature are you looking for? Is it in the API, the WebConsole, some convenience layer? Or...

Thanks @arcadien for considering tests as well. We don't have tests for non-framework bundles yet, so there are no good examples yet. What you describe sounds like a good approach...