jak-project/test
Matt Dallmeyer 2071c98b55
Fix cases of string formatting with non string literals (#3304)
The logger used in `goalc` tries to print an already-formatted string
`message` using `fmt::print(message);` Usually this doesn't cause
problems, but if you try to print, for example, an exception that has
special characters (notably `{`) it will try to do another round of
formatting/replacements, despite not having any args to replace with,
which ends up throwing another exception. This is why errors when
parsing custom level JSON cause the REPL to exit.

I've hopefully identified all the various instances of this across the
codebase
2024-01-14 12:02:08 +00:00
..
common/formatter formatter: Add support for a few common functions and fix an LSP startup issue (#3190) 2023-11-11 17:51:55 -05:00
decompiler [jak2] implement statistics tracker (#3288) 2024-01-11 22:49:41 +00:00
goalc deftype and defmethod syntax major changes (#3094) 2023-10-30 03:20:02 +00:00
offline Fix cases of string formatting with non string literals (#3304) 2024-01-14 12:02:08 +00:00
test_data
all_jak1_symbols.cpp
all_jak1_symbols.h
CMakeLists.txt game: Migrate from GLFW to SDL2 & attempt to rewrite / simplify display and input code (#2397) 2023-06-04 15:34:37 -04:00
test_CodeTester.cpp
test_common_util.cpp
test_emitter.cpp cleanup our cmake and build warnings (#2876) 2023-08-08 20:53:16 -04:00
test_emitter_avx.cpp [jak2] GOAL side texture animation stuff (#2766) 2023-06-24 10:11:47 -04:00
test_goos.cpp [goalc] Cleaned up speedups (#3066) 2023-10-07 10:48:17 -04:00
test_kernel_jak1.cpp ckernel: fix file paths for art groups and tpages (#2932) 2023-08-25 18:33:26 +02:00
test_listener_deci2.cpp
test_main.cpp CI: Add a macOS Github runner (#2064) 2022-12-22 18:12:59 -05:00
test_math.cpp
test_pretty_print.cpp
test_reader.cpp [goalc] Cleaned up speedups (#3066) 2023-10-07 10:48:17 -04:00
test_type_system.cpp
test_zstd.cpp
test_zydis.cpp