git branch --merged
no longer works after we started using GitHub merge queue. I previously used this command in a script to delete merged branches automatically. Now git branch -d PR-Branch
also says error: The branch 'PR-Branch' is not fully merged.
for branches that have been merged with the merge queue. git range-diff --left-only PR-Branch...master
for every individual branch) would have made it much slowergit branch --merged
to get all local merged branches and then deletes them automatically, and uses git remote prune origin
to prune references to deleted remote branches.//
)CLineInput::GetActiveInput
and CLineInput::IsActive
instead for consistency.
The last active item pointer is now only tracked internally in CUI
to deactivate the active line input when it's no longer used in the UI.
//
) SpacesInLineCommentPrefix
, but only from version 13 on. Does it throw errors on unknown options?pthread_cond_t
is?CJsonWriter
utility class from upstream, which makes outputting correct JSON easier.
Add CJsonWriter
as an abstract class that can write to different outputs. Two implementations CJsonFileWriter
(writes to a file) and CJsonStringWriter
(writes to an std::string
) are added. Upstream CJsonWriter
can only write to files.
The same tests are added for both implementations. Duplicate code is avoided by using typed tests with two separate test fixtures.
rustup default stable
?rustup default stable
? Broadcast
)std::sync::Mutex
and std::sync::Condvar
?std::sync::Mutex
and std::sync::Condvar
? std::sync::Mutex::wait()
block the entire thread?std::sync::Mutex::wait()
block the entire thread? Mutex
-like type.CancellationToken
has my desired behaviour of immediately returning when the task is already cancelled\n
endings nowadays. Maybe it's time to drop the \r\n
code?
I just saw it in #6874.
$ ./DDNet "connect 127.0.0.1"
But now also this works
```
$ ./DDNet "connect tw-0.6+udp://ger10.ddnet.org:8303"
2023-07-16 14:07:50 I engine: running on unix-linux-amd64
2023-07-16 14:07:50 I client: starting...
2023-07-16 14:07:50 I client: version 17.1.1 on linux amd64
2023-07-16 14:07:50 I client: git revision hash: 7f100e262032b50d
2023-07-16 14:07:50 I client: connecting to 'tw-0.6+udp...19d78b9
Made client/server check for correct map version on load - oy
9c4b0c0
Finished skip tile based map loading - oy
a92ab45
Also support loading maps with tilemap skip in front layer - Robyt3
32f2fe9
Extract CMap::ExtractTiles
with more validation - Robyt3
785f03e
Report actual data sizes in CDataFileReader::GetDataSize
- Robyt3
4ae0928
Support bezier envelope curves in maps and editor - Robyt3
54df98b
Support loading CMapItemImage
version 2 - Robyt3
8d12bce
Merge pull request #5737 from Robyt3/Map-Format-Port - def-$ rg python2 servers/scripts | wc -l
49
eval_if_cmd
xdsite:news.ycombinator.com
(and site:reddit.com
for the rest)