- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Jun 9 2023
Rebase
Rebase
Rease
Rebase
Needs a clang-tidy fix
@bot gitian-osx
Jun 8 2023
Sounds like it's best to just abandon this for now
Change consumeNextPush to always return an object instead of a string, change version number to reflect breaking change
use tabs for identation
It is
@bot gitian-linux gitian-win
the error seems to be caused by downtime for download.qt.io, so i'll try again to run these.
But I need to fix the tabs vs spaces situation
Better to do these backports in the right order if/when we have bandwidth for fuzzing. It does not really improve the boost situation anyway.
newline
That's a bad API. As a general rule, don't have a function do 2 different things depending on a flag but create 2 functions instead.
Here you have 2 solutions:
- Create a new function that calls consumeNextPush, and returns the data in addition
- Just return the pushed data unconditionally and the callsite can drop the push if unused.
Back to your queue
@bot gitian-osx gitian-linux gitian-win
fixed in D14009
Jun 7 2023
Superseded by D14011