Andrey Andreyevich Bienkowski
Andrey Andreyevich Bienkowski
Summary [some lines omitted]: ``` + valgrind ./Colobot-UnitTests ==61997== Memcheck, a memory error detector ==61997== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==61997== Using Valgrind-3.18.1 and...
Rebased because https://github.com/colobot/colobot/pull/1632 fixed one issue that made the build fail and one issue that caused a segfault
I do not think it makes sense to add this information to the docs for % unless the types themselves become a documented feature.
@AndreiCherniaev done.
I don't recall. Didn't I already automate those?
> this solution does not need a whole VM and such things and seems more lightweight I remember now. I originally used Docker because it's more lightweight than a VM,...
Technically my code has a bug: ``` extern void Bug() { try { ExternalCallThatCreatesAForegroundTask(); } catch (Inner()) { } } bool Inner() { try { // An external call whose...
> I can say for sure that fixing this issue doesn't require all that handshaking and setting and testing boolean flags. > > Maybe we should start a conversation that...
Rebased because https://github.com/colobot/colobot/pull/1632 fixed one issue that made the build fail and one issue that caused a segfault.
Converting to draft - waiting on #1627. I don't remember. I think I wanted to make one more change to try/catch that was required before tackling this.