osrm-backend/include
Matthew Wigginton Bhagat-Conway d6afe91d8f
print tracebacks and line numbers for Lua runtime errors (#6564)
* print tracebacks and line numbers for Lua runtime errors

* revert format changes

* update changelog with lua traceback, #6564

* revert using protected_function for old GetStringListFromFunction and source_function #6564

* add unit test for line numbers in tracebacks, #6564

* apply clang-format (#6564)

* remove unused test helper function, #6564

* suppress leaksanitizer warnings in extract-tests, #6564

When the extractor encounters a lua runtime error, some osmium objects are not freed. In production this doesn't matter because these errors bring down OSRM. In the tests we catch them to ensure they occur, and the leaksanitizer flags them.
2023-03-23 19:18:58 +01:00
..
contractor Fix formatting 2022-12-20 18:00:11 +01:00
customizer Fix formatting 2022-12-20 18:00:11 +01:00
engine Fix formatting 2022-12-20 18:00:11 +01:00
extractor print tracebacks and line numbers for Lua runtime errors (#6564) 2023-03-23 19:18:58 +01:00
guidance Fix formatting 2022-12-20 18:00:11 +01:00
nodejs Use node-api instead of NAN (#6452) 2022-11-16 15:44:36 +01:00
osrm Fix formatting 2022-12-20 18:00:11 +01:00
partitioner Fix formatting 2022-12-20 18:00:11 +01:00
server Fix boost header deprecation warning (#6515) 2023-01-21 08:47:05 +01:00
storage Fix formatting 2022-12-20 18:00:11 +01:00
updater Fix boost header deprecation warning (#6515) 2023-01-21 08:47:05 +01:00
util Move TarjanSCC from extractor to util (#6562) 2023-03-09 17:47:28 +01:00