Ben Morgan
Ben Morgan
> Sometimes breakpoints are jumping a few lines up when debugging, could changing the `build_type` to **Debug** in conan profile improve it? Yes.
I rebased on `ben/develop`, so you'll have to reset to your origin.
Thanks for your root-cause analysis @tobifalk. So I figured out a way to define some environment variables in #92. Haven't gotten a chance to look at the root cause.
Hi @c276, thanks for raising this issue! When you say, "is not recognized", what do mean? - Is the plugin ignored? - Is the plugin not found? - Are you...
I pushed a fix-up with my suggested changes. If you are fine with that, rebase and fixup the two commits into a single one.
I rebased on `ben/develop`, so you'll have to reset to your origin.
> Do we need to write tests for this? Let's write a system test. Should be pretty straightforward.
> This prevents users from using a custom user/channel and may be considered as a bug. Or a limitation of Conan. We need the `private` attribute here to indicate that...
Possible solution A: All the cloe packages to *assume* that its dependencies should have the same user/channel as it itself. When requiring any package that would have `cloe/develop`, replace this...
Possible solution B: Similar to with the `VERSION` file, allow overriding of the user/channel as well via a file, such as `USERCHANNEL`. This *could* allow overriding of the user/channel for...