diff
@@ -9,7 +9,7 @@
id="svg5"
inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
xml:space="preserve"
sodipodi:docname="generic_unhookable_0.7_fix.svg"
sodipodi:docname="generic_unhookable_0.7.svg"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
by leveraging existing MLIR transformations we develop an auto-parallelisation approach targeting multi-threaded and distributed memory parallelism, and optimised execution on GPUs, without any modifications to the serial Fortran source code.
"ranks-key": ""
if it's empty""
if it's missing, but you also have to adjust the validation because the entry would otherwise be considered invalidnull
would be cleanersrc/game/editor/editor.cpp:8064:69: error: code should be clang-formatted [-Wclang-format-violations]
auto nameIsTaken = [pNewImage](const std::shared_ptr<CEditorImage>& otherImage) { return str_comp(pNewImage->m_aName, otherImage->m_aName) == 0; };
(edited)&
-> &
is one clang-format issue, we also capitalize variable names (but not prefixes), so NameIsTaken
and OtherImage
i
, x
, y
(edited)CGameContext::SendChatTeam
function is used to send a chat message to all members of a DDTeam (e.g. on completed /swap chat command), it was not checked whether the target players are online but only whether they belong to the specified team according to the teams core. However, the default team for unconnected/cleared players is 0 in the teams core, which is the same for players in team 0, so chat messages were being sent to client IDs not corresponding to connected clients when c...git commit --amend --author="Author Name <email@address.com>" --no-edit
git commit --amend --author="Author Name <email@address.com>" --no-edit