Michał Janiszewski
Michał Janiszewski
Using 13e0a6ba0111b6b with Python 3.7.1 on a following (redacted, simplified, but roughly the same) `compile_commands.json`, I get following error: ``` $ json2cmake fatal: not a git repository (or any parent...
Includes https://github.com/emil-e/rapidcheck/pull/218 No idea yet if it will work properly, submitting to test it out.
See attached Travis' logs that reproduce the issue. The issue can be reproduced locally with `-O3` and compiling `IntegrationTests.cpp` with default options: `-Wall -Werror -Wno-missing-braces -std=c++11`
Setting `RC_PARAMS="seed=8916745316041475299"` results in "Random" test failing.
Reduces compilation with msvc by several minutes. There's more where this came from - in future PRs
### Operating System Ubuntu 21.10 ### OpenRCT2 build 0.3.5.1-develop-0~3195-202202192317-g795144662~ubuntu21.10.1 ### Describe the issue ``` In member function ‘SetStationIndex’, inlined from ‘footpath_chain_ride_queue.isra’ at ./src/openrct2/world/Footpath.cpp:1169:51: ./src/openrct2/world/Footpath.cpp:1611:18: error: writing 1 byte into a...
### Operating System All ### OpenRCT2 build current develop ### Describe the issue OpenRCT2 comes with a copy of SDL2 TTF: https://github.com/OpenRCT2/OpenRCT2/blob/develop/src/openrct2/drawing/TTFSDLPort.cpp. Upstream recently received a new release. Our copy...
The other approach I mentioned in https://github.com/OpenRCT2/OpenRCT2/pull/17326 This introduces required scaffolding for mocks and initial tests. Mocks are a powerful testing concept that let test environment control values to be...
I'm working on a compiler bug and need to write some additional tests for TTF. Current global approach doesn't play well with the kind of tests I need to write...
There have been changes to how incoming builds are getting classified on openrct2.org side, see https://github.com/Limetric/OpenRCT2.org/blob/e5b738f3dadcc5a3b78e8dfd434756ff31eaa1d3/src/misc/releaseAsset.js#L94-L116, rendering the 'flavour' mechanism obsolete. Additionally, AppImage should now be accepted as well.