Cœur

Results 652 comments of Cœur

This breaks GTK: ``` /__w/transmission/transmission/src/gtk/DetailsDialog.cc:1270:50: error: cannot convert 'int*' to 'size_t*' {aka 'long unsigned int*'} ``` Hum. How do I build the GTK target on macOS? I can't seem to...

OK, well, I did a manual fix with TextEdit. It seems the CI so far is happy with it.

@nevack can you document how to do it in https://github.com/transmission/transmission/blob/main/docs/Building-Transmission.md#switches ? I wasn't successful so far.

@ckerr please note that I already fixed the GTK build, so it's OK to review/merge.

@ckerr I added even more conversion fixes. But that's plenty enough for that PR already. Hope you can review it. Thanks

@GaryElshaw no: that proposal is only for value to string conversion.

> It looks like this PR also changes `third-party/libb64` -- is that intentional? Yes, check the PR description. :)

On the macOS client, if you uncheck "Start when added", it does just that. At least, since #2902. Since my fix was a Core change, it affected all platforms. Can...

Neither of the two crash reports are symbolised, so it's insufficient to investigate.

Nightly builds would show the name of the function that is crashing. See #2511. And if you're building from sources, you would do: ``` cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo .. ``` or: ```...