diff --git a/.github/workflows/unix.yml b/.github/workflows/unix.yml index f135cbdd1..d58343cb9 100644 --- a/.github/workflows/unix.yml +++ b/.github/workflows/unix.yml @@ -287,8 +287,8 @@ jobs: - preset: clang-tidy skipui: true skiptests: true - #- preset: linux-sanitizer - # skipui: true + - preset: linux-sanitizer + skipui: true - preset: linux-debug skipui: true emulator: valgrind --leak-check=full --error-exitcode=1 diff --git a/.pkg b/.pkg index d1b1fa4fa..0589ee6b8 100644 --- a/.pkg +++ b/.pkg @@ -97,7 +97,7 @@ [nigiri] url=git@github.com:motis-project/nigiri.git branch=master - commit=0e125f9c17ca175a5226c632e2f5945271539422 + commit=6ab4efd0fdee59c208adfda3d8c74482e176d922 [osmium] url=git@github.com:motis-project/libosmium.git branch=master diff --git a/.pkg.lock b/.pkg.lock index 9cbf1d745..94645a49e 100644 --- a/.pkg.lock +++ b/.pkg.lock @@ -1,4 +1,4 @@ -17326477996587457244 +4333485753525001497 cista a6218e9cd9da9e1c7a70c1188e2faf9e082b7f1c zlib fe8e13ffca867612951bc6baf114e5ac8b00f305 boost be5235eb2258d2ec19e32546ab767a62311d9b46 @@ -28,7 +28,7 @@ net 44674d2f3917e20b7019a0f7254d332522c36fb7 protobuf e4d1f574ea9793308da9a942b4d5c1d4628aaed6 unordered_dense 4f380fb1d64f1843ca2c993ed39a8342a8747e5d wyhash 1e012b57fc2227a9e583a57e2eacb3da99816d99 -nigiri 0e125f9c17ca175a5226c632e2f5945271539422 +nigiri 6ab4efd0fdee59c208adfda3d8c74482e176d922 lua 7bb93325b26f84c7e8b51fcbd857361ce7605a1d luabind 9223568bbcf818ecfb1001d49f567627ee10852a tbb 2067af88257710d07253761655a802732a32496e diff --git a/modules/nigiri/include/motis/nigiri/nigiri.h b/modules/nigiri/include/motis/nigiri/nigiri.h index 1bf3c3782..09c8487ea 100644 --- a/modules/nigiri/include/motis/nigiri/nigiri.h +++ b/modules/nigiri/include/motis/nigiri/nigiri.h @@ -33,7 +33,7 @@ struct nigiri : public motis::module::module { bool no_cache_{false}; bool adjust_footpaths_{true}; bool merge_duplicates_{false}; - std::string first_day_; + std::string first_day_{"TODAY"}; std::string default_timezone_; std::uint16_t num_days_{2U}; bool lookup_{true};