scarf
scarf
i see. i think we could wait until astyle 3.2 [(which supports spaceship operator) ](https://sourceforge.net/p/astyle/bugs/538/), and until then ignore those lines since we won't be using spaceship operator more than...
...oh wow. [range adaptors available from clang++16](https://en.cppreference.com/w/cpp/compiler_support/20) and apple clang doesn't even support ranges. maybe to be able to use ranges we should stick to [range-v3](https://github.com/ericniebler/range-v3).
marking as draft until #2502 is merged to reduce review overhead
 successfully built on android by only cherry-picking fixes from https://github.com/CleverRaven/Cataclysm-DDA/pull/64305.
[(copied from discord)](https://discord.com/channels/830879262763909202/830916451517857894/1100057828435177495) so clang-tidy is dying because it fails to parse operator. looks like it's fixed in clang 13? ...which means we'll have to also update our custom clang-tidy...
used old operators again, confirmed it compiles in clang++
oh it's no use trying to remove ``, c++ stdlib uses them anyway ``` + '[' -f build/tools/clang-tidy-plugin/libCataAnalyzerPlugin.so ']' + LD_PRELOAD=build/tools/clang-tidy-plugin/libCataAnalyzerPlugin.so + clang-tidy -quiet tests/vehicle_test.cpp PLEASE submit a bug report...
...oh, yeah. used wrong section.
there were some serious request to port over hub01 contents from korean community so i was investigating. haven't checked with dda's hub prs, however.
@NobleJake, could you help me find which PR adds access to hub 01 basement?